Thanks yeah I did just find that. I am still curious why the test is configured the way they are.
My ultimate goal, is to have a central process acts as a registry, and have numerous components, each in their own app domain (one component per appdomain). Any component can obtain dependencies and they are supplied as proxies to the other appdomains. Is this possible? Or can the remoting facility only support one client, one server? Sent from my iPhone On 22/04/2011, at 3:39 PM, Mauricio Scheffer <[email protected]> wrote: > Have you seen > http://stackoverflow.com/questions/4557796/castle-remoting-sample-client-throwing-exception > ? > > -- > Mauricio > > > On Fri, Apr 22, 2011 at 12:23 AM, Nimble <[email protected]> wrote: > Thanks, > > I'm trying to get the remoting working, I need remoting... > I downloaded the sample, but I get the error "system.object does not > implement IServiceContract". > Then I looked at the unit tests to see how they were passing - and the > "client" side of the tests actually specify the component implementation - > when they should be retrieving the remote object. What's the story? > > Thanks > > Sent from my iPhone > > On 22/04/2011, at 1:02 PM, Krzysztof Koźmic <[email protected]> > wrote: > > > I think it's XML only. Probably not due to any particular inherent quality > > of the facility that makes it incapable of being configured from code, but > > rather because it's de-facto obsolete (like Remoting itself) so no one > > cared to do it. > > > > Krzysztof > > > > On 22/04/2011 10:45 AM, Adam Langley wrote: > >> All the tests appear to use XML configuration... > >> > >> Thanks > >> > >> Adam > >> > >> Sent from my iPhone > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "Castle Project Users" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > > http://groups.google.com/group/castle-project-users?hl=en. > > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
