A developer company sends dll's to the client. someclient is not happy current functionality, so requestsome modification. developer made some changes andsend new dll to all clients. Some client is happy withold version, tell me minimal change to so that neitherclients get affected.

Showing Answers 1 - 3 of 3 Answers

Vinoth Kumar A

  • Nov 14th, 2005
 

in vb.net we have a version control in there we have 1.1.2.3 this is the old version of Dll we have change only the 1.1.2.4 for the New dll which is compablitly of the ealry version.

  Was this answer useful?  Yes

gouri

  • Aug 29th, 2006
 

Put the both the versions of dll in GAC. Make a publisher policy file which instructs to use versin 2 instead of 1.

Then create on application.config file in which you put publisherpolicy attribute to false. so that it will use the older version.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions