Upgrade Visual Studio 2003 Web Service project to VS 2005, file structure ruined

  • Thread starter Thread starter robin
  • Start date Start date
R

robin

When I convert my VS2003 Web Service project to VS2005, the file structure
is changed automatically and application will no longer build because file
location have changed. I've tried to move the files to original locations
but continue to get errors because of reference problems.

Is it common to have to do a lot of manual manipulation in order to convert
a Web Service project from 2003 to 2005?
 
Hi

the webServices ( as well as ASP.NET webSites ) have changed
alot in the 2.0 framework

unless you have a special reason
I highly recommend
the option of CopyPaste & CreateNew-WebSerivce-WebSite , Sorry

Adlai
---------------------------------------------
If my answer helped you please press "Yes" bellow

×× ×ª×©×•×‘×” זו עזרה לך, ×× × ×”×¦×‘×¢ "כן"

Adlai Maschiach
http://blogs.microsoft.co.il/blogs/adlaim/
 
Ok, well I found out that It is best to convert VS 2003 web apps. to a Web
Application Project, which is available with Visual Studio 2005 SP1. What I
was doing was converting using Web site project and this is a different
paradigm and will move things around.
 
Back
Top