1

過去 6 時間からこの問題に取り組んでいますが、まだこれを理解できません。共有ホスティングであるサーバーにAsp.Net Mvc 4プロジェクトの1つをデプロイしたときに、この例外が発生しました。この問題が発生しました。

グーグルで調べたところ、System.Web.Mvc と System.Web.WebPages のバージョンの違いに関連する問題である可能性があることがわかりました。すべての dll のバージョン番号を確認し、nuget を使用して再インストールしようとしましたが、同じメッセージが表示されました。

私のプロジェクトのみに関連する問題である可能性があると考えて、新しいAsp.Net Mvc 4インターネットアプリケーションを作成し、サーバーに展開しました...同じメッセージが表示されました。

次の数時間、Asp.Mvc の古いバージョンをすべてアンインストールし、Visual Studio 2010 を修復し、Web Platform Installer を使用して Mvc 4 を再度インストールしましたが、何も役に立たず、同じメッセージが表示されました。

誰でも助けてください、私は立ち往生しています。

ここにエラーメッセージがあります

Could not load type 'System.Web.WebPages.DisplayModes' from assembly 'System.Web.WebPages, Version=2.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.WebPages.DisplayModes' from assembly 'System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace: 


[TypeLoadException: Could not load type 'System.Web.WebPages.DisplayModes' from assembly 'System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.]
   System.Web.Mvc.VirtualPathProviderViewEngine.GetPath(ControllerContext controllerContext, String[] locations, String[] areaLocations, String locationsPropertyName, String name, String controllerName, String cacheKeyPrefix, Boolean useCache, String[]& searchedLocations) +0
   System.Web.Mvc.VirtualPathProviderViewEngine.FindView(ControllerContext controllerContext, String viewName, String masterName, Boolean useCache) +198
   System.Web.Mvc.<>c__DisplayClassc.<FindView>b__a(IViewEngine e) +43
   System.Web.Mvc.ViewEngineCollection.Find(Func`2 lookup, Boolean trackSearchedPaths) +177
   System.Web.Mvc.ViewEngineCollection.Find(Func`2 cacheLocator, Func`2 locator) +23
   System.Web.Mvc.ViewResult.FindView(ControllerContext context) +144
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +151
   System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +33
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +846308
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +265
   System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +846608
   System.Web.Mvc.Controller.ExecuteCore() +159
   System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +335
   System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +62
   System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +20
   System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +54
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +469
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +375

   Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

問題を解決するためにグーグルで見つけたリンクは次のとおりです。

http://tkntips.blogspot.in/2012/05/could-not-load-type-systemwebwebpagesdi.html

解決策はそれほど明確ではありません。私にはうまくいきませんでした。

4

0 に答える 0