Hi, all,
I'm trying to work with a COM dll from a third party vendor. When I add the reference in VS, the option to Copy Local for the dll is disabled. It is not disabled in their sample project. What might I be doing wrong? Thanks!
Pete
Answers (1)
0
Solved my own problem. I had Embed Interop Types set to true (VS10). Setting it to false turned Copy Local back on and let me use the library like a civilized person :D