remoting interface error -
07-20-2007
, 01:36 PM
In assigning a remote object to a PropertyGrid I get the following
exception:
Object System.MarshalByRefObject is being remoted by a proxy that does
not support interface discovery. This type of remoted object is not
supported.
A google search turns up nothing regarding this error. Is anyone
familiar with this and how to fix it?
I have a client and server that share a common dll which contains all
the interfaces. The remote server object I'm trying to assign to a
PropertyGrid on the client is marked as [Serializable] and derived
from MarshalByRefObject. All of its member types are interfaces known
by the client as well. |