Archive for tag: Sharepoint

Cannot start service SPUserCodeV4 on computer

28 August, 2010 (12:19) | SharePoint 2010 - Errors | By: G Vijai Kumar

If the service Microsoft SharePoint Foundation Sandboxed Code Service is stopped and when you are trying to deploy a webpart using Visual Studio 2010 we may face the error message saying that Cannot start service SPUserCodeV4 on computer <computer name> To resolve this Go to Central Administration > System Settings On System Settings page, under [...]

FileNotFoundException was unhandled in Console Application

26 August, 2010 (15:25) | SharePoint 2010 - Errors | By: G Vijai Kumar

When I feel like to act together with SharePoint site to obtain data, quickly I will create a console application project to interact with SharePoint site instead of creating standard/visual webpart or custom solution I am fond of console applications since there is no need of packaging the custom solution, deploying, activating etc. Just write [...]

SharePoint Event Handlers – Asynchronous Vs Synchronous

21 August, 2010 (11:54) | MOSS - Object Model, Sharepoint 2010 - General | By: G Vijai Kumar

There is a little puzzlement among Asynchronousand Synchronous events, however I believe after reading this article, there will be no place for confusion in your brain, the reason for that I go behind a childlike practice to memorize what is Asynchronous ? and what is Synchronous ? The same babyish method, I want to share [...]

Customizing SharePoint 2010 Social Tags: I Like It | Tags & Notes

28 May, 2010 (09:20) | Sharepoint 2010 - General | By: G Vijai Kumar

When I was customizing the SharePoint 2010 V4.master I found theĀ  Social tags I Like It and Tags & Notes which are new in SharePoint 2010. The tag is a SharePoint Delegate control The tags are occupying big amount of area, so our client told to minimize the icons to make use of space, also [...]

The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered

19 May, 2010 (15:44) | Sharepoint 2010 - General | By: G Vijai Kumar

When I am trying to run powershell window for the first time after installing SharePoint 2010 I was faced with a message that The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered Then, I did Bing search for some time and found the solution and the same I want to post here, [...]