Skip to main content
Home Forums Silverlight Programming Accessing Web Services with Silverlight ServiceReferences.ClientConfig problem
3 replies. Latest Post by rajeshkumar.a@gmail.com on January 5, 2009.
(0)
OndrejKunc
Member
6 points
29 Posts
12-30-2008 8:19 AM |
Hello Silverlight gurus, I have a question. I'm using silverlight-wcf enabled web service in my app, when I add service to my webservices(in VS 2008) it's added but I can't reference it from code. It's not listed in ServiceReferences.ClientConfig file. Please if anyone know how to make service accesible help. Thanks Ondrej
Prasad B...
170 points
39 Posts
12-30-2008 9:17 AM |
check the type of bindding (i.e. httptype) of wcf
12-30-2008 11:54 AM |
All webservices have basicHttpBinding in web.config file. So this is not the problem.
Ondrej
rajeshku...
168 points
51 Posts
01-05-2009 6:06 AM |
Same issue in another thread: http://silverlight.net/forums/t/61600.aspx