相关疑难解决方法(0)

无法加载类型'System.Web.Optimization.StyleBundle'

有时在构建和启动我的MVC4 Web应用程序后,我收到此错误.它可以在重建之后消失.发布到Windows Azure后我遇到了同样的问题.

有谁知道如何解决这个错误?

Server Error in '/' Application.

Could not load type 'System.Web.Optimization.StyleBundle' from assembly 'System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.TypeLoadException: Could not load type 'System.Web.Optimization.StyleBundle' from assembly 'System.Web.Optimization, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. …
Run Code Online (Sandbox Code Playgroud)

asp.net asp.net-mvc

10
推荐指数
1
解决办法
9167
查看次数

标签 统计

asp.net ×1

asp.net-mvc ×1