Showing posts with label VS 2010. Show all posts
Showing posts with label VS 2010. Show all posts

Sunday, August 15, 2010

DataTips in VS2010

While debugging we can mouse over on an variable to look at the value or to explore further and we call this as DataTip. In Visual Studio 2010, we can stick DataTips to our code window and drag & drop to any location and the DataTip will hang there. This really facilitates the debugging process.

Run your application in debug mode and mouse over on the variable to pin and click the pin icon. To unpin, just click the unpin icon again in the debug mode.

Monday, August 09, 2010

Error occured in deployment step 'retract solution' cannot start service SPUserCodeV4 on this computer

I got this error when I tried to deploy a WebPart created using VS 2010 and Sharepoint 2010.

Solution

1. Go to Central Administration

2. Open "System Settings"

3. Open "Manage services on server"

4. Locate the service "Microsoft SharePoint Foundation Sandboxed Code Service"

5. Start the service "Microsoft SharePoint Foundation Sandboxed Code Service"

Now try deploying the WebPart and it will deploy successfully.

Saturday, April 24, 2010

Visual Studio 2010 and Windows Azure launch

I went for the Visual Studio 2010 and Windows Azure launch yesterday. Visual Studio 2010 as usual has been released with lots of new features.

The Keynote on Windows Azure platform was provided by David Chappell. His presentation was really good and more informative too. I learnt a lot about Windows Azure yesterday.

Check his blog http://www.davidchappell.com/blog/. He has got some good white papers on Windows Azure Platorm and Applications Lifecycle Management (ALM).