WCF - interface from other project as contract

M

myysth

Hello

I plan to use WCF in my application. I've got solution were one
project is interface definition, that project is referenced in other
projects. Can I use that interface as ServiceContract (of course
without rewriting each method)? My interface is referenced in
some .NET 2.0 projects without WCF, so I can't mark it with attributes
from System.ServiceModel.

Regards,
Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top