Enable DLL compilation

Posted by Kobojunkie on Stack Overflow See other posts from Stack Overflow or by Kobojunkie
Published on 2009-11-25T08:11:02Z Indexed on 2010/03/12 17:07 UTC
Read the original article Hit count: 212

Filed under:
|
|

I have a VB.NET Project, and would like to, as with C# Projects, build and have dll files generated and dumped in the Bin/debug folder.

Currently, I have the project configured for ANY CONFIGURATION and ALL CPUS but when I do a build, I still do not have a bin folder or a debug folder containing a DLL. What am I missing here please? Thanks in advance.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about vb.net