Results 1 to 3 of 3

Thread: can not see the new operationcontracts

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    can not see the new operationcontracts

    In my wcf project, I can see several operationcontracts
    I do not see the new one I have just added i.e.

    inside the interface class:

    ...
    ...
    ...

    [OperationContract]
    void WriteAllSQL(string strXML);

    in the .svc.cs file

    ...
    ...
    ...
    public void WriteAllSQL(string strXML)
    {
    ...
    ...
    }

    On the client, when I create an instance to the wcf, I only see the previous operationcontracts and not the new ones.

    Have i not done something correctly?

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611

    Re: can not see the new operationcontracts

    Have you re-created the proxy-class?
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2007
    Posts
    694

    Re: can not see the new operationcontracts

    you mean the .svc.cs file inside the wcf project?

Posting Permissions

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



Click Here to Expand Forum to Full Width