Re: TCP Webservice trying to use classes from a separate dll
- From: "John Saunders [MVP]" <john.saunders at trizetto.com>
- Date: Fri, 27 Jul 2007 13:53:08 -0400
"smesser" <smesser@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:116672B1-9B49-4754-86C2-D43C71885004@xxxxxxxxxxxxxxxx
I have a TCP webservice which ran fine until I added a dll containing some
common objects to webservice.
The proxy code generates fine but when I run the client requesting data that
results in using objects from the dll I added the client throws an exception
saying that I am using objects from an unreferenced dll.
The dll is referenced, any ideas what the problem might be here?
The client and service can NEVER, EVER, share types. They are two unrelated entities.
Consider: how would you solve this problem if the client was written in Java and the service in .NET? You would bt unable to share the DLL. That's how you should solve this problem, right after you remove from the client that reference to types shared by the service.
--
John Saunders [MVP]
.
- Prev by Date: Re: WSE 3.0 - Correct placement/setting/permission for x509 certificates
- Next by Date: Slow Response
- Previous by thread: WSE 3.0 - Correct placement/setting/permission for x509 certificates
- Next by thread: Slow Response
- Index(es):
Relevant Pages
|