S
-Steve-
I'm dealing with remoting for the first time (.net 2.0). I can succesfully
call methods that return basic data types (string, bool, etc) but I can't
pass more complicated data types (System.DirectoryServices.DirectoryEntry is
specifically what I want to have returned). Am I just out of luck or is
there something I can do to return that data type?
call methods that return basic data types (string, bool, etc) but I can't
pass more complicated data types (System.DirectoryServices.DirectoryEntry is
specifically what I want to have returned). Am I just out of luck or is
there something I can do to return that data type?