[Urgent] Build Problem - DLL not found

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
 
L

Laurent Bugnion

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
 
J

Janet

Thanks. I've tried to publish the webstie to another folder, and still I
can't get the DLL files.
 
J

Juan T. Llibre

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/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top