Could not load file or assembly System.Web.Mvc

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Could not load file or assembly System.Web.Mvc

    Hi,

    I have created an ASP.NET web application (not an MVC application). When I deploy to a server running IIS 6, I get this error

    [FileNotFoundException: Could not load file or assembly 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.]
        Ext.Net.BaseControl.ResolveUrlLink(String url) +0   Ext.Net.ResourceManager.GetWebResourceUrl(Type type, String resourceName) +325   Ext.Net.ResourceManager.CheckLicense() +152   Ext.Net.ResourceManager.Page_PreRenderComplete(Object sender, EventArgs e) +34   System.Web.UI.Page.OnPreRenderComplete(EventArgs e) +8876298   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2716
    Is there a reason why the ResourceManager is trying to use the MVC assembly and is there a way around it?

    The only ext code I need to replicate the error is

            <ext:ResourceManager ID="mcResourceManager" runat="server" />

    thanks

    Dermot
    Last edited by geoffrey.mcgill; Jul 20, 2012 at 5:00 PM. Reason: please use [CODE] tags

Similar Threads

  1. Replies: 2
    Last Post: May 07, 2011, 5:30 AM
  2. [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
  3. Replies: 1
    Last Post: Nov 17, 2010, 3:07 PM
  4. 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
  5. Replies: 0
    Last Post: Apr 15, 2010, 7:25 AM

Tags for this Thread

Posting Permissions