views:

72

answers:

1

Hi folks,

I am getting the following error message on a call to WCF Service (Published IIS) from a silverlight application,

"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."

However it works fine when i used the local (dev server) endpoint address. (Both projects are in a single solution)

Any quick solution will be highly appreciated.

Thanks and best regards,

Naveed

....................... Dev Environment:

Windows Server 2003 IIS6 VS2008 SP1 Silverlight 3

A: 

you need to check the client side config file first.

Henry Gao
I just changed the Endpoint address in the client config to e.g. http://localhost/VirtualDir/SerivceName.svcIs anything else required to change?
Naveed