Questoin about Assembly Reference

  • Thread starter Thread starter Ron M. Newman
  • Start date Start date
R

Ron M. Newman

Hi,

I have an assembly I created.

I'd like to refer to it from another assembly. However, when I pick the
"dll" for the reference I was wonder whether I should choose the debug or
release version of the referred assembly DLL. There is no place to choose a
"debug reference" and "release reference", right? or perhaps it's done
automatically? if my project is in "debug" mode, am I picking a debug ref
and vice versa?

What am I missing here?

Ron
 
If you want to choose an assembly from another project in the same solution,
you don't need to worry about it. VS switches the assemblies automatically.
When you add the reference, make sure that you choose from a project and not
directly from .dll in the file system.

Michael Klingensmith
http://www.seeknsnatch.com
 
Back
Top