﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » 1.5 and 1.6 support</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 15 Sep 2026 03:07:42 GMT</lastBuildDate><ttl>20</ttl><item><title>1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7739.aspx</link><description>I have a new project to start and I want to use 1.6, but I don't want to upgrade all my old projects that use 1.5.&lt;br&gt;
&lt;br&gt;
So my question is, does a project with 1.5 references behave when you upgrade the development environment to 1.6 or once 1.6 is installed and I want to update a project, does it have to be updated to 1.6?&lt;br&gt;
&lt;br&gt;
Thanks.&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 28 Mar 2007 10:36:18 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7759.aspx</link><description>[quote]keeping some old projects that I consider "complete" in 1.5, and maintaining new projects in 1.6[/quote]&lt;/P&gt;&lt;P&gt;This is entirely up to you and I understand your logic.&amp;nbsp; If a product is going to continue to mature then we always migrate it forward.&amp;nbsp; However, if it is complete and never going to change..hopefully :D ...then if it ain't broke, don't fix it :)</description><pubDate>Wed, 28 Mar 2007 10:36:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7757.aspx</link><description>That magically fixed all my problems, I didn't even have to re-add my references in my projects, they just found the 1.5 DLL's after I added the registry key.&lt;br&gt;
&lt;br&gt;
Awesome, you guys are worth your weight in gold. &lt;br&gt;
&lt;br&gt;
Last question, do you have any problem with me doing this, keeping some old projects that I consider "complete" in 1.5, and maintaining new projects in 1.6? I would upgrade a project if in the future it required a major overhaul. I am just used to doing this, I have projects in different versions of VFP (6,7,8, and 9) because it isn't worth the time to update them. &lt;br&gt;
&lt;br&gt;
If you tell me I need to rethink this approach, I will.&lt;br&gt;
&lt;br&gt;
Thanks again.</description><pubDate>Wed, 28 Mar 2007 09:19:06 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7756.aspx</link><description>The Add Reference window looks at the folder that we specified within the AssemblyFolders VS registry key.&amp;nbsp; Since it's just a folder (the C:\Program Files\Common Files\MicroFour\StrataFrame), we can only have one copy of the file in that folder, so the install overwrites the 1.5 DLLs that are out there with the 1.6 DLLs.&amp;nbsp; If you want to be able to see the 1.5 DLLs in the Add Reference window, you will need to create a folder somewhere to store them and add the registry key pointing to that folder.&amp;nbsp; &lt;/P&gt;&lt;P&gt;The key you will need to add is:&lt;/P&gt;&lt;P&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\&amp;lt;some name&amp;gt;&lt;/P&gt;&lt;P&gt;The &amp;lt;some name&amp;gt; will need to be replaced with something like "SF 1.5" or "StrataFrame 1.5"; it isn't used, but it helps you identify it if you come back in there later.&amp;nbsp; You will then need to set the value of the (Default) value within the key to the full path of the folder containing the 1.5 DLLs.&lt;/P&gt;&lt;P&gt;After you do that, the next time you restart VS, you will be able to see both the 1.5 and 1.6 DLLs as selectable items in the Add Reference &amp;#119;indow.</description><pubDate>Wed, 28 Mar 2007 08:50:34 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7755.aspx</link><description>If you look here [url=http://sigmahost.net/keith/sfhelp/]http://sigmahost.net/keith/sfhelp/[/url] you will see examples of the errors I am getting.&lt;br&gt;
&lt;br&gt;
You can see that the 1.5 and 1.6 DLL's are in the GAC, yet only the 1.6's seem to be available to VS2005 and my projects. The project shown was done in 1.5 and shouldn't know anything about 1.6, but you can see that the reference to Microfour Strataframe Base shows version 1.6.0.0 and has a path to the \Common Files\Microfour\Strataframe directory which now only contains the 1.6 DLL's. Is that my issue, that I have loaded references improperly?&lt;br&gt;
&lt;br&gt;
I checked more last night and every project I have no will not load into VS after updating to 1.6.&lt;br&gt;
&lt;br&gt;
Thanks for the help, as right now I am dead in the water.&lt;br&gt;
&lt;br&gt;</description><pubDate>Wed, 28 Mar 2007 08:12:34 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7753.aspx</link><description>Well they do :)&lt;br&gt;
&lt;br&gt;
Ill post specific errors with screenshots tomorrow.</description><pubDate>Tue, 27 Mar 2007 16:50:36 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7751.aspx</link><description>When you install a new StrataFrame version we remove the previous version from the system, including the DLLs in the GAC.&amp;nbsp; However, to run with multiple versions you only need to do what I had mentioned above.&amp;nbsp; If the previous assemblies can be referenced then your existing projects should have no issues.</description><pubDate>Tue, 27 Mar 2007 16:35:07 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7749.aspx</link><description>in Visual Studio, my references to the SF DLL's are all updated to 1.6 and nothing will load in old projects.&lt;br&gt;
&lt;br&gt;
None of my projects will load, I am sure we will fix it, but it isn't a good feeling.&lt;br&gt;
&lt;br&gt;
If you need more to work with (of course you do), I can post some screenies tomorrow.&lt;br&gt;
&lt;br&gt;
Is my premise totally wrong though, that I shouldn't have to update all my projects with every new release?</description><pubDate>Tue, 27 Mar 2007 16:30:28 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7748.aspx</link><description>I don't know what you mean by Solution Explorer other than possible the c:\windows\assembly folder.&amp;nbsp; Is this correct?&amp;nbsp; All you need to do is drag the DLLs you backed up into the c:\windows\assembly folder then you will see both the 1.5 and 1.6 versions available.&lt;/P&gt;&lt;P&gt;Do you see both the 1.5 and 1.6 assemblies in the GAC?</description><pubDate>Tue, 27 Mar 2007 15:34:58 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7747.aspx</link><description>I did what you said and loaded an old project, the references in the solution explorer have been updated to 1.6 somehow, nothing will run, and the designer wont even load.&lt;br&gt;
&lt;br&gt;
Please help.</description><pubDate>Tue, 27 Mar 2007 15:32:10 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7745.aspx</link><description>The DLLs are the only ones that really matter.&amp;nbsp; The XML files are used at design-time for Intellisense information.&amp;nbsp; You will be using the 1.6 XML files at design-time for the Intellisense so that really don't matter.</description><pubDate>Tue, 27 Mar 2007 12:38:22 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7742.aspx</link><description>Do I just to copy the DLL's or also the XML files that seem to correspond to the SF libraries.</description><pubDate>Tue, 27 Mar 2007 12:21:39 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7741.aspx</link><description>Excellent thank you Trent.</description><pubDate>Tue, 27 Mar 2007 12:20:00 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: 1.5 and 1.6 support</title><link>http://forum.strataframe.net/FindPost7740.aspx</link><description>Technically all of the 1.5 references are removed during the install process.&amp;nbsp; However, all you need to do is copy all of the 1.5 assemblies (c:\program files\common files\MicroFOur\StrataFrame) prior to installing 1.6.&amp;nbsp; Move these assemblies to a back folder.&amp;nbsp; Install 1.6 which will remove the 1.5 from the GAC (and the above referenced folder).&amp;nbsp; After the 1.6 has been completed, just drag all of the 1.5 assemblies that you backed up into the c:\windows\assembly (GAC) folder and you will see the 1.5 and 1.6 side-by-side.&amp;nbsp; This way you can run both the 1.5 and 1.6.</description><pubDate>Tue, 27 Mar 2007 12:18:55 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>