Help Using Ext.Net MVC

  1. #1

    Help Using Ext.Net MVC

    Hi, expert

    First time i used Ext.Net MVC in november, and it can run properly. but in December i can't use again Ext.Net MVC in visual studio.
    this step when i used Ext.Net:
    1. Install component ExtJS via Nugget
    Install-Package Ext.NET
    2. Replace <Runtime> in global web.config
    like this:
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
    <bindingRedirect oldVersion="1.0.0.0-4.5.9" newVersion="4.5.10" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="Ext.Net.Utilities" publicKeyToken="2c34ac34702a3c23" />
    <bindingRedirect oldVersion="0.0.0.0-2.0.1" newVersion="2.1.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="Transformer.NET" publicKeyToken="e274d618e7c603a7" />
    <bindingRedirect oldVersion="0.0.0.0-2.0.0" newVersion="2.1.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
    <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    but step 2 no needed anymore in the last Ext.Net.

    this is the problem:
    when i using Ext.net, i didn't find Option .MVC? (see the pictures)
    and the references at solution explorer Ext.Net.MVC does not exist? (see the pictures)

    Click image for larger version. 

Name:	Untitled.jpg 
Views:	40 
Size:	82.4 KB 
ID:	5401

    what's wrong in my case?

    thanks,
    4L4Y
    Last edited by 4L4Y; Jan 09, 2013 at 10:15 AM.
  2. #2
    Nuget version still has no MVC support, please use the following version
    https://github.com/downloads/extnet/....Pro.2.1.1.zip

    See Download page
    http://www.ext.net/download/
  3. #3
  4. #4
    @vladimir

    ok, vlad
    i was focus to learn mvc extnet, i dont know if MVC removed from instalation via nugget.

    thanks for reply,
    4L4Y
    Last edited by 4L4Y; Jan 10, 2013 at 2:17 AM.
  5. #5
    We will release nuget package with MVC support separately
  6. #6
    @vladimir
    Ok, I'll be waiting

    Um.. Sorry vlad, where's configure for MVC ?
    i've download at http://www.ext.net/download/
    Ext.NET.MVC.Pro.2.1.1

    i follow README.txt ,
    Getting Started (NuGet)

    The easiest and quickest way to install Ext.NET is using NuGet.
    Run the following command in Visual Studio Command panel, or seach for "Ext.NET" in NuGet Package Manager.

    Install-Package Ext.NET


    Getting Started (Manual)

    The following steps are required to manually install the controls into
    your Visual Studio or Visual Web Developer Express Toolbox.

    1. Open Visual Studio 2010 or Visual Web Developer Express 2010.

    2. Open an existing web site or create a new web site project.

    3. Open or create a new .aspx page.

    4. Open the ToolBox panel, typically located on the left side in a
    fly-out panel (Ctrl + Alt + x).

    5. Create a new "Ext.NET" Tab, by...
    a. Right-Click in the ToolBox area.
    b. Select "Add Tab".
    c. Enter "Ext.NET".

    6. Inside the "Ext.NET" tab, Right-Click and select
    "Choose Items...".

    7. Under the ".NET Framework Components" Tab select the "Browse"
    button.

    8. Navigate to and select the Ext.Net.dll file, choose open, then
    select the "Ext.NET.dll" from the extracted download .zip package.

    Ext.NET can always be downloaded from the following location, see

    http://www.ext.net/download/

    9. The component items should now be added to the list and
    pre-checked. You can confirm by sorting the list by "Namespace"
    and scrolling to "Ext.Net"

    10. Click "OK". The icons should be added to your ToolBox. You should
    now be able to drag/drop a Ext.NET component onto your WebForm.

    11. Enjoy.
    how to configure for MVC?
    Last edited by 4L4Y; Jan 10, 2013 at 3:36 AM.

Posting Permissions