Unable to connect to ASP.Net Development Server issue

前端 未结 20 1224
借酒劲吻你
借酒劲吻你 2020-11-27 07:02

I am debugging codeplex simple project. I am using

  • VSTS 2008
  • C#
  • Windows Vista x86 Enterprise.

I have not modified any code

20条回答
  •  时光取名叫无心
    2020-11-27 07:58

    For some poor souls out there starting using TypeMock on ASP.NET unit tests like me, you need to disable it in Visual Studio to avoid this error: In Tools->Add-in Manager, untick the boxes for TypeMock Isolator. I guess you need to switch this back on for your unit tests.

提交回复
热议问题