Debugging is not working

  • Thread starter Thread starter Santel
  • Start date Start date
S

Santel

Hi,

I am not able to debug the asp.net source. Anyone please suggest me.
Is there any setting I should do to debug?

I am running the filesystem project in Vista m/c.
 
Leon Mayne said:

Also make sure you run Visual Studio as Administrator. You don't /have/ to
do this, but it does fix a few problems.
Right-click on the link to Visual Studio and select "Run as administrator".
You can set up the app to always run as administrator by navigating to:
C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE
Right click on devenv.exe and in the compatability tab tick the 'Run this
program as administrator' box
 
Also make sure you run Visual Studio as Administrator. You don't /have/ to
do this, but it does fix a few problems.
Right-click on the link to Visual Studio and select "Run as administrator".
You can set up the app to always run as administrator by navigating to:
C:\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE
Right click on devenv.exe and in the compatability tab tick the 'Run this
program as administrator' box

Running as Admin cured my inability to debug in asp.net. Hopefully it
will work for the OP.
 
Back
Top