Adding custom UserControl assemblies to the toolbox
Posted
by Neil Barnwell
on Stack Overflow
See other posts from Stack Overflow
or by Neil Barnwell
Published on 2010-03-22T09:13:40Z
Indexed on
2010/03/22
9:21 UTC
Read the original article
Hit count: 272
If I drag and drop an assembly, or use the Toolbox's "Choose items..." dialog, should I be choosing the debug or release version of my assemblies from their bin\ folders?
I.e. is Visual Studio clever enough to work out that when I want a release build it'll reference Release built assemblies?
© Stack Overflow or respective owner