----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: NileshR Message 5 in Discussion Hi Ritesh, If am having a assembly in GAC which is referred by many applications some of which i might not be aware of. In this case if I am comming up with a new version then how can I make sure that all those applications are now pointing to my new version? Is there anyway that automatically all the applications are directed to the new version seamlessly? Nilesh Rade -----Original Message----- From: Ritesh_Kesharwani [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 9:43 AM To: [EMAIL PROTECTED] Subject: Re: dll New Message on BDOTNET dll Reply Reply to Sender Recommend Message 4 in Discussion From: Ritesh_Kesharwani Hi You can maintain multiple version of DLL . for that put your created version in GAC and give the reference of that DLL ( with Version No ) in your Web.Config file. Ex -- suppose you have 2 version V1 and V2 put both into GAC and give ref; in web.config of V1 like. <assemblies> <add assembly="Testing,Version=V1, Culture=neutral" /> </assemblies> for V2 give ref to V2 in this way you can maintain the Version of DLL Regard's Ritesh Kesharwani SQL Star Intlernational Ltd. [EMAIL PROTECTED] [EMAIL PROTECTED] www.Riteshk.blogspot.com Cell - 9849976150 View other groups in this category. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
