N
ndq
Adding a .dll file as a reference in C# application shows error:
"A reference to the "dll" could not be added. Make sure that the file is
accessible and that it is a valid assembly or COM component."
Does this mean that for add-reference to work, the dll has to be in managed
code or COM dll in unmanaged code?
How to tell if a DLL is in managed or unmanaged code?
"A reference to the "dll" could not be added. Make sure that the file is
accessible and that it is a valid assembly or COM component."
Does this mean that for add-reference to work, the dll has to be in managed
code or COM dll in unmanaged code?
How to tell if a DLL is in managed or unmanaged code?