Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Unfortunately, that won't work. The C:\Windows\Assembly folder is the GAC only for .NET 2.0, and the VSPackage was written in 4.5, so the GAC is in C:\Windows\Microsoft.NET\assembly, and it doesn't have a nice viewer that masks the folders behind it. You'll have the best luck running a VS2015 Developer Command Prompt and using gacutil -if to install the DLL.
|