Re: Upgrading a 1.1 webservice to a 3.5 webservice



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




.



Relevant Pages

  • Re: UsernameOverTransportSecurity+SSL Confusion, please help
    ... But when I go to my web service: ... I have under IIS settings for my WebService? ... I will have a private key on the server, and I will give the private key to ... The client will automatically get the public key and negotiate a key to ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Web service testing
    ... To test if my code was faulty or not, I back-ported the web service to a standard 2.0 web service using Visual Studio 2005. ... The service is run under IIS on a Windows 2003 server, so there are no server side connection limits that can explain this. ... ASP.NET webservice application. ... In addition, since the problems occur at client, you can use Visual studio ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Where to store the handle for a web service?
    ... have convinced my client to use memory session state for now so for now I ... Are you calling an remote asp.net webservice in your certain asp.net ... > which connection our webservice client proxy will use (or manually create ... The question now is how to store the handle of the web service ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Webservice Security Header error
    ... You can also specify a tolerance that you willing to accept on the Webservice ... >> machine in client company and they try to call the web service through the ... >> minutes than our server time? ... >>>which acts as a client to the webservice. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Implementing a common SOAP Header across multiple Web Service Pages
    ... to set a client up to reference multiple Web ... the Web Service site would ... Your point about leaving the ASMX page as lean as possible and acting just ...
    (microsoft.public.dotnet.framework.webservices)

Quantcast