D
DCC700
After making a copy of a working ASP.net solution I am able to run the
debugger in the original solution, but not in the new one. The project
builds and runs in the new solution but ignores any breakpoints.
I checked the typical debugger problems such as in the following article
with no luck.
http://www.geocities.com/vinnisharma/EnablingASPNETDebugging.htm
The solution consists of web and web service projects as well as class
libraries. I had issues with the web services pointing back to the
original project so renamed them all, and am wondering if there is a
similar issue keeping the debugger from attaching properly.
Has anyone experienced this when copying projects or have any
suggestions?
debugger in the original solution, but not in the new one. The project
builds and runs in the new solution but ignores any breakpoints.
I checked the typical debugger problems such as in the following article
with no luck.
http://www.geocities.com/vinnisharma/EnablingASPNETDebugging.htm
The solution consists of web and web service projects as well as class
libraries. I had issues with the web services pointing back to the
original project so renamed them all, and am wondering if there is a
similar issue keeping the debugger from attaching properly.
Has anyone experienced this when copying projects or have any
suggestions?