StrataFrame Forum

Visual Studio 2010

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

By Larry Caylor - 4/23/2010

I'm probably missing something new in VS2010 but so far haven't figured it out. When I try to add a reference to a MicroFour DLL to a project no MicroFour DLLs are displayed on the .Net tab of the Add Reference window. I have VS 2005 and VS2008 installed on the same system and they work fine; all the MicroFour DLLs show up in the list. I tried removing and re-installing SF but that didn't change anything.
By Larry Caylor - 4/27/2010

From the lack of responses I'm assuming that no one else has run into this issue when installing v 1.7.0.7 on Visual Studio 2010 on Windows XP. I'm not sure if it's a bug in the install or something unique to my environment but in case someone else does I resolved it by adding the following registry key:

REG ADD HKLM\SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\MicroFour StrataFrame" /ve /d "C:\Program Files\Common Files\MicroFour\StrataFrame" /t REG_SZ 

By Larry Caylor - 4/27/2010

The previous command line should read read

REG ADD "HKLM ....   I left out the opening quote when typing it.

By Edhy Rijo - 4/27/2010

Hi Larry,

I recently had to install the Win 7 OS and VS2010 and did not have that problem, probably because everything was new installation, probably you would have to re-install SF.

I did have other problems with the BOM after installing InstallAware 8 in which I posted the resolution in this forum.

By Dustin Taylor - 4/28/2010

Sorry we missed your original post here, but thanks for posting your solution! Smile

We'll set up a virtual machine to run through testing the 2010 install on XP and work through any kinks there. 

By Larry Caylor - 4/29/2010

Thanks Dustin. Attached is a screen shot of my HKLM\Software structure. I'm assuming that v2.0.50727 is the result of some Microsoft update. The issue was that the Strata Frame key was not in AssemblyFoldersEx.