[CLOSED] Will Installation via Nuget eventually support Ext.NET MVC?

Page 2 of 2 FirstFirst 12
  1. #11
    Hi @craig2005,

    Has this been added yet? I don't see this package available.
    Not yet.

    ok, nevermind, I looked at the SVN and it looks like the MVC code was merged into Ext.net in 2.0? Please confirm.
    Yes, Ext.NET MVC is directly built in the Ext.Net project.
  2. #12
    The next release of Ext.NET (2.1) will include separate Assemblies for WebForms and MVC projects.

    With NuGet you will be able to install using the following Commands.

    WebForms (non-MVC)
    Install-Package Ext.NET

    - requires .NET 3.5 (or higher)


    MVC
    Install-Package Ext.NET.MVC

    - requires .NET 4.0 (or higher)


    The Ext.NET.MVC NuGet Package will install a sample View, Controller, updates to the Global.asax, updates to the Web.config and add all proper Assembly References.

    Hope this helps.
    Geoffrey McGill
    Founder
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Installing v2.0.0.rc1 Using NuGet
    By alexua in forum 2.x Help
    Replies: 2
    Last Post: Jul 02, 2012, 7:07 PM
  2. Ext.Net 2.0 Installation not working through NuGet
    By falinhares in forum 2.x Help
    Replies: 1
    Last Post: Jun 14, 2012, 4:10 PM
  3. Replies: 4
    Last Post: Mar 30, 2012, 7:30 PM
  4. Installation Problems
    By pyro in forum 1.x Help
    Replies: 7
    Last Post: Dec 22, 2011, 11:18 AM
  5. Ext.net 1.0 + installation problem
    By Birgit in forum 1.x Help
    Replies: 4
    Last Post: Nov 05, 2010, 1:16 PM

Posting Permissions