Questoin about Assembly Reference

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
 
M

Michael Klingensmith

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top