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

New Message on BDOTNET

-----------------------------------------------------------
From: AnujAhuja
Message 2 in Discussion


To configure which version to be used,
follow this

1. Open .net FrameWork Configuration (Administrative Tools)
2. Right Click Applications ->Add Application, Select your Application
3. For added Application  Configured Assemblies(Right Click) -> Select Add.
4. select First option to choose Assembly you want to configure, click finish
5. in version property, select Binding policy, map new version to old version of the 
assembly.
Thats it!

It will generate following config file which tells clr to use configured version.

<configuration>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Version" publicKeyToken="fe812d7cf7710fc4" />
        <bindingRedirect oldVersion="1.0.0.0" newVersion="1.0.0.1" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
</configuration>

- Regards
  Anuj

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

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