Hi,
I have written three simple projects in a solution.
1. AnotherProject --- (ASP.Net) Client Project
2. BusinessDLL --- (Class Library) Business Object Project
3. TheHost --- (Windows App) Host Application
When I run the project it works fine if I don't use
Inherits MarshalByRefObject in the business class, but
errrors if I do. The error I get is "The underlying
connection was closed: Unable to connect to the remote
server."
Ice - 27 Aug 2003 14:53 GMT
Need to use "Remoting" to connect to marshalbyrefobject as it sounds like
they are running in different process spaces.
ice
> Hi,
>
[quoted text clipped - 8 lines]
> connection was closed: Unable to connect to the remote
> server."