NuGetReferenceSwitcher icon indicating copy to clipboard operation
NuGetReferenceSwitcher copied to clipboard

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

Open tsasioglu opened this issue 9 years ago • 4 comments

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 avatar Jan 27 '16 10:01 tsasioglu

Still happening in VS2015.

tsasioglu avatar May 18 '16 11:05 tsasioglu

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

RicoSuter avatar May 18 '16 12:05 RicoSuter

webapi

MaheshPatial avatar Feb 14 '19 12:02 MaheshPatial

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

RicoSuter avatar Feb 14 '19 13:02 RicoSuter