-----------------------------------------------------------
New Message on BDOTNET
-----------------------------------------------------------
From: SitaramanM
Message 4 in Discussion
Hi Are you sure that the problem was only the casing. The funny part is i tried to
look into the problem with a sample and simulate the error. i did get the errors
specified by you. I corrected the casing for the dependantAssembly and also the
PublicKeyToken(it should be publicKeyToken)and still i got the error. <?xml
version="1.0" ?>
<configuration xmlns="urn:schemas-microsoft-com:asm.v1">
<runtime>
<assemblyBinding>
<dependentAssembly>' Corrected
<assemblyIdentity name="Dummy_CodeBaseTryServer" publicKeyToken="cb21cb63e0bb6baa"
/>' Corrected
<codeBase version="1.0.0.0" href="file://C:/temp/DummyCodeBaseTryServer.dll" />
</dependentAssembly>' Corrected
</assemblyBinding>
</runtime>
</configuration> Then I referred to the "Essential .Net" and changed the configuration
to below <?xml version="1.0" ?>
<configuration xmlns:asm="urn:schemas-microsoft-com:asm.v1">
<runtime>
<asm:assemblyBinding>
<asm:dependentAssembly>
<asm:assemblyIdentity name="Dummy_CodeBaseTryServer"
publicKeyToken="cb21cb63e0bb6baa" />
<asm:codeBase version="1.0.0.0" href="file://C:/temp/DummyCodeBaseTryServer.dll" />
</asm:dependentAssembly>
</asm:assemblyBinding>
</runtime>
</configuration> and only then did it work!!!!!!!!!!!!!! any clues??? regards,
sr
-----------------------------------------------------------
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]