[Urgent] Build Problem - DLL not found

  • Thread starter Thread starter Janet
  • Start date Start date
J

Janet

Hi,

I've converted my project from VS 2003 to VS 2005. But when I try to build
the web project, there are no DLL files inside the bin folder.

I've tried to create a new Class library project and build it, purely in
VS2005, and when I build this single project, the bin folder will contain
the compiled DLL files.

Is there any settings that I've missed?

Please help!!

Regards,
Janet
 
Hi,
Hi,

I've converted my project from VS 2003 to VS 2005. But when I try to build
the web project, there are no DLL files inside the bin folder.

I've tried to create a new Class library project and build it, purely in
VS2005, and when I build this single project, the bin folder will contain
the compiled DLL files.

Is there any settings that I've missed?

Please help!!

Regards,
Janet

Is it a web application? The web application model changed in VS2005.
It's now called a website. The DLL is generated only when you publish it.

If you want to keep the good ol' 2003 model, you can use the Web
Application Project add-on, which is described here:
http://webproject.scottgu.com/

Note: This add-on is also present in VS2005 if you installed VS2005 SP1
Beta.
http://weblogs.asp.net/scottgu/arch...-older-Web-Application-Project-Templates.aspx

HTH,
Laurent
 
Thanks. I've tried to publish the webstie to another folder, and still I
can't get the DLL files.
 
If you use the "Publish Website" menu item, you do.

"Build", "Publish Website".

You can also right-click the project in the Solution Explorer and select "Publish Website".



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
Back
Top