Skip to main content

Answered Question Referencing wcf service in sl problemRSS Feed

(0)

something relevant
somethin...

Member

Member

46 points

57 Posts

Referencing wcf service in sl problem

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
aniljos

Participant

Participant

850 points

156 Posts

Answered Question

Re: Referencing wcf service in sl problem

 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.

Thanks

Please remember to mark the replies as answers if they help.
  • Unanswered Question
  • Answered Question
  • Announcement