New Posts New Posts RSS Feed: [ANSWERED] Handling Updates
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

[ANSWERED] Handling Updates

 Post Reply Post Reply
Author
Linguinut View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14-Jun-2007
Location: United States
Posts: 394
Post Options Post Options   Quote Linguinut Quote  Post ReplyReply Direct Link To This Post Topic: [ANSWERED] Handling Updates
    Posted: 04-Sep-2007 at 1:31pm
I am trying to implement the most recent updates for DevForce and DevExpress into Cabana.  What would be the easiest way to setup a DevForce/CAB/DevExpress application so that updates would be simple to implement.  Any updates now, to either DevForce or DevExpress, breaks Cabana (especially DevExpress).  I'd like to be able to keep the various pieces totally ignorant of one another and let CAB do the heavy lifting, but I am not sure if that is possible with the current setup.  Any suggestions about how to handle updates in the CAB environment?
 
Thanks!


Edited by Linguinut - 30-Oct-2007 at 5:37pm
Back to Top
Bill Jensen View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 31-Jul-2007
Location: United States
Posts: 229
Post Options Post Options   Quote Bill Jensen Quote  Post ReplyReply Direct Link To This Post Posted: 18-Sep-2007 at 10:58am

Upgrades to DevForce should be handled by assembly binding redirects added to the machine.config file by the installer of the new DevForce version.  We try to test Cabana with new versions of DevForce as soon as possible and provide a new version if necessary.

DeveloperExpress chooses to place the major/minor version number in their assembly names.  Patch releases can be handled with assembly binding redirects.  Minor and major upgrades (e.g., 7.2 to 7.3) require changes to references in the application.
 
Watch out for redirects in the App.config file as well.
 
Bill J.
Back to Top
Linguinut View Drop Down
Senior Member
Senior Member
Avatar

Joined: 14-Jun-2007
Location: United States
Posts: 394
Post Options Post Options   Quote Linguinut Quote  Post ReplyReply Direct Link To This Post Posted: 18-Sep-2007 at 12:20pm
Thanks for the response.  I'll keep my guard up on the versioning and config files.  Not a problem.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down