Error in Microsoft Visual Studio 2010

Asked By 10 points N/A Posted on -
qa-featured

HI, I have a problem in microsoft visual studio project

I have an application named GlobalHookDemo  in Microsoft visual studio 2010 which is coded in c# language. When I debug or run the GlobalHookDemo program, the Microsoft visual studio compiler returns an error.

Error is:

Error while trying to run the project: Unable to start program D:DocumentsVisual Studio 2010Visual Studio 2010Projectsclipboard sum solverbinDebugGlobalHookDemo.exe

 

SHARE
Best Answer by BrownAnna
Answered By 0 points N/A #124536

Error in Microsoft Visual Studio 2010

qa-featured

hi i have little bit experience about this problems as i m also a programmer this error related to your system not your program so first of all install your VB in that drive in which you installed your Microsoft Windows hopefully it will remove your error and if your error remains constant then you must need to reinstall your software

thanks

Best Answer
Best Answer
Answered By 5 points N/A #124537

Error in Microsoft Visual Studio 2010

qa-featured

Hello Aziz,

I have seen this problem before while debugging one of my web application. This errors occurs when you create a web application in Visual Studio.Net. and then you press F5 to debug the application it returns the following error: Error while trying to run the project. To get rid of the following error please follow the simple steps:

1- Go to Start -> programs -> Administrative tools -> Local security policy

2- Now select User rights assignments

3- Now choose Impersonate a client after authentication

4- Now click Add button

5- Click on the ASPNET and click ok

All done, you will not receive the error again.

Thanks

Related Questions