I have upgrade to the latest NuGet version 2.7, and I now get the following error when trying to install a package. I am running on VS2012 Ultimate. I had all of the latest updateds installed. I did just install an update to VS for I believe the Windows Phone 8 that was in the extensions list. I also just installed the latest version of Typescript.
PM> install-package log4net
Installing 'log4net 2.0.0'.
Successfully installed 'log4net 2.0.0'.
Adding 'log4net 2.0.0' to Tyson.OperatorUpload.
Install failed. Rolling back...
install-package : Input string was not in a correct format.
At line:1 char:1
+ install-package log4net
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], FormatException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
Comments: Thanks for trying and confirming the results. I'm glad the issue has been resolved for everyone. One more question for you all: Did you uninstall an older version of Visual Studio recently? For example, did you have VS 2010 and VS 2012 side-by-side and then you uninstall VS 2010? I ask because doing so could potentially unregister the type libraries for COM components.
PM> install-package log4net
Installing 'log4net 2.0.0'.
Successfully installed 'log4net 2.0.0'.
Adding 'log4net 2.0.0' to Tyson.OperatorUpload.
Install failed. Rolling back...
install-package : Input string was not in a correct format.
At line:1 char:1
+ install-package log4net
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Install-Package], FormatException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
PM>
Comments: Thanks for trying and confirming the results. I'm glad the issue has been resolved for everyone. One more question for you all: Did you uninstall an older version of Visual Studio recently? For example, did you have VS 2010 and VS 2012 side-by-side and then you uninstall VS 2010? I ask because doing so could potentially unregister the type libraries for COM components.