Register  Login
Forums

 (you must be logged in to post)

Subject: Beta 1 > Beta 2 - Fix webservice constructor
Prev Next
You are not authorized to post a reply.

Author Messages
Dario RossaUser is Offline

Posts:11


06/10/2008 12:47 AM  
Hi All,

I noticed that upgrading from Silverlight Beta 1 to Beta 2 needs to manually fix webservice's .ClientConfig files. This constructor:

Dim proxy As New wsBlogResume.WebServiceSoapClient("WebServiceSoap", MyEndpointAddress)

will no longer work unless you change in ServiceReferences.ClientConfig the contract to match the namespace from:

<endpoint ... contract="wsMyProject.WebServiceSoap" name="WebServiceSoap" />

to:

<endpoint ... contract="MyProject.wsMyProject.WebServiceSoap" name="WebServiceSoap" />

Hope this helps.

Best regards,
Dario Rossa

You are not authorized to post a reply.
Forums > DNN Silverlight Forum > Silverlight and DotNetNuke > Beta 1 > Beta 2 - Fix webservice constructor



ActiveForums 3.7
Terms Of Use | Privacy Statement | Copyright 2007-2008 by Adefwebserver.com Dynnamite DotNetNuke Skins & Modules