G
Guest
Hello Everyone,
I have created a shared assembly and I installed it in GAC -- now I want to
use this shared assembly in my Web project. Can anyone help me with this --
i tried adding a reference to my project and specifying it in web.config as
follows:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm:v1">
<dependentAssembly>
<assemblyIdentity name="WebSecurityBusinessObjects"
publicKeyToken="04a21a904cc5af93" culture="neutral" />
<probing privatePath="bin"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
I am still getting security exception.
Thanks for all the help in advance.
Yatin Patel
I have created a shared assembly and I installed it in GAC -- now I want to
use this shared assembly in my Web project. Can anyone help me with this --
i tried adding a reference to my project and specifying it in web.config as
follows:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm:v1">
<dependentAssembly>
<assemblyIdentity name="WebSecurityBusinessObjects"
publicKeyToken="04a21a904cc5af93" culture="neutral" />
<probing privatePath="bin"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
I am still getting security exception.
Thanks for all the help in advance.
Yatin Patel