Archive for category: SharePoint 2010 – Errors

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 [...]