how to add COM .dll to .NET project and then use it without registering in GAC. The background is that I am not allowed to install anything on TFS building server and my application references COM dll component. How should I add COM to my app to reference is from bin/define folder not from GAC?
Edited:
when I am adding COM by Add Reference and Browse to DLL I got error "A reference to (...) could not be added. Please make sure that the file is accessible, and it is a valid assembly or COM component."
Thanks, Leszek