Can't Install Ext.Net 3.0

Page 1 of 2 12 LastLast
  1. #1

    Can't Install Ext.Net 3.0

    I can?t install ext.net 3.0 MVC Packaged neither from nuget or manual install, it gave me Invalid Operation Exception on Visual Studio 2012 and Windows 7.
  2. #2
    Can you please write the steps you are following?
  3. #3
    Hi

    Ext.Net.MVC is compiled for MVC 5 and .NET 4.5

    Do you Update 4 for VS 2012? I mean applied Update 4.
    Also you might need to install ASP.NET and Web Tools 2013.1 for Visual Studio 2012.
    See http://stackoverflow.com/questions/1...al-studio-2012
  4. #4
    Start new empty MVC4 Project in VS 2012 -> Project -> Manage NuGet Packages... -> Search for Ext.Net 3 -> Click Install

    This is the install log:

    Attempting to resolve dependency 'Ext.NET.Utilities (≥ 2.5.0)'.
    Attempting to resolve dependency 'Transformer.NET (≥ 2.1.1)'.
    Attempting to resolve dependency 'Newtonsoft.Json (≥ 6.0.6)'.
    Attempting to resolve dependency 'WebActivatorEx (≥ 2.0.3)'.
    Attempting to resolve dependency 'Microsoft.Web.Infrastructure (≥ 1.0.0.0)'.
    Installing 'Ext.NET.MVC 3.0.0'.
    Successfully installed 'Ext.NET.MVC 3.0.0'.
    Adding 'Ext.NET.MVC 3.0.0' to Web.
    Uninstalling 'Ext.NET.MVC 3.0.0'.
    Successfully uninstalled 'Ext.NET.MVC 3.0.0'.
    Install failed. Rolling back...
    Failed to add reference to 'Ext.Net'.
  5. #5
    You have to use MVC 5 project with Ext.NET.MVC
  6. #6
    Thanks for the answers, what NuGet package do i install for MVC4 ?
  7. #7
    Here is what I did:

    http://forums.ext.net/showthread.php...l=1#post226201

    In my steps I am installing 2.5.3 but it works with 3 too.
  8. #8
    Hi Mimisss

    I follow the steps for MVC4 and MVC5 started from empty project and have the error:

    Install failed. Rolling back...
    Install-Package : Failed to add reference to 'Ext.Net'.
    At line:1 char:16
    + install-package <<<< ext.net.mvc
    + CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
    + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Com mands.InstallPackageCommand
  9. #9
    Can you install any nuget package at all? (I mean, except for ext.net)

    I googled a bit (e.g. http://stackoverflow.com/questions/8...lling-packages) and it seems to be a problem with nuget in general and not with ext.net in particular.

    Please, try installing another package and let us know.
  10. #10
    Other packages work. I'll try other options
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Ext.NET 2.5.1 Manual install help
    By dataworks in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: May 27, 2014, 4:57 AM
  2. [CLOSED] can not install v2.4
    By Fahd in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 05, 2014, 6:42 PM
  3. [CLOSED] GAC Install
    By koss in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 09, 2010, 3:34 PM
  4. How to install coolite
    By ngwc in forum 1.x Help
    Replies: 13
    Last Post: Apr 04, 2010, 10:53 AM
  5. First Install (ASP.NET 3.5 version)
    By bhodso in forum 1.x Help
    Replies: 3
    Last Post: Mar 14, 2008, 10:19 PM

Tags for this Thread

Posting Permissions