W
Whiskey Romeo Lima
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().
The webservice is located at http://localhost/dmsdataws/wscommon.asmx. The
only problem I encountered with the upgrade is that VS Studio 2008 and IIS
7.0 didn't seem to know what to do with the Global.asax file.
I appreciate any help on this.
..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().
The webservice is located at http://localhost/dmsdataws/wscommon.asmx. The
only problem I encountered with the upgrade is that VS Studio 2008 and IIS
7.0 didn't seem to know what to do with the Global.asax file.
I appreciate any help on this.