开发者

IIS: There was a problem reading metadata from 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

开发者 https://www.devze.com 2022-12-21 17:10 出处:网络
I am having this most annoying issue when I try to rebuild my solution I get 4 lines of: There was a problem reading metadata from \'C:\\Windows\\Microsoft.NET\\Framework\\v2.0.50727\\Temporary ASP.N

I am having this most annoying issue when I try to rebuild my solution I get 4 lines of:

There was a problem reading metadata from 'C:\Windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET 开发者_如何学CFiles\MyWebSiteName...

I tried restarting IIS, so I could delete the temp files, but they're locked.

How can I fix this annoyance, it only happens on a release build.


Did you try right-clicking on the Web Project and selecting "Clean"?

Often times if that doesn't work a restart of Visual Studio fixes this.

0

精彩评论

暂无评论...
验证码 换一张
取 消