Hi, I have a thirdparty .net dll being reference and used by my dll/class library project “A”. My console app project “B” references project “A”.
My problem is the thirdparty dll is not being copied to the build out for console app project “B”.
What’s the problem here? The thirdparty dll ref’d in my dll/class library is set to LocalCopy=true.
I'm using vs2008 and .net 3.5.
Thanks in advance