.NET 4.0 - CultureNotFoundException

后端 未结 10 509
旧巷少年郎
旧巷少年郎 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:14

    I think it's the actual designer that messed things up. Try searching across your solution for "designer" string to see if any XML/HTML attributes have their values set to this string.

提交回复
热议问题