RicoSuter / NuGetReferenceSwitcher

Visual Studio extension to switch between NuGet and project references.
http://nugetreferenceswitcher.org
Microsoft Public License
208 stars 69 forks source link

Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)) #15

Open tsasioglu opened 8 years ago

tsasioglu commented 8 years ago

Situation: I have one project switched successfully Action: I attempt to switch another, using "Add new project to solution", then hitting "Switch to project references" Result: Unspecified error (Exception from HRESULT: 0x80004005 (E_FAIL)) popup. I hit Ok and the switcher closes but the project isn't switched. Setup: VS 2013 Premium Update 5, reference switcher version 1.7

Nothing noteworthy in the VS log (see below). Is there anywhere else I can look for clues?

1067 Information VisualStudio Entering function CVsPackageInfo::HrInstantiatePackage {87A7B0E9-E41C-47C8-953C-B81650401EDB} 1068 Information VisualStudio Begin package load [NuGetReferenceSwitcherPackage] {87A7B0E9-E41C-47C8-953C-B81650401EDB} 1069 Information VisualStudio End package load [NuGetReferenceSwitcherPackage] {87A7B0E9-E41C-47C8-953C-B81650401EDB}
tsasioglu commented 8 years ago

Still happening in VS2015.

RicoSuter commented 8 years ago

It works for my projects... Can you provide a sample solution/project?

MaheshPatial commented 5 years ago

webapi

RicoSuter commented 5 years ago

I moved all the efforts into the DNT project which is easier to maintain, test and also supports .net standard/core: https://github.com/RSuter/DNT