views:

57

answers:

0

Hello all,

I am developing a small application using silverlight 3.0 beta and an aspnet web application. I've created a silverlight enabled web service (.svc). I am able to call the service via silverlight, when debugging I can see that the call successfully emits in the server side, but when it's time for the server to return the calculated value no response is registered on the client side. I've been waiting for hours, my break point in the silverlight application reaming un-hit.

I've used 2 very simple 'hello world' functions no tricks there. The service call is performed through IIS, I've configured both IIS and clientpolicy to allow these calls, they are both configured correctly (checked them out with silverlight spy) Did any of you encounter this problem? Any ideas? Thank you very much !

Vondip