How to reactivate license (Windows 10)


Author
Message
Michel Levy
Michel Levy
Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)
Group: StrataFrame Users
Posts: 193, Visits: 9K
Hi,

All was running fine on my Surface after Windows10 upgrade, but it seems that the first update (the 1st one on W10), I've no longer any StrataFrame license activated. Activation through the web is blocked by some paranoïd Microsoft rule, trying to use GACUTIL with the last license file I received has no effect, and it's now forbidden to drag a file directly in the windows\assembly folder.

Ben, Trent, help please !!!!!!Crying
Replies
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi Ben,

I finally upgraded to Windows 10, it took over 4 hours but everything looks fine except that when opening VS 2014 I am getting the following exception:

Exception
  An error occurred while configuring the StrataFrame design-time data sources.
FileNotFoundException
  Could not load file or assembly 'MicroFour StrataFrame Base, Version=1.7.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' or one of its dependencies.
  The system cannot find the file specified.

Source     :

Stack Trace:

   at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()
   at MicroFour.StrataFrame.AddIns.AddInManager.()



Now, just to be clear, I have not re-installed SF, just upgraded from Win8.1Pro to Windows 10 Pro.  Re-installing SF could fix the loading of the assembly issue, I will try that.


Edhy Rijo

Michel Levy
Michel Levy
Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)Advanced StrataFrame User (607 reputation)
Group: StrataFrame Users
Posts: 193, Visits: 9K
Edhy,

I had the same issue, and solved it by GACUTIL all the SF assemblies (upgrade seems to empty the assembly cache, except for the MS core assemblies)
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
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

Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
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

Ross L Rooker, Sr.(1)
Ross L Rooker, Sr.(1)
StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)StrataFrame User (236 reputation)
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?
StrataFrame Team
S
StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)StrataFrame Developer (6.5K reputation)
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.  
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
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

Buffie
Buffie
Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)
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
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
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
Buffie
Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)
Group: StrataFrame Users
Posts: 119, Visits: 11K
Ok thanks a bunch.

I am about ready to put Win 10 on.
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
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
Buffie
Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)Advanced StrataFrame User (573 reputation)
Group: StrataFrame Users
Posts: 119, Visits: 11K
Alright
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Michel Levy - 10 Years Ago
StrataFrame Team - 10 Years Ago
Michel Levy - 10 Years Ago
StrataFrame Team - 10 Years Ago
Michel Levy - 10 Years Ago
                         I manually activated it, and it sent it to the @yahoo.fr email we have...
StrataFrame Team - 10 Years Ago
                             Ben, would you please send the zip file by private message here,...
Michel Levy - 10 Years Ago
                                 Hi Michael, Ben, Are you talking here about issues StrataFrame...
Edhy Rijo - 10 Years Ago
                                     I've just installed Windows 10 on a new development machine here, so I...
StrataFrame Team - 10 Years Ago
                                         Hi Ben, Thanks a lot, greatly appreciated.
Edhy Rijo - 10 Years Ago
                                     Hi Edhy, yes, I had issues with SF activation licenses. On my...
Michel Levy - 10 Years Ago
                                         Hi Michael, Thanks for the explanation, virtual MAC, it makes sense...
Edhy Rijo - 10 Years Ago
                                         Howdy Michel, I just learned today that when you have Hyper-V...
StrataFrame Team - 10 Years Ago
                                             Well, Edhy, I had a different experience than Michel did. For me,...
StrataFrame Team - 10 Years Ago
                                                 Hi Ben, That is a great news. I will start upgrading my computer in a...
Edhy Rijo - 10 Years Ago
                                                 Thanks for the update Ben - looking forward to the VS2015 addin,...
Andrew Harper - 10 Years Ago
                                                     Hi Ben, I finally upgraded to Windows 10, it took over 4 hours but...
Edhy Rijo - 10 Years Ago
                                                         Edhy, I had the same issue, and solved it by GACUTIL all the SF...
Michel Levy - 10 Years Ago
                                                             Hi Michel, Thanks for the advice, it worked!!! For the sake of...
Edhy Rijo - 10 Years Ago
                                                                 Also FYI, my SQL Server 2014 service was stopped after the upgrade, a...
Edhy Rijo - 10 Years Ago
                                                                     I just upgraded from 8.1 to win 10. Running this script helped but I...
Ross L Rooker, Sr.(1) - 10 Years Ago
                                                                         Hrm, the MicroFour License Base assembly is not actually the license,...
StrataFrame Team - 10 Years Ago
                                                                         Hi Russ, I noticed from your post that you are using SF version...
Edhy Rijo - 10 Years Ago
                                                                 Edhy you moved to Win 10, SF 1.7 and VS2013? I know you posted...
Buffie - 10 Years Ago
                                                                     Hi Terry, I had Win7 and VS2013, I simply upgraded the OS to Win10...
Edhy Rijo - 10 Years Ago
                                                                         Ok thanks a bunch. I am about ready to put Win 10 on.
Buffie - 10 Years Ago
                                                                             Very important!!!! As I mentioned before, I have done several Windows...
Edhy Rijo - 10 Years Ago
                                                                                 Alright
Buffie - 10 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search