﻿<?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 » WebForms (How do I?)  » Updateing web project from 1.5 to 1.6</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 12:00:41 GMT</lastBuildDate><ttl>20</ttl><item><title>Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8201.aspx</link><description>I have a 1.5 web app that needs updates so (sigh) I have to update it to 1.6 and need some direction please.&lt;br&gt;
&lt;br&gt;
I will start with web.config. What needs to be updated in the following? just the version or the tokens as well? if so.... to what?&lt;br&gt;
&lt;br&gt;
anything else you can think of that might be helpful would be great. &lt;br&gt;
&lt;br&gt;
Also, please consider making future versions backward compatible. I love SF but having to update a project just to do a minor cosmetic change doesn't seem right.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Keith&lt;br&gt;
&lt;br&gt;
        &lt;add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame Base, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame Business, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;</description><pubDate>Fri, 20 Apr 2007 09:36:04 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8362.aspx</link><description>Excellent!&lt;br&gt;
&lt;br&gt;
I was already putting my web apps in different application pools, so I should be good. Thank you very much.</description><pubDate>Fri, 20 Apr 2007 09:36:04 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8361.aspx</link><description>The version number in for the SF references within the web.config is all you will have to change to switch to version 1.6.&amp;nbsp; The PublicKeyToken stayed the same and won't be changing.&amp;nbsp; &lt;/P&gt;&lt;P&gt;FYI:&amp;nbsp; The PublicKeyToken is a hash that is computed for the assembly when it is signed (strong-named) to allow it to be put into the GAC.&amp;nbsp; The value of the token is determined by the .snk or pfx (public/private key pair) you use to sign the assembly.&amp;nbsp; So, if you use the same .snk to sign multiple assemblies, they will all have the same PublicKeyToken.&amp;nbsp; We aren't going to change the .snk file that we use for SF, so it will stay the same from version to version.&amp;nbsp; If you ever need to know the PKT of a file: in Vista you can view it's properties in Windows Explorer and the Version tab will tell you the value and in other OS's you can drop it in the GAC and then view it's properties.&lt;/P&gt;&lt;P&gt;There might also be some other places in the web.config and pages where the SFWeb prefix is registered (usually at the bottom of the web.config) that will also need to be changed from 1.5 to 1.6.&lt;/P&gt;&lt;P&gt;#2&amp;nbsp; Yes, 1.5 can run along 1.6 on the same server.&amp;nbsp; In fact, different versions of 1.6 can run along side each other on the same server.&amp;nbsp; If the version # of the DLLs are different, then you can put them in the GAC, but if it's a development server and the DLL changes often without a version number change, it's easier to just put the DLLs into the bin\ folder.&amp;nbsp; That's what we do most of the time (we don't use the GAC much any more on web servers).&amp;nbsp; &lt;/P&gt;&lt;P&gt;Also, as a tip, in development, you might want to make your different websites use different app pools in IIS.&amp;nbsp; The app pool contains the AppDomain in .NET which contains the loaded assemblies.&amp;nbsp; So, if 2 websites have different versions of the same DLL (with the same version number) only one of them will get loaded into the app pool.</description><pubDate>Fri, 20 Apr 2007 09:31:14 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8346.aspx</link><description>The point of my original post was really not to run 1.5 and 1.6, I gave up on that.&lt;br&gt;
&lt;br&gt;
My needs:&lt;br&gt;
&lt;br&gt;
Part 1 (development):&lt;br&gt;
I have a web project in 1.5, it does need updating and will more so in the future. How do I update a 1.5 web project to 1.6 please?&lt;br&gt;
&lt;br&gt;
There are no references to add/remove from the VS project since they are loaded in web.config via the lines pasted above.&lt;br&gt;
&lt;br&gt;
I can change the version number easy enough, but dont know what to do about the "public key token" referenced.&lt;br&gt;
&lt;br&gt;
Part 2 (production):&lt;br&gt;
Can a web 1.5 web project  (of which I have a few now), run side by side with a 1.6 web project on the same server so long as the DLL's for each version are installed to the GAC on the production web server?&lt;br&gt;
&lt;br&gt;
Thank you.&lt;br&gt;
&lt;br&gt;</description><pubDate>Fri, 20 Apr 2007 08:30:45 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8335.aspx</link><description>Yeah, the licensing did change.&amp;nbsp; But one thing that you might try is add the new license file to the GAC as well.&amp;nbsp; This way the 1.5 and 1.6 may work in tandem.&amp;nbsp; I have not tried this, but it is worth a shot.</description><pubDate>Thu, 19 Apr 2007 22:24:31 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8326.aspx</link><description>No I removed them because Trent told me the licensing was changed so that was not a viable option, certain designers would not work with the 1.5 assemblies.&lt;br&gt;
&lt;br&gt;</description><pubDate>Thu, 19 Apr 2007 16:19:37 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8304.aspx</link><description>We are having to be more careful and strip a bit more because of the issues we ran into a while back when the forum was up and down for a week or two.&amp;nbsp; Someone posted something that killed the RegEx and certain forums on the site.&lt;/P&gt;&lt;P&gt;Do you still have he 1.5 assemblies because you can run the 1.5 and 1.6 side-by-side in the GAC.</description><pubDate>Thu, 19 Apr 2007 13:40:06 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8290.aspx</link><description>it wont post with the tags&lt;br&gt;
&lt;br&gt;
add assembly="MicroFour StrataFrame Base, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&lt;br&gt;
add assembly="MicroFour StrataFrame Business, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"&lt;br&gt;
add assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"&lt;br&gt;
&lt;br&gt;
add tagPrefix="SFWeb" namespace="MicroFour.StrataFrame.UI.Web" assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
etc etc</description><pubDate>Thu, 19 Apr 2007 11:36:46 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8289.aspx</link><description>it would probably help if I posted the web.config snippet.... sorry&lt;br&gt;
&lt;br&gt;
      &lt;assemblies&gt;&lt;br&gt;
        &lt;add assembly="System.Management, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame Base, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame Business, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;&lt;br&gt;
        &lt;add assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/&gt;&lt;br&gt;
      &lt;/assemblies&gt;</description><pubDate>Thu, 19 Apr 2007 11:35:19 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8288.aspx</link><description>/bump&lt;br&gt;
&lt;br&gt;
sorry to bug but I have a customer wanting updates done.</description><pubDate>Thu, 19 Apr 2007 11:33:40 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8252.aspx</link><description>hello? :ermm:</description><pubDate>Wed, 18 Apr 2007 18:37:21 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Updateing web project from 1.5 to 1.6</title><link>http://forum.strataframe.net/FindPost8202.aspx</link><description>Yes, I cant spell today.&lt;br&gt;
&lt;br&gt;
Another question. So I am going to have to update my web server as well once I get my changes done and the proiject is in 1.6, what if I have multiple applications already running on the same target server (and complete) that are done with 1.5..... are they going to run when I install the 1.6 DLL's to the GAC on my server?&lt;br&gt;
&lt;br&gt;
Do I install both versions to the GAC?&lt;br&gt;
&lt;br&gt;
I admit I am a bit confused on how this is supposed to work.&lt;br&gt;
&lt;br&gt;</description><pubDate>Tue, 17 Apr 2007 15:33:38 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item></channel></rss>