[CLOSED] Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

  1. #1

    [CLOSED] Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

    it was ok, but today , i deploy my site , show this error,
    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件。

    may be need mvc 3.0 , but it was ok , i deploy this time with debug mode , is it the reason?
    Last edited by Daniil; Oct 18, 2013 at 4:47 AM. Reason: [CLOSED]
  2. #2
  3. #3
    manually remove mvc reference is little trouble.
    may be must install mvc 3 , but i download the installed and installed it, and restart server ,not work.(from http://www.asp.net/mvc/mvc3 this page to install mvc 3, is it ok) , how to distinguish whether installed mvc 3.0 or not?

    @michaeld,
    my ext.net version is 2.2.0.30029, my last deploy is ok , but this version deployed failed, how do you resolve it?
    Last edited by hdsoso; Oct 13, 2013 at 3:26 AM.
  4. #4
    when i install the AspNetMVC3Setup_CHS.exe
    show the message ,
    Click image for larger version. 

Name:	QQ截图20131013113851.jpg 
Views:	14 
Size:	26.1 KB 
ID:	7033

    ok , i install AspNetMVC3Setup , now it is ok now, you can close the thread.
    thank all who answer me.
    Last edited by hdsoso; Oct 13, 2013 at 3:55 AM.
  5. #5
    Did you build Ext.Net assemblies yourself or use precompiled versions (from Nuget)?
    Just update from trunk, open Ext.Net solution, choose "WebForm NET40" mode and rebuild assemblies. Such assemblies will not require installed MVC
  6. #6
    Quote Originally Posted by Vladimir View Post
    Did you build Ext.Net assemblies yourself or use precompiled versions (from Nuget)?
    Just update from trunk, open Ext.Net solution, choose "WebForm NET40" mode and rebuild assemblies. Such assemblies will not require installed MVC
    here???
    Click image for larger version. 

Name:	QQ截图20131013220927.jpg 
Views:	22 
Size:	47.6 KB 
ID:	7036
  7. #7
    Go to Configuration Manager and Select WebForm NET 4.0 Debug/Release

Similar Threads

  1. Replies: 1
    Last Post: Oct 23, 2012, 7:55 AM
  2. Replies: 2
    Last Post: Oct 02, 2012, 2:23 AM
  3. Replies: 5
    Last Post: Jul 24, 2012, 1:24 PM
  4. Replies: 2
    Last Post: May 07, 2011, 5:30 AM
  5. Replies: 0
    Last Post: Apr 15, 2010, 7:25 AM

Posting Permissions