J
JD
I am trying to find something definitive on whether, for a COM DLL (we'll
call it XXX.dll) that I want to use in C#, I should reference the COM DLL and
let the IDE create the Interop.XXX.dll file, or create it the Interop.XXX.dll
myself and reference ONLY the Interop.XXX.dll in the project and NOT the
XXX.dll.
All I have read so far (the last 7 years working with .NET), and all I can
find now says to do what I have been doing, just referencing XXX.dll and let
the IDE build the Interop.XXX.dll. Now I am being asked by some folks that
are new to C# and .NET why not just reference the Interop.XXX.dll.
Any ideas?
call it XXX.dll) that I want to use in C#, I should reference the COM DLL and
let the IDE create the Interop.XXX.dll file, or create it the Interop.XXX.dll
myself and reference ONLY the Interop.XXX.dll in the project and NOT the
XXX.dll.
All I have read so far (the last 7 years working with .NET), and all I can
find now says to do what I have been doing, just referencing XXX.dll and let
the IDE build the Interop.XXX.dll. Now I am being asked by some folks that
are new to C# and .NET why not just reference the Interop.XXX.dll.
Any ideas?