.NET 4.0 - CultureNotFoundException

后端 未结 10 501
旧巷少年郎
旧巷少年郎 2020-12-03 09:27

I have migrated my ASP.NET MVC 2 project to VS 2010 + .NET 4.0. Now when i start the application i get a lot of \"CultureNotFoundException\" in IntelliTrace and Output/Gebug

10条回答
  •  醉梦人生
    2020-12-03 10:17

    I had a similar issue with the "CultureNotFoundException". To resolve this I had to delete all the folders from in here additionally:

    %LocalAppData%\Local\Temp\Temporary ASP.NET Files
    

    Deleting from here wasn't enough:

    C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files
    

提交回复
热议问题