Showing posts with label debug. Show all posts
Showing posts with label debug. Show all posts

Wednesday, September 22, 2010

Missing debug menu on Visual Studio 2008

Before using Visual Studio 2010 I had usually developed application in Visual studio 2008. I don't remember, for some reason I can't find debug menu on my VS 2008. After goggling I have found the solution. I would like to share with you. It may help other guys.

Its very simple just use it:

Run "devenv /resetskippkgs" from command prompt, it will solve your problem.

"It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level" in asp.net

Very recently, I have got this error message when try to browsing my developed application in asp.net. So I try to solve in many ways but failed then move to google...:). I got some nice solutions...now share with you:

This error occurs primarily out of 2 scenarios.

First scenario:

When you create an new web application using visual studio.net, it automatically creates the virtual directory and configures it as an application.

However, if you manually create the virtual directory and it is not configured as an application, then you will not be able to browse the application and may get the above error. The debug information you get as mentioned above, is applicable to this scenario.

Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'

Exception: Method 'StartWorkflowOnListItem' in type 'Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider'...