[CLOSED] SVN update / missing Reference System.Web.Mvc

  1. #1

    [CLOSED] SVN update / missing Reference System.Web.Mvc

    Hello

    I just did an update from Ext.net 2.2.0.1 to SVN Ext.net 2.3 and after deploying the new website the webserver is complaining about a missing reference to "System.Web.Mvc".

    I found a lot of help threads like these. But I am am curious why did everything work on 2.2.0.1 and not on 2.3? According to the threads version 2.x already needs it...

    I didn't change anything else, just complided the svn-solution (vs 2012) and copied them over the old ones.

    Thank you for any hint.

    PS: Did I compile them with MVC support or can I switch this off somehow?
    Last edited by Daniil; Oct 14, 2013 at 4:02 AM. Reason: [CLOSED]
  2. #2
    Hi @tMp,

    Probably, you use a WebForm build of Ext.NET 2.2.0.1.

    The MVC build requires MVC 3 to be installed on the machine.

    Please clarify do you want a WebForm build without MVC at all?

    If so, you could choose a respective build mode, for example, "WebForm NET4 Release". See it there are commonly the "Release/Debug" modes only.
  3. #3
    I've ran into this issue as well when I decided to build from the trunk. They have conditional requirements for MVC in the csproj to prevent this but you have to choose the the appropriate WebForms build in the Configuration Manager, like WebForm NET 3.5/4.0 Debug/Release.

    I manually delete the MVC reference from the build myself each time I get a new version. I found it too risky to rely on VS not to attempt to include the reference. I couldn't risk breaking my production server over this subtle detail.
    Last edited by michaeld; Oct 11, 2013 at 10:21 PM.
  4. #4
    Thank you both very much. Compiled just the Webform Version and now everything works as desired!

    Have a nice weekend!

Similar Threads

  1. [CLOSED] XControl Missing Assembly reference
    By jesperhp in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 03, 2013, 8:36 AM
  2. Replies: 4
    Last Post: Feb 01, 2011, 11:54 AM
  3. [CLOSED] [1.0] - Missing Icons in latest SVN Update
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 30, 2010, 1:00 PM
  4. Replies: 2
    Last Post: Aug 31, 2009, 6:03 PM
  5. [CLOSED] Alot of missing function/properties after last update??
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 19
    Last Post: Jan 16, 2009, 7:24 AM

Posting Permissions