WCF reuse types in referenced assemblies does not reuse the ServiceContract Interface
- by Matt
I have three seperate projects:
-MyUserControl (Needs a reference to a service implementing IMyService)
-MyService (Implements IMyService)
-MySharedInterfaces (IMyUserControl and IMyService)
-MyWebApp
The user control needs to be dynamically loaded at runtime. This implements IMyUserControl and has a property of type IMyService which will be…