|
-
Dec 22nd, 2010, 08:21 AM
#1
Thread Starter
Fanatic Member
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?
-
Dec 22nd, 2010, 09:40 AM
#2
Re: can not see the new operationcontracts
Have you re-created the proxy-class?
-
Dec 22nd, 2010, 09:44 AM
#3
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|