它说:
The following module was built either with optimizations enabled or without debug information:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\6dce49fa\6c454827\assembly\dl3\95d61873\9871ffdd_4288ce01\NoeDownloadbereichWeb.dll
To debug this module,change its project build configuration to Debug
mode. To suppress this message,disable the ‘Warn if no user code on
launch’ debugger option.
在过去,我可能每周一次开始调试我的ASP.NET应用程序并通过简单地重新编译我的解决方案来解决它.
最近我切换到IIS Express现在每隔一次/第三次我想在我做一些更改之后调试我的代码.
我通过以下一个或所有步骤解决它:
>重建我的应用程序(帮助大部分时间)
>关闭IIS Express并重建我的应用程序
>重新启动Windows 8并重建我的应用程序
我找到了similar questions here和on Google,仍然无法永久解决这个问题.
我的问题:
你能想象偶尔导致这种行为的原因吗?
更新1
该错误似乎与ASP.NET error messages相似/后跟(德语):
Das Erstellen von “System.Net.Http.Extensions” oder das Erstellen einer Schattenkopie ist nicht möglich,wenn diese Datei bereits vorhanden ist.
哪个rougly翻译成英文:
Cannot create/shadow copy “System.Net.Http.Extensions” when that file already exists.
(所引用的文件名“System.Net.Http.Extensions”由ASP.NET随机更改)
更新2
我已切换回Visual Studio Development Server并立即摆脱上述错误:
不知道这是否只是在我的系统上,或者是什么原因.