Skip to main content
Microsoft Silverlight
Home Forums General Silverlight Getting Started Referencing wcf service in sl problem
1 replies. Latest Post by aniljos on August 25, 2009.
(0)
somethin...
Member
46 points
57 Posts
08-25-2009 1:30 AM |
Hi
I'm having a little trouble referencing my wcf service from the xaml.cs. I've got a solution structure wherein there is 1 silverlight classlibrary as follows:
MySLClassLib
->MySubFolder
->MySubSubFolder
->xaml and xaml.cs
I'm able to add the servicereference in the MySLClassLib but when it comes to referencing the namespace from the xaml, the proxy namespace doesnt show up in intellisense and am not able to create the proxy class.
aniljos
Participant
850 points
156 Posts
08-25-2009 2:08 AM |
Typically the proxy namespace would be MySLClassLib.[the namespace given when adding the service ref].
There shouldn't be a problem referencing the proxy class because of sub folder. Also check the reference.cs file for the exact name generated.