Add the below tag in web.config file of your web application
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="CoreFeature"
publicKeyToken="5e3a2279d3663dea"
culture="neutral" />
<codeBase version="1.0.0.0" href="file:///F:/Test/References/CoreFeature.dll"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="CoreFeature"
publicKeyToken="5e3a2279d3663dea"
culture="neutral" />
<codeBase version="1.0.0.0" href="file:///F:/Test/References/CoreFeature.dll"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
No comments:
Post a Comment