| | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| 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.
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?
anything else you can think of that might be helpful would be great.
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.
Thanks,
Keith
|
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| Yes, I cant spell today.
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?
Do I install both versions to the GAC?
I admit I am a bit confused on how this is supposed to work.
|
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| hello? |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| /bump
sorry to bug but I have a customer wanting updates done. |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| it would probably help if I posted the web.config snippet.... sorry
|
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| it wont post with the tags
add assembly="MicroFour StrataFrame Base, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/
add assembly="MicroFour StrataFrame Business, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"
add assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"
add tagPrefix="SFWeb" namespace="MicroFour.StrataFrame.UI.Web" assembly="MicroFour StrataFrame UI, Version=1.5.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7"/
etc etc |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 1:09:23 PM Posts: 2,686, Visits: 1,888 |
| | 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. Someone posted something that killed the RegEx and certain forums on the site. Do you still have he 1.5 assemblies because you can run the 1.5 and 1.6 side-by-side in the GAC.
www.bungie.net |
| | | | 
Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Today @ 9:09:27 AM Posts: 658, Visits: 27,042 |
| 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.
|
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 4:50:35 PM Posts: 4,796, Visits: 4,766 |
| | Yeah, the licensing did change. But one thing that you might try is add the new license file to the GAC as well. This way the 1.5 and 1.6 may work in tandem. I have not tried this, but it is worth a shot. |
| |
|
|