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

New Message on BDOTNET

-----------------------------------------------------------
From: ajjoshi
Message 7 in Discussion

There is one more simple method. Change the web.config file for that  If you want it 
to point to V1.1  add this in web.config in the <configuration> tag.   <runtime>
    <assemblyBinding
      xmlns="urn:schemas-microsoft-com:asm.v1"
      appliesTo="v1.0.3705">
      <dependentAssembly>
        <assemblyIdentity name="System.Windows.Forms"
          publicKeyToken="b77a5c561934e089" 
          culture=""/>
        <bindingRedirect 
          oldVersion="1.0.5000.0"
          newVersion="1.0.3300.0"/>
      </dependentAssembly>
      <dependentAssembly>
      <assemblyIdentity name="System"
        publicKeyToken="b77a5c561934e089" 
        culture=""/>
        <bindingRedirect
          oldVersion="1.0.5000.0" 
          newVersion="1.0.3300.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Drawing"
        publicKeyToken="b03f5f7f11d50a3a" culture=""/>
        <bindingRedirect
          oldVersion="1.0.5000.0"
          newVersion="1.0.3300.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Data"
        publicKeyToken="b77a5c561934e089" 
        culture=""/>
        <bindingRedirect
          oldVersion="1.0.5000.0" 
          newVersion="1.0.3300.0"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Xml"
        publicKeyToken="b77a5c561934e089" 
        culture=""/>
        <bindingRedirect
          oldVersion="1.0.5000.0" 
          newVersion="1.0.3300.0"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>     I would like to know more about this

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

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