Visual Studio 2010 hangs when starting asp.net site debugging

后端 未结 4 1806
甜味超标
甜味超标 2021-01-13 03:17

i have problem with Visual Studio 2010 on Windows 7 x64. When i started asp.net site debugging, it stoped working. Only solution is restarting IIS. Have anyone experiences w

4条回答
  •  南笙
    南笙 (楼主)
    2021-01-13 03:23

    Here's a workaround that helped me:

    Go to Debug->Attach to Process. If the 'Attach To' box says 'Automatic: Native code' then click the 'Select...' button. In the 'Select Code Type' dialog change the option from 'Automatically determine the type of code to debug' to 'Debug these code types' and choose ONLY the options for you project. For me this was 'Managed (v2.0, v1.1, v1.0)'. Click OK. Then click Cancel in the 'Attach to Process' dialog.

    At this point I'm now able to do F5 Debugging.

    I hope this helps!

提交回复
热议问题