Jul 12, 2011 #1 BunBo900 MIS Dec 11, 2009 50 US How to create web projects DLL type using Visual Studio 2008? I understand you can compile cs files to a DLL using command line c# compiler, but I prefer Visual Studio. Anyone have any ideas. Thanks
How to create web projects DLL type using Visual Studio 2008? I understand you can compile cs files to a DLL using command line c# compiler, but I prefer Visual Studio. Anyone have any ideas. Thanks
Jul 18, 2011 #2 NoCoolHandle Programmer Apr 10, 2003 2,321 US All you need to do is run the project or "build" via a right click on the project or solutions name. If you are in the project you want to build the dll for. Shift+f6 will do a build. At that point open the directory your project is in and look for the bin directory.. The dll or exe should be there. Upvote 0 Downvote
All you need to do is run the project or "build" via a right click on the project or solutions name. If you are in the project you want to build the dll for. Shift+f6 will do a build. At that point open the directory your project is in and look for the bin directory.. The dll or exe should be there.