Results 1 to 3 of 3

Thread: [RESOLVED] Silverlight Enabled WCF

Hybrid View

  1. #1
    Junior Member
    Join Date
    Apr 08
    Posts
    19

    Resolved [RESOLVED] Silverlight Enabled WCF

    When I create a new Silverlight enabled WCF, in my Silverlight4 website, I ony get the "Service1.svc" file.

    The file Service1.svc.vb is not created. According to all that I have read, this file should be created in the App_Code directory but it is not.

    What am I missing?

  2. #2
    Frenzied Member MattP's Avatar
    Join Date
    Dec 08
    Location
    WY
    Posts
    1,184

    Re: Silverlight Enabled WCF

    You should have a triangle marker in front of your Service1.svc file in Solution Explorer. Click that and it should expand showing you the code behind file. If you can't see it make sure the Show All Files button is selected at the top of Solution Explorer.

  3. #3
    Junior Member
    Join Date
    Apr 08
    Posts
    19

    Re: Silverlight Enabled WCF

    DUH... I guess I cann't se the forest for the trees.

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •