Connecting Tech Pros Worldwide Help | Site Map

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

robin
Guest
 
Posts: n/a
#1: Mar 5 '07
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?


=?Utf-8?B?QWRsYWkgTWFzY2hpYWNo?=
Guest
 
Posts: n/a
#2: Mar 6 '07

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


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/


"robin" wrote:
Quote:
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?
>
>
>
robin
Guest
 
Posts: n/a
#3: Mar 7 '07

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


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.

"Adlai Maschiach" <AdlaiMaschiach@discussions.microsoft.comwrote in
message news:C472665A-877B-4358-87B1-4B241C27B514@microsoft.com...
Quote:
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/
>
>
"robin" wrote:
>
Quote:
>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?
>>
>>
>>

Closed Thread