Error on 'Ext.NET.MVC 3.2.1' installation,using Packet Manager Console

  1. #1

    Error on 'Ext.NET.MVC 3.2.1' installation,using Packet Manager Console

    I've changed my visual studio to 2015 and I'm using .NET Framework 4.6 in my project,when I use 'Install-Package Ext.NET.MVC' command in Packet Manager Console to upgrade Ext.NET.MVC dll from 2.5.3.1 version to the latest one, It makes changes up to somewhere then an error occurs and rollbacks all to the previous version. It is almost 2 days that I have tried everything, but nothing have happened yet. Please somebody help me !

    This is what I get in my console:


    Attempting to gather dependencies information for package 'Ext.NET.MVC.3.2.1' with respect to project 'SuccessfulyDone', targeting '.NETFramework,Version=v4.6'
    Attempting to resolve dependencies for package 'Ext.NET.MVC.3.2.1' with DependencyBehavior 'Lowest'
    Resolving actions to install package 'Ext.NET.MVC.3.2.1'
    Resolved actions to install package 'Ext.NET.MVC.3.2.1'
    Removed package 'Newtonsoft.Json.6.0.4' from 'packages.config'
    Successfully uninstalled 'Newtonsoft.Json.6.0.4' from SuccessfulyDone
    Adding package 'Ext.NET.Utilities.2.5.0' to folder 'c:\...'
    Added package 'Ext.NET.Utilities.2.5.0' to folder 'c:\...'
    Added package 'Ext.NET.Utilities.2.5.0' to 'packages.config'
    Successfully installed 'Ext.NET.Utilities 2.5.0' to SuccessfulyDone
    Adding package 'Newtonsoft.Json.7.0.1' to folder 'c:\...\packages'
    Added package 'Newtonsoft.Json.7.0.1' to folder 'c:\...'
    Added package 'Newtonsoft.Json.7.0.1' to 'packages.config'
    Executing script file 'c:\...\packages\Newtonsoft.Json.7.0.1\tools\insta ll.ps1'
    Successfully installed 'Newtonsoft.Json 7.0.1' to SuccessfulyDone
    Adding package 'Transformer.NET.2.1.1' to folder 'c:\...'
    Added package 'Transformer.NET.2.1.1' to folder 'c:\...'
    Added package 'Transformer.NET.2.1.1' to 'packages.config'
    Successfully installed 'Transformer.NET 2.1.1' to SuccessfulyDone
    Adding package 'WebActivatorEx.2.0.6' to folder 'c:\...'
    Added package 'WebActivatorEx.2.0.6' to folder 'c:\...'
    Added package 'WebActivatorEx.2.0.6' to 'packages.config'
    Successfully installed 'WebActivatorEx 2.0.6' to SuccessfulyDone
    Install failed. Rolling back...
    Package 'Ext.NET.MVC 3.2.1' does not exist in project 'SuccessfulyDone'
    Removed package 'WebActivatorEx 2.0.6' from 'packages.config'
    Removed package 'Transformer.NET 2.1.1' from 'packages.config'
    Removed package 'Newtonsoft.Json 7.0.1' from 'packages.config'
    Removed package 'Ext.NET.Utilities 2.5.0' from 'packages.config'
    Package 'Newtonsoft.Json.6.0.4' already exists in folder 'c:\...'
    Added package 'Newtonsoft.Json.6.0.4' to 'packages.config'
    Executing script file 'c:...\packages\Newtonsoft.Json.6.0.4\tools\instal l.ps1'
    Package 'Ext.NET.MVC 3.2.1' does not exist in folder 'c:\...'
    Removing package 'WebActivatorEx 2.0.6' from folder 'c:\...'
    Removed package 'WebActivatorEx 2.0.6' from folder 'c:\...'
    Removing package 'Transformer.NET 2.1.1' from folder 'c:\...'
    Removed package 'Transformer.NET 2.1.1' from folder 'c:\...'
    Removing package 'Newtonsoft.Json 7.0.1' from folder 'c:\...'
    Removed package 'Newtonsoft.Json 7.0.1' from folder 'c:\...'
    Removing package 'Ext.NET.Utilities 2.5.0' from folder 'c:\...'
    Removed package 'Ext.NET.Utilities 2.5.0' from folder 'c:\...'
    Install-Package : Object reference not set to an instance of an object.
  2. #2
    Hi Nasim,

    I do not quite have any ideas what is going wrong.

    I've changed my visual studio to 2015
    From which one? I guess VS 2013? But anyways it is better to exclude guesses.

    I'm using .NET Framework 4.6
    Was it 4.6 before the migration to VS 2015?

    in my project
    Is it reproducible with an empty MVC project created via Visual Studio New Project Wizard?

    By the way, what is MVC version?

    So, please describe the steps to reproduce the issue in a little greater details. Some set of exact steps would help a lot.
  3. #3
    Hello Daniil.
    Thanks for your reply.
    Actually I've started a new project at home, so I have tried to add EXT .Net dll to an empty MVC project, and I've moved from VS 2010 to 2015.In addition, my .NET Framework was 4.5 before migration to VS 2015. and my MVC version is 5.2.3.0.

    By the way, I should say that I've tried Web Application instead of MVC, I got the same error when I wanted to add Ext .Net dll for web apps!

    Thanks for your help in advance.
  4. #4
    I am sorry for the delay in answering. I overlooked your response.

    I tried something, but could not reproduce the issue.

    A detailed list of exact steps to reproduce the issue from scratch would be much appreciated. Like:

    1. Do that
    2. Do this
    ...
  5. #5
    Actually there were no special steps. I created a new project then I executed the latest Ext command in Nuget console in order to have Ext dll in my new project. But I got this error in every time that I tried to download directly the latest version of EXT. but later I solved the problem with first downloading the 2.5.1 version and then updating it to the latest one.
    Thanks Daniil.
  6. #6
    I could not reproduce... Anyways, it is nice to hear your got rid of that problem!

Similar Threads

  1. Replies: 2
    Last Post: Oct 29, 2013, 11:59 AM
  2. Server error during initial installation
    By deeeeez in forum 2.x Help
    Replies: 7
    Last Post: May 29, 2012, 4:09 AM
  3. Replies: 4
    Last Post: Mar 30, 2012, 7:30 PM
  4. Replies: 1
    Last Post: Mar 27, 2012, 3:30 PM
  5. Replies: 4
    Last Post: Sep 22, 2010, 7:43 AM

Posting Permissions