小编use*_*829的帖子

无法加载文件或程序集System.Web.WebPages.Razor ,, Version = 3.0.0.0或其依赖项之一

我在我的应用程序中使用MVC 5,WCF和Unity框架.

运行WCF服务时出现以下错误:

Server Error in '/' Application.

Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

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.IO.FileNotFoundException: Could not load file or assembly 'System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The …
Run Code Online (Sandbox Code Playgroud)

asp.net-mvc wcf inversion-of-control unity-container

26
推荐指数
1
解决办法
6万
查看次数