umbraco / UmbracoIdentityExtensions

Code files & installation that enables easy extensibility points for ASP.Net Identity and the Umbraco back office
MIT License
38 stars 23 forks source link

Nuget UmbracoIdentityExtensions Installation Error #7

Closed terryclancy closed 8 years ago

terryclancy commented 8 years ago

Dear UmbracoIdentityExtensions Folk,

I received the following error trying to : Install-Package UmbracoCms.IdentityExtensions

Below is the output of my attempt from the Package Manager Console.

Any assistance in overcoming this error would be appreciated.

Thanks

Terry Clancy

ClanceZ

PM> Install-Package UmbracoCms.IdentityExtensions Attempting to gather dependencies information for package 'UmbracoCms.IdentityExtensions.1.0.0' with respect to project 'TeraTastic04', targeting '.NETFramework,Version=v4.6' Attempting to resolve dependencies for package 'UmbracoCms.IdentityExtensions.1.0.0' with DependencyBehavior 'Lowest' Resolving actions to install package 'UmbracoCms.IdentityExtensions.1.0.0' Resolved actions to install package 'UmbracoCms.IdentityExtensions.1.0.0' Adding package 'Microsoft.AspNet.Cors.5.2.3' to folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Added package 'Microsoft.AspNet.Cors.5.2.3' to folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Added package 'Microsoft.AspNet.Cors.5.2.3' to 'packages.config' Successfully installed 'Microsoft.AspNet.Cors 5.2.3' to TeraTastic04 Adding package 'UmbracoCms.IdentityExtensions.1.0.0' to folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Added package 'UmbracoCms.IdentityExtensions.1.0.0' to folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Added package 'UmbracoCms.IdentityExtensions.1.0.0' to 'packages.config' Successfully installed 'UmbracoCms.IdentityExtensions 1.0.0' to TeraTastic04 Install failed. Rolling back... Removed package 'UmbracoCms.IdentityExtensions 1.0.0' from 'packages.config' Removed package 'Microsoft.AspNet.Cors 5.2.3' from 'packages.config' Removing package 'UmbracoCms.IdentityExtensions 1.0.0' from folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Removed package 'UmbracoCms.IdentityExtensions 1.0.0' from folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Removing package 'Microsoft.AspNet.Cors 5.2.3' from folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Removed package 'Microsoft.AspNet.Cors 5.2.3' from folder 'C:\Clancy\A_TeraTastic\Dev\TeraTastic04\packages' Install-Package : Object reference not set to an instance of an object. At line:1 char:1

terryclancy commented 8 years ago

Never Mind.

I updated the installation of NuGet in Visual Studio ( go to Tools > Extensions and Updates, then Updates > Visual Studio Gallery. Check if there's a NuGet Update available and install it.) ANd now it works fine.

Terry Clancy

ClanceZ