Re: Upgrading a 1.1 webservice to a 3.5 webservice
- From: Whiskey Romeo Lima <WhiskeyRomeoLima@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 9 Jul 2009 14:13:01 -0700
Thanks for replying. Unfortunately those steps did not change anything. The
only thing I can imagine are permissions within Vista but I am run VS 2008 as
administrator. So I am bufuddled.
wrl
"Mr. Arnold" wrote:
.
"Whiskey Romeo Lima" <Whiskey Romeo Lima@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message news:B7464351-5A5D-4610-BCB6-04CAC2FAC8A9@xxxxxxxxxxxxxxxx
I have a previous development environment on a XP machine using 1.1
.NetFramework and SQLServer 2000 and VS 2003. The code is gold.
I am now attempting to move those projects to a Vista machine, using 3.5
SP1
.NetFramework and SQLServer 2008. The windows application upgraded with
little problems. It depends on the webservice to interface with
SQLServer.
The webservice and the windows application are separate solutions. Even
though the webservice appears to be set up correctly in IIS 7.0 (I can
navigate to it directly using IE and all the methods show), I cannot debug
it.
I get this error when trying to access this line of code:
Private Sub SetAppData()
Dim ds As New DataSet
Dim rw As DataRow
ds.Merge(wsCommon.GetAppData) <--Errors here
Error Message:
Unable to automatically step into the server. Unable to determine a
stopping location. Verify symbols are loaded. Symbol not found:
DMSDataWS.wsCommon.GetAppData().
It means that the DMSDataWS.wsCommon.GetAppData Web Service project
containing the method must be recompiled.
Also, the Web service reference the client solution is using in its client
project must be updated after the Web service compile.
In addition, the client project must be recompiled so that Symbols are
reestablished for debugging when the client tries to step into the code of
the Web service, during debugging.
__________ Information from ESET NOD32 Antivirus, version of virus signature database 4229 (20090709) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
- Follow-Ups:
- Re: Upgrading a 1.1 webservice to a 3.5 webservice
- From: Mr. Arnold
- Re: Upgrading a 1.1 webservice to a 3.5 webservice
- References:
- Upgrading a 1.1 webservice to a 3.5 webservice
- From: Whiskey Romeo Lima
- Re: Upgrading a 1.1 webservice to a 3.5 webservice
- From: Mr. Arnold
- Upgrading a 1.1 webservice to a 3.5 webservice
- Prev by Date: Re: Upgrading a 1.1 webservice to a 3.5 webservice
- Next by Date: Re: Upgrading a 1.1 webservice to a 3.5 webservice
- Previous by thread: Re: Upgrading a 1.1 webservice to a 3.5 webservice
- Next by thread: Re: Upgrading a 1.1 webservice to a 3.5 webservice
- Index(es):
Relevant Pages
|