Unable to Start Debugging

  • Thread starter Thread starter Michael Turner
  • Start date Start date
M

Michael Turner

Hi Guys

I need help, someone in my office has decided to upgrade to FrameWork 1.1 on
our webserver now when ever we try and run a web application from within
..net we get the following error, however the sites still work fine does
anyone have any ideas.


"error while trying to run project: unable to start debugging on the web
server. the debugger is not properly install. Run setup to install or repair
the debugger.

I tried running the framework setup again but it tells me it is already
installed.


Thanks,

Mike.
 
I'm assuming that you had 1.0 installed first?

You can use the aspnet_regiis -i command to re-register version 1.0 with
IIS.

You can do this from the 1.0 directory under Windows\Microsoft
..NET\Framework
 
Back
Top