Is it possible to create a manifest file for a VB6 application which references a C# .DLL, so that the .DLL does not have to be registered?
I do this with VB6 com dlls with no issues. Can it be done when using .net .dlls if so how?
The C# .dll is com visible and works fine ren registered, but I need to distribute it to X number of machines.