-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: ChiefCoder
Message 4 in Discussion

 
Suj, you can make use of v1.1 and Oracle driver without making changes in your code or 
deployment. There is a typical scenario when projects compiled in v1.1 do not work in 
v1.0 , in such a case you can prioritise which runtime is to be used by making changes 
in the respective configuration file (web.config, app.config). The following snippet 
of configuration file depicts the required runtime and supported runtimes in their 
priority order.  
<?xml version ="1.0"?> 
<configuration> 
   <startup> 
       <requiredRuntime imageVersion="v1.0.3705" version="v1.0.3705" />
       <supportedRuntime version="v.1.1.4322" /> 
       <supportedRuntime version="v1.0.3705" />
   </startup> 
</configuration>  
Sumit Amar

-----------------------------------------------------------

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]

Reply via email to