----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: NileshR Message 7 in Discussion Hi Ritesh I didn't get you? does it mean that I will have to inform all the applications to update their web.config files? If this is the case then my problem still remains because i might not be aware as to how mayny and what all applications are referring my dll. My problem is I was hvg a version V1 now I have released a new version V2 in the GAC and I want that all those applicatios whoch were using my previous V1 now shd use V2 and this shd happen automatically. Is it possible without informing all the applications do update their web.comfig file? Nilesh Rade Phone: +91-80-5136-7324 Fax : +91-80-5129-8500 Mobile: +91-80-36791311 Email : [EMAIL PROTECTED] SYMPHONY Services Embassy Heights #13 Magrath Road www.symphonysv.com -----Original Message----- From: Ritesh_Kesharwani [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: Re: dll New Message on BDOTNET dll Reply Reply to Sender Recommend Message 6 in Discussion From: Ritesh_Kesharwani Hi Nilesh Yes if you write this in web.config <assemblies> <add assembly="Testing,Version=V1, Culture=neutral" /> </assemblies> and write this in Assembly.info <Assembly: AssemblyVersion("V1")> and Compile the project NOW your all instance will be run with Latest Version V1. 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]
