Lost dll in VS2005 project converted from VS2003

P

Peter Bradley

We have upgraded an ASP.NET solution from VS2003 (.NET 1.1) to VS2005 (.NET
2.0). On rebuilding the solution, no dll appears in the bin folder of the
Web site. Is this the usual case for VS2005 solutions? If so, how can a
solution be deployed? If not, can anyone suggest what might have happened?


Peter
 
E

Eliyahu Goldin

Peter,

Yes, it is the usual case. The default deployment model is different. If you
install the Service Pack 1
http://msdn.microsoft.com:80/vstudio/support/vs2005sp1/default.aspx , you
will be able to use VS2003-style project model.

Read more here:

Visual Studio 2005 Web Deployment Projects
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/Default.aspx

Just note that you should install SP1 rather then VS 2005 Web Application
Project tools.
 
P

Peter Bradley

Many thanks. We're following the links as I type.


Peter



Eliyahu Goldin said:
Peter,

Yes, it is the usual case. The default deployment model is different. If
you install the Service Pack 1
http://msdn.microsoft.com:80/vstudio/support/vs2005sp1/default.aspx , you
will be able to use VS2003-style project model.

Read more here:

Visual Studio 2005 Web Deployment Projects
http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx

Visual Studio 2005 Web Application Project Option
http://webproject.scottgu.com/Default.aspx

Just note that you should install SP1 rather then VS 2005 Web Application
Project tools.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin


Peter Bradley said:
We have upgraded an ASP.NET solution from VS2003 (.NET 1.1) to VS2005
(.NET 2.0). On rebuilding the solution, no dll appears in the bin folder
of the Web site. Is this the usual case for VS2005 solutions? If so,
how can a solution be deployed? If not, can anyone suggest what might
have happened?


Peter
 

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