[CLOSED] Downloading Ext.NET 2.0 Beta with Nuget problem

  1. #1

    [CLOSED] Downloading Ext.NET 2.0 Beta with Nuget problem

    Hi,

    Trying to download 2.0 beta, but I'm getting an error and the package is not installed. MVC 3.0 is installed. How to solve this issue ?

    This is showed:

    PM> Install-Package Ext.NET -Pre
    Attempting to resolve dependency 'Transformer.NET (≥ 2.0.0)'.
    Attempting to resolve dependency 'Ext.NET.Utilities (≥ 2.0.1)'.
    Attempting to resolve dependency 'Newtonsoft.Json (≥ 4.5.5)'.
    You are downloading Transformer.NET from Ext.NET Inc., the license agreement to which is available at http://www.ext.net/licensetransformer/. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
    Successfully installed 'Transformer.NET 2.0.0'.
    You are downloading Ext.NET.Utilities from Ext.NET Inc., the license agreement to which is available at http://www.ext.net/licenseutilities/. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
    Successfully installed 'Ext.NET.Utilities 2.0.1'.
    Successfully installed 'Newtonsoft.Json 4.5.5'.
    You are downloading Ext.NET from Ext.NET Inc., the license agreement to which is available at http://www.ext.net/licensepro/. Check the package for additional dependencies, which may come with their own license agreement(s). Your use of the package and dependencies constitutes your acceptance of their license agreements. If you do not accept the license agreement(s), then delete the relevant components from your device.
    Successfully installed 'Ext.NET 2.0.0-beta3'.
    Successfully added 'Transformer.NET 2.0.0' to SupportExt.
    Successfully added 'Ext.NET.Utilities 2.0.1' to SupportExt.
    Successfully added 'Newtonsoft.Json 4.5.5' to SupportExt.
    Successfully uninstalled 'Ext.NET 2.0.0-beta3'.
    Successfully uninstalled 'Newtonsoft.Json 4.5.5'.
    Successfully uninstalled 'Ext.NET.Utilities 2.0.1'.
    Successfully uninstalled 'Transformer.NET 2.0.0'.
    Install failed. Rolling back...
    Install-Package : Failed to add reference to 'System.Web'. Please make sure that it is in the Global Assembly Cache.
    At line:1 char:16
    + Install-Package <<<<  Ext.NET -Pre
        + CategoryInfo          : NotSpecified: (:) [Install-Package], InvalidOperationException
        + FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
    Last edited by Daniil; May 31, 2012 at 11:09 AM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Used SVN. Downloaded now..

    But, what caused above problem ?

    Martin
  3. #3
    Hi,

    I am unable to reproduce, have just tried ti install with success.

    Install-Package : Failed to add reference to 'System.Web'. 
    Please make sure that it is in the Global Assembly Cache.
    So, is System.Web in the Global Assembly Cache? Are you able to add System.Web reference in a standard way (References => Add Reference ...)?

    What is the version of NuGet Package Manager? If not the latest, please update and re-test.
  4. #4
    Quote Originally Posted by Daniil View Post
    Hi,

    I am unable to reproduce, have just tried ti install with success.

    Install-Package : Failed to add reference to 'System.Web'. 
    Please make sure that it is in the Global Assembly Cache.
    So, is System.Web in the Global Assembly Cache? Are you able to add System.Web reference in a standard way (References => Add Reference ...)?

    What is the version of NuGet Package Manager? If not the latest, please update and re-test.
    I'am not sure why it didn't succeed last Tuesday. I've tried again and it installed without any problem ..

    Case closed.. sorry for your time.

    Martin

Similar Threads

  1. Replies: 2
    Last Post: Aug 30, 2013, 1:48 AM
  2. Possible NuGet package issue
    By Stijn in forum 2.x Help
    Replies: 4
    Last Post: Nov 28, 2012, 10:21 PM
  3. Problem to migrate from 1.3.0 to 2.0 beta
    By feanor91 in forum 2.x Help
    Replies: 11
    Last Post: Jul 12, 2012, 2:47 PM
  4. Installing v2.0.0.rc1 Using NuGet
    By alexua in forum 2.x Help
    Replies: 2
    Last Post: Jul 02, 2012, 7:07 PM
  5. Ext.net 2.0 Beta 3 of the window Resize problem
    By SeoNamseok in forum 2.x Help
    Replies: 0
    Last Post: May 31, 2012, 4:22 AM

Posting Permissions