M
Murali
Hi
I have wrote a test application to access class library from different
location and the configuration file created through .NET framework
configuration looks like this
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="TestLib" />
<publisherPolicy apply="no" />
<codeBase version="1.0.1742.11266"
href="E:\DotNet\Testing\TestLib\bin\Debug" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TestLib2" />
<publisherPolicy apply="no" />
<codeBase version="1.0.1742.11338"
href="E:\DotNet\Testing\TestLib2\bin\Debug" />
</dependentAssembly>
<publisherPolicy apply="no" />
<probing privatePath="" />
</assemblyBinding>
<gcConcurrent enabled="true" />
</runtime>
</configuration>
When I tired to call function from any of this class library, I am getting
an error Acess is denied "TestLib" . Anybody having solution for this
problem?
Regards,
R.Muralidharan
I have wrote a test application to access class library from different
location and the configuration file created through .NET framework
configuration looks like this
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="TestLib" />
<publisherPolicy apply="no" />
<codeBase version="1.0.1742.11266"
href="E:\DotNet\Testing\TestLib\bin\Debug" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="TestLib2" />
<publisherPolicy apply="no" />
<codeBase version="1.0.1742.11338"
href="E:\DotNet\Testing\TestLib2\bin\Debug" />
</dependentAssembly>
<publisherPolicy apply="no" />
<probing privatePath="" />
</assemblyBinding>
<gcConcurrent enabled="true" />
</runtime>
</configuration>
When I tired to call function from any of this class library, I am getting
an error Acess is denied "TestLib" . Anybody having solution for this
problem?
Regards,
R.Muralidharan