Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, ...?

  1. #1

    Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, ...?

    I'm using ext.net(v2.0), when I access a page like this:

    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head id="Head1" runat="server">
        <title>test</title>
        <link href="../../../../resources/css/examples.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
        <form id="Form1" runat="server">
            <ext:ResourceManager runat="server" />
        </form>
    </body>
    </html>
    Cause following error:
    Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, ...
    <ext:ResourceManager runat="server" />, remove "ext:ResourceManager " tag, no error. help
    Last edited by geoffrey.mcgill; Sep 27, 2012 at 12:39 PM. Reason: please use [CODE] tags
  2. #2
    Ext.Net 2.0 requires ASP.NET MVC 3.0
  3. #3
    maybe you could get a set of dedicated editors for your changelogs and suchlike() so we could know all the requirements before making painful migrations:)

Similar Threads

  1. Replies: 5
    Last Post: Jul 24, 2012, 1:24 PM
  2. Replies: 2
    Last Post: May 07, 2011, 5:30 AM
  3. [CLOSED] could not load file or assembly 'ext.net'
    By VALUELAB in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 04, 2011, 2:48 PM
  4. Replies: 1
    Last Post: Nov 17, 2010, 3:07 PM
  5. Could not load file or assembly Coolite.Ext.Web
    By ranganath in forum 1.x Help
    Replies: 0
    Last Post: May 04, 2010, 9:11 AM

Posting Permissions