Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while running .Net 1.1 Application in visual studio

I get the following message when I try to run a .net 1.1 web application in Visual Studio 2003:

Error while trying to run project.Unable to start debugging on the web server. There is no managed code running in the process. In order to attach a process with the .Net debugger, managed code must be running in the process before attaching.

Can any body tell what I am missing here.

FYI : The application is working fine on the live server.

like image 683
Anshuman Jasrotia Avatar asked Apr 13 '26 19:04

Anshuman Jasrotia


1 Answers

Have you tried the following?

  1. Right click the ASP.Net project > Properties
  2. select Configuration Properties > Debugging
  3. Enable the below mentioned entries in 'Debuggers' frame.
    • ASP.Net Debugging
    • Unmanaged code debugging.

Check this link, as well.

like image 84
Alex Filipovici Avatar answered Apr 16 '26 08:04

Alex Filipovici



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!