I have a DLL which I would like to add as a reference to my project, but everytime I try to do it a dialog pops up telling me:
The reference could not be
Possibly the Type Library Importer (Tlbimp.exe) can help. It creates a wrapper .NET dll. The original COM DLL must still be there and must be registered! (Try to register it first, before trying it with TlbImp.)
If the 64-bit version does not work, set the platform target to x84
in your project build properties.