Within a C# project, whenever I add a COM Component that implements an interface defined in a .Net assembly, I get a FileNotFound error for the assembly that interface is defined in.
I do not get this problem if the COM component has a .Net type as a method parameter or return value.
The interface is not defined within a strong named assembly, and therefore is not in the GAC.
any help is appreciated