Side By Side Execution
From: Ashish Sharma (csharpdeveloper_at_hotmail.com)
Date: 07/26/04
- Next message: Adam Stirk: "Re: Internet Explorer Automation"
- Previous message: James Dean: "Re: Problem with setting 32ARGB values"
- Next in thread: Branimir Giurov: "Re: Side By Side Execution"
- Reply: Branimir Giurov: "Re: Side By Side Execution"
- Messages sorted by: [ date ] [ thread ]
Date: 26 Jul 2004 04:52:33 -0700
Hi All,
We have an application in which all assemblies have version 1.5.0.0.
After client wanted some changes we changed few of the functionality
and changed the version to 1.5.1.0 as per client demand.
Now client wants to have a patch like installation. Means, if you are
having 1.5.0.0 version installed on your machine, you can install
1.5.1.0 as a patch and now all the functionality should function as
per 1.5.1.0. And after uninstalling 1.5.1.0 patch, everything should
be reverted back to 1.5.0.0. There are some Shared assemblies also in
the GAC, some Windows Services and there are also changes in Web
Services. Accordingly there are some changes in Database also.
We made one installation which used to backup 1.5.0.0 ver. assemblies
and replace it with our 1.5.1.0 version assemblies. Everything works
fine. But after uninstalling 1.5.1.0, 1.5.0.0 version becomes
unstable.
How can I achieve this compatiblity of 1.5.1.0 and 1.5.0.0 versions.
It isuite urgent. Can anyone provide me solution that how can I bring
side by side execution. Like if 1.5.1.0 patch is installed everything
should work as per its implementation otherwise it should be as per
its original (1.5.0.0) functionality..
Thanx in advance
Regards,
Ashish
- Next message: Adam Stirk: "Re: Internet Explorer Automation"
- Previous message: James Dean: "Re: Problem with setting 32ARGB values"
- Next in thread: Branimir Giurov: "Re: Side By Side Execution"
- Reply: Branimir Giurov: "Re: Side By Side Execution"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|