[RESOLVED] Visual studio 2012 - not building .dll file
Hello: I have recently upgraded to visual studio 2012. When I create a new windows application and build it, under the bin - > debug folder, I only see .exe file - there is no .dll file.
I went into the settings under Build-> configuration manager and it's set to debug; however, there must be a setting that tells it to build the .dll file? Just not sure where that is?
Thanks for your help,
Proctor
Re: Visual studio 2012 - not building .dll file
Quote:
Originally Posted by
Proctor
Hello: I have recently upgraded to visual studio 2012. When I create a new windows application and build it, under the bin - > debug folder, I only see .exe file - there is no .dll file.
I went into the settings under Build-> configuration manager and it's set to debug; however, there must be a setting that tells it to build the .dll file? Just not sure where that is?
Thanks for your help,
Proctor
You just said you wanted to build a Windows Application, not a Class Library.
Re: Visual studio 2012 - not building .dll file
thank you so much!!! I was beating my head and it was right there.
thanks again for your reply.
Proctor