Skip to main content

All Questions

-1 votes
2 answers
211 views

Unable to install in nuget package

I currently using VS2013, I'm using this for several months. I'm not encountering issue since then, but now I getting error. I unable to add package in my project. The default XML namespace of the ...
Vic's user avatar
  • 487
1 vote
2 answers
531 views

Is there a way to update nuget in Visual Studio 2013 in an offline machine?

I am running Visual Studio 2013 on a machine that is behind a firewall, not connected to the Internet. I created a local folder on the machine and copied all packages that I might need to work with (....
Ahmad's user avatar
  • 12.5k
1 vote
0 answers
85 views

Reference not updated after install

I have recently upgraded my reference packages Microsoft.Aspnet.Mvc from 4.0.0 to 5.0.0, Newtonsoft.Json to 6.0.3, Microsoft.Aspnet.WebApi to 5.0.0 And I installed it using NuGet Package Manager ...
Swarali's user avatar
  • 21
1 vote
0 answers
163 views

Compilation error requiring install Microsoft.Bcl.Build. How to install nuget package Microsoft.Bcl.Build on a unit test project

I have a vs2013 solution with 2 projects in NET 4.0, let's say project A and project B. Project B has a reference to project A. When I compile project B I get a compilation error saying: All projects ...
Willy's user avatar
  • 10.4k
0 votes
0 answers
3k views

Nuget throws "Could not find a part of the path" error

I have a VB.NET solution in Visual Studio 2013. I am using Nuget v2.12.0.817 (this is the lastest version available for Visual Studio 2013). When I compile the solution I get an error that says: ...
Willy's user avatar
  • 10.4k
0 votes
1 answer
64 views

Can't Install Package

I Was Trying to Install this package but this keeps getting error. I also Tried Changing The Target Framework to 4.7 and 4.7.2 Installing 'Anviz.SDK 2.0.4'. Successfully installed 'Anviz.SDK 2.0.4'. ...
bpoom za's user avatar
1 vote
1 answer
2k views

How to Add Reference to a netstandard 2.0 Nuget from VS2013 .Net Framework 4.8 Project

I have a vs 2013 project which targets .net framework 4.8. I need to add a reference to Microsoft.Extensions.Hosting nuget package but when I do I get the following error on package manager console. ...
Harindaka's user avatar
  • 4,838
1 vote
1 answer
29k views

Can't Install Nuget Package

I am trying to install System.Runtime.Handles so I can use SafeAccessTokenHandle and RunImpersonated, however when I try to install the package I get the error : Could not install package 'System....
parrigin777's user avatar
1 vote
1 answer
3k views

Error loading type library/DLL after vs 2017 installation

Error occurred while restoring NuGet packages: System.Runtime.InteropServices.COMException (0x80029C4A): Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (...
Hudhaifa Yoosuf's user avatar
0 votes
4 answers
4k views

Unable to Install Quartz.Net from Nuget

I am trying to install Quartz.net in an application and getting following error PM> Install-Package Quartz -Version 3.0.2 Installing 'Quartz 3.0.2'. Successfully installed 'Quartz 3.0.2'. Adding '...
Tyler Durden's user avatar
0 votes
1 answer
43 views

DLL version clashes in different NuGet packages

In my solution some projects reference the "MahApps" NuGet package, which includes 'System.Windows.Interactivity.dll' 4.5.0.0. Some projects also reference the "Prism" NuGet package, which includes '...
Andrew Stephens's user avatar
0 votes
1 answer
4k views

How to Install nuget package in visual studio with 32 bit or 64 bit specific

How to Install nuget package in visual studio with 32 bit or 64 bit specific I have solution where two projects and every project configuration manager in both directing to x64 only , and we removed ...
shaswatatripathy's user avatar
3 votes
3 answers
5k views

Nuget - "Name cannot begin with the '<' character

I have VS 2013 update 5. I right click a project and select "Manage NuGet Packages". When I try to install the "SpecFlow" package I get the message: "Name cannot begin with the '<' character, ...
Rob Bowman's user avatar
  • 8,447
1 vote
1 answer
609 views

Nuget package installation fails although package should be supported

I am trying to install the package Microsoft.Extensions.DependencyInjection.Abstractions in my Visual Studio 2013 solution as part of a Sitecore installation. The solution has .NET target framework 4....
ebug's user avatar
  • 461
1 vote
2 answers
998 views

NuGet Command-line options for uninstalling/reinstalling packages for TFS/VS2013 and NuGet 3.4.3

I modified a solution and deleted one of the .csproj files and instead packaged the .dlls into a NuGet package. Then I added the package to the two other .csproj files that reference the .dlls. All ...
Ben_G's user avatar
  • 820

15 30 50 per page
1
2 3 4 5
22