473,395 Members | 1,637 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Side By Side Execution

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
Nov 16 '05 #1
1 1394
Hi there,

I would suggest that you use a custom install action in the install of the
patch.
What you need to do there, is to modify the app's config file, so it
redirects the assembly binding to the new version. You should also define a
custom action for the uninstall procedure as well, so it will restore the
file back to the state it was if you remove the patch.

Check out the following section in MSDN on how to redirect assembly
bindings:
http://msdn.microsoft.com/library/de...edirection.asp

Cheers,
Branimir

--
Branimir Giurov
MCSD.NET, MCDBA
www.sofiadev.org

"Ashish Sharma" <cs*************@hotmail.com> wrote in message
news:b8**************************@posting.google.c om...
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

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Nick | last post by:
I have clients using a .NET application built and distributed with .NET 1.1. When the 2.0 Framework is installed. This application stops working and reports a data access error. This seems to be a...
12
by: Russ | last post by:
I'm interested in setting up a web page where live data can be displayed in real-time on the web page. For example: I would like to display a (nice looking) graph of some data value versus time...
23
by: Mantorok Redgormor | last post by:
Can emulation of the logical OR be done in standard C to obfuscate its use? So I don't have to use if(a||b) but instead make that even more obfuscated without its use but testing the same condition
5
by: Niklaus | last post by:
This is one of the posts that i got. ------------------------------ A "side effect" of an operation is something that *happens*, not something that *is produced*. Examples: In the expression...
2
by: Matt | last post by:
I guess the principal differences between client-side and server-side code is that client-side code is processed in web browser, and server-side code is processed in web server. In ASP.NET web...
1
by: ScottF | last post by:
There was a problem with ASP.Net 1.1 creating/generating bad javascript on html pages that I ran into and on the KB page that I had found at the time it said that the problem was fixed in the .Net...
4
by: Staticbob | last post by:
Guys, I have this code that loads some data from a SQL view into a datatable, then into arrays, I can then export it to a predefined Excel template that creates lots of fancy charts and stuff...
6
by: Bruce | last post by:
Can anyone tell me why this doesn't work? My end goal here is to be able to write Javascript library modules that can be used by both client and server side code. My test here consists of 2...
10
by: Ben | last post by:
Hi, I made an application in classic asp (reservation of books and video stuffs for students) and want to migrate to asp.net. The user has to chose a date, then pushung on a submit button. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.