> <assemblyIdentity name="nunit.framework.dll"/>
The assembly name doesn't include any file extension, so try with
<assemblyIdentity name="nunit.framework"/>
If the assembly has a strong name you should include the
publicKeyToken as well.
>In our applications web.config, but that isn't working. I am guessing
>this could be because when the binding policy is added to an
>application, it applies only the application's own dll and not the dlls
>that the application references?
No, runtime config settings apply to the whole application.
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.