Building a Web Service, but no dll (in VS 2005)

A

Andreas

I am trying to migrate an existing Web Site (written in C#) from Visual
Studio 2003 to 2005 but I am having some problems :(

The Web Site have in VS.2003 a couple of projects
Web - The GUI of the Web Site
Web Service - The Web Service with some functions used by the GUI...
Data Layer - The Layer between the Database and the Web Site

In 2003 this done with tree different projects and every project is
making a dll-file after build. All dll-files are used in the Web Site...

My problem is that in 2005 the Web Service is not making a dll-file
after build even though there are no errors...

/Andreas
 
A

Alan Pretre

Andreas said:
In 2003 this done with tree different projects and every project is making
a dll-file after build. All dll-files are used in the Web Site...

My problem is that in 2005 the Web Service is not making a dll-file after
build even though there are no errors...

Hi. See
Visual Studio 2005 Web Deployment Projects
http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx

Scott Guthrie's Blog Post
http://weblogs.asp.net/scottgu/archive/2005/11/06/429723.aspx

This should provide what you are looking for. If you have further questions
I suggest that you go to the
microsoft.public.dotnet.framework.aspnet.* newsgroups.

-- Alan
 
A

Andreas

Alan said:
Thanks alot!
This should provide what you are looking for. If you have further questions
I suggest that you go to the
microsoft.public.dotnet.framework.aspnet.* newsgroups.
Ok, sorry. I'll do that in the future, this was my first post in a
newsgroup :)

/Andreas
 

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