After a computer crash my Visual Studio 2010 will not load an assembly

后端 未结 5 540
感情败类
感情败类 2020-12-29 03:22

My computer blue screened. After my computer restarted, I ran my Silverlight application and got this error:

Could not load file or assembly \'AsyncC

5条回答
  •  自闭症患者
    2020-12-29 04:02

    Delete all files from the following folders and try again:

    C:\Users[username]\AppData\Local\Temp\Temporary ASP.NET Files\

    .NET 4.0

    %SystemRoot%\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\ %SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\

    .NET 2.0

    %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ %SystemRoot%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\

提交回复
热议问题