| bio | website | mvark.blogspot.com |
|---|---|---|
| location | India | |
| age | ||
| visits | member for | 1 year, 9 months |
| seen | 2 days ago | |
| stats | profile views | 2 |
'Anil' Radhakrishna enjoys working with Microsoft tools & technologies and believes that the Web validates his existence. He writes quite regularly about his little discoveries and technical experiments on his blog called Tech Tips, Tricks & Trivia.
Twitter - @mvark
|
May 16 |
awarded | Popular Question |
|
Jan 30 |
answered | Difference between Office 365 preview and sharepoint online |
|
Jan 23 |
awarded | Scholar |
|
Jan 23 |
accepted | “The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation |
|
Jan 23 |
answered | “The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation |
|
Jan 21 |
awarded | Student |
|
Jan 19 |
revised |
“The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation added 296 characters in body |
|
Jan 19 |
comment |
“The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation Yes, it is a sandbox solution. The domain controller is not installed on the same server as SharePoint. Even a very basic Visual Web Part sample with just a label doesn't build and throws the error mentioned. So as the content of the control is very less, the solution in third link does not apply. Could this issue have something to do with my dev environment (Windows 7 Enterprise, SP 2010 Foundation, Visual Studio 2012 installed along with VS 2010 SP1 with Power Tools)? |
|
Jan 17 |
awarded | Promoter |
|
Jan 15 |
awarded | Editor |
|
Jan 15 |
revised |
“The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation added 16 characters in body |
|
Jan 15 |
asked | “The name 'InitializeControl' does not exist in the current context” error when trying to create Visual Web Part with VS 2012 for SP 2010 Foundation |
|
Jan 4 |
awarded | Teacher |
|
Jan 4 |
answered | SharePoint 2010 Playground Site |
|
Dec 31 |
comment |
how to fetch list of users who have taged a list item with “I Like it” tag The link you've provided doesn't exist anymore. Can you please update the link if the article is still available somewhere else? |
|
Nov 24 |
comment |
How to add jQuery to a single page? Instead of uploading, you can also write code within the source editor (which you can access through "Format Text" tab of Editing Tools, "Edit HTML source" option available through HTML button within "Markup" section of Ribbon) of the Content Editor Web Part, to get a reference to the jQuery library that's on Google or Microsoft's CDN (there are performance benefits): <script src="ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script><script type="text/javascript"> $(document).ready(function(){ //your code goes here }); });</script> |
|
Nov 9 |
comment |
How can I make a SharePoint open source project at home? @Bart Thanks for the info but the link you mentioned is broken. Here is the new link to 2010 Information Worker Demonstration and Evaluation Virtual Machine (SP1): microsoft.com/download/en/… |
|
Nov 9 |
awarded | Supporter |