How to include the right reference in C# using the "Browser" tab
Posted
by vizcaynot
on Stack Overflow
See other posts from Stack Overflow
or by vizcaynot
Published on 2010-05-18T17:31:57Z
Indexed on
2010/05/18
17:40 UTC
Read the original article
Hit count: 173
visual-studio-2010
Hello:
I am working on VS2010 C# and I want to add a .dll reference compiled under VS2008; this .dll exists in 2 versions: Debug and Release.
The .dll is not under .NET, COM or projects tabs, so I only have the "browser" tab to add the .dll to the reference.
My question is: How can I indicate to VS to take the release .dll version when I compile in the release mode and to take the debug .dll version when I compile in the debug mode?
Thanks.
© Stack Overflow or respective owner