StrataFrame Forum

Windows 8.1 upgrade issue

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

By Ross L Rooker, Sr.(1) - 10/29/2013

After loading Windows 8.1 upgrade I ran into an issue when starting S2010 with this error:

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.ᜃ()




I can ignore it and VS2010 starts and I can open my Windows Project and change forms/ recompile normally. But when I click on the StrataFrame menu option in VS2010 the following menu option when clicked on do nothing:

Database Connection, Business Object Manager and Database Deployment Toolkit..

Running SQL 2012 and the StrataFrame database is accessible.


By StrataFrame Team - 10/29/2013

That looks like a pathing issue.  Are the SF assemblies loaded into the GAC?  Are you running VS as administrator?
By Edhy Rijo - 10/30/2013

Hi Russ,

Just re-install SF and make sure you run VS as administrator.
By Ross L Rooker, Sr.(1) - 10/31/2013

Thanks reinstalling fixed it.
By Edhy Rijo - 11/1/2013

You are welcome Ross.