I have a two .NET assemblies which are registered as COM+ components and I\'m testing them from a regular console application test harness;
Dim objFirst As N
Have you looked into using regasm to register the assemblies for access with COM. I am not sure but it may have to do with the /codebase parameter being passed when you register the assembly. It is worth a shot. Hope this helps.