Error while running .Net 1.1 Application in visual studio

可紊 提交于 2019-12-09 13:44:15

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/13855454/error-while-running-net-1-1-application-in-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!