Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Russ, I noticed from your post that you are using SF version 1.7.0.0 and the current version is 1.7.7.1, make sure you have the current assemblies. I think you should re-run the SF setup so all assemblies will be re-registered.
Edhy Rijo
|
|
|
StrataFrame Team
|
|
Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Hrm, the MicroFour License Base assembly is not actually the license, but the file that dynamically loads the license and returns the keys to the components that need the license. The license file is "MicroFour License.dll". When are you getting this error? When you launch the DDT, Messaging, RBS Editor, etc? Or going into the BOMapper? Or when you try to run the Activation Client. My guess is that there is a path wrong or something.
|
|
|
Ross L Rooker, Sr.(1)
|
|
Group: StrataFrame Users
Posts: 50,
Visits: 163
|
I just upgraded from 8.1 to win 10. Running this script helped but I am getting a licensing error: Could not load the file or assembly 'Microfour License Base, Version=1.7.0.0, Custure=neutral, Public Key=99fe9917f71608a7' or one of its dependencies. The system cannot find the file specified.
Do I need to deactivate my license and then tur around and reactivate the license?
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Very important!!!! As I mentioned before, I have done several Windows 10 upgrades and all of them went pretty good and fast, less than 1 hour after downloading image, but in my computer it took several hours to complete the upgrade, so be sure you will not be using your computer for a while until upgrade is done.
Edhy Rijo
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
Ok thanks a bunch.
I am about ready to put Win 10 on.
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Terry, I had Win7 and VS2013, I simply upgraded the OS to Win10 Pro. I am waiting for SF addins to upgrade to VS2015. The batch file is basically to re-register SF assemblies in the GAC, for some reason, the assemblies needed to be re-registered, you can accomplish same thing by re-installing SF.
Edhy Rijo
|
|
|
Buffie
|
|
Group: StrataFrame Users
Posts: 119,
Visits: 11K
|
Edhy you moved to Win 10, SF 1.7 and VS2013? I know you posted something like a bat file. Can you explain to me what it really does and why you needed to do it? TIA
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Also FYI, my SQL Server 2014 service was stopped after the upgrade, a simple repair of this installation fixed the issues. So far Windows 10 upgrade has been pretty smooth, I have done several computers, but mine which is the most powerful of all took 4+ hours to complete while other took an average of 1.5 hours. Obviously mine have more tools and programs than an average computer and that will affect an upgrade. I use VIPRE antivirus, and the recommendation is to remove any antivirus and then re-install. I also notice Office 2013 did some quick automatic re-installation the first time I opened. So don't panic, these things are expected.
Edhy Rijo
|
|
|
Edhy Rijo
|
|
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
|
Hi Michel, Thanks for the advice, it worked!!! For the sake of others, here is the command I used from a batch file executed from an elevated Command Prompt session: "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame AddIns.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Inherited UI.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Extensibility.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Infragistics Wrapper.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Security.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame UI Expanded.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame DBEngine.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame UI.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Business.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Base.dll" /f "%ProgramFiles(x86)%\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\gacutil.exe" /i "%CommonProgramFiles(x86)%\MicroFour\StrataFrame\MicroFour StrataFrame Lzma.dll" /f
Edhy Rijo
|
|
|