Visual Web Developer 2005 Express Edition
-
Hi There, I'am working in a project with VWD express edition, and I want to know where to find dll files, or how to set project to put dll into bin directory, from compiled source files (C#). Tks in Advance,
-
_ronald wrote:
I want to know where to find dll files
Do you mean you want to look for the output assemblies of the web site?
-
Exactly, I need the output assemblies, but I dind't find any way to configure VWD to put compiled code files into a single assembly that is built and persisted in the \bin,
Basically, VS does not generate the assemblies in the bin folder, but there are a couple of options which you can use the generate the output assembly of the web site: + Puslish the web site from the Build menu, however this option is not available in the Express Edition. + Use the ASP.NET Compilation Tool (Aspnet_compiler.exe[^]), for more information see ASP.NET Web Site Precompilation [^] + Use the Web Project 2005[^] instead of the default Web Site template, the option will generate the output assembly in the bin folder like when you build the web project in VS 2003. But again I'm not sure if it could help in the case of the Express Edition.
-
Basically, VS does not generate the assemblies in the bin folder, but there are a couple of options which you can use the generate the output assembly of the web site: + Puslish the web site from the Build menu, however this option is not available in the Express Edition. + Use the ASP.NET Compilation Tool (Aspnet_compiler.exe[^]), for more information see ASP.NET Web Site Precompilation [^] + Use the Web Project 2005[^] instead of the default Web Site template, the option will generate the output assembly in the bin folder like when you build the web project in VS 2003. But again I'm not sure if it could help in the case of the Express Edition.