Interfaces (In the assembly named \"Interfaces\". In project :- Interfaces)
namespace Interfaces { public interface IDoSomeWork1 {
If you connect up the domain AssemblyResolve event you can get the assembly that has failed to bind.
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(CurrentDomain_AssemblyResolve);