StrataFrame Forum

Update for VS 2015 Screwed Up my StrataFrame Install

http://forum.strataframe.net/Topic33394.aspx

By Buffie - 9/28/2016

I did the last update for Visual Studio 2015 and it hosed my Strataframe Install. 

I uninstalled Strataframe. Installed it again. Followed the directions that I have used prior using the gacutil to uninstall and then reinstall the Strataframe dll's.
But, when I try the statements:

gacutil.exe /if "C:\Program Files (x86)\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll" /f

gacutil.exe /if "C:\Program Files (x86)\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame Extensibility.dll" /f

I get the error that is attached. I am not even sure what to try???
TIA
By Ivan George Borges - 9/28/2016

Maybe this thread could help you with the GACUTIL issue:

By Edhy Rijo - 9/29/2016

Hi,
This is weird.  I have all recent VS updates and have not experienced any problems with Strataframe.

Your image does not show the title of the command window where you are executing the gacutil.exe but keep in mind that you should run those from a Visual Studio 2015 Developer Command elevated as "Administrator", otherwise it will not work.
By Buffie - 9/29/2016

Thanks for the link Edhy. Yes it is run as Admin...
By Buffie - 9/30/2016

Edhy your Link was Right On.  I only used the following part of it but it Registered the Dll's.

"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\gacutil.exe"  /if "C:\Program Files (x86)\Common Files\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll" /f

And the same for the other dll. 

I guess there is a new(er) version of gacutil that must be used or something. Not sure of course but it worked.
By Edhy Rijo - 9/30/2016

Hi,

The link was provided by Ivan and I am glad it worked for you.

In my case, using the VS Developer Command Prompt I don't have to fully path the gacutil.
By Ivan George Borges - 9/30/2016

Anyway... glad it worked. Wink
By Buffie - 10/1/2016

I'm sorry I gave the wrong credit.
By Ivan George Borges - 10/1/2016

No worries... I will understand this as a "thank you", I guess. BigGrin
By Buffie - 10/1/2016

Absolutely.