All-
I've found a few .net remoting examples online (and in msdn), but they all
use console apps as their example where they start the server part on the
server in a console and then run the client.
I just want to create a test win forms app that accesses an object using
Remoting (without starting a server console if possible). That's all I want
for Xmas!!
Correct me if I'm wrong, but if I don't start the server in a console, I
would have to use client side activation. Correct?
Please let me know if you have a link to an example anywhere.
Thanks!!
Scott Bonds - 29 Aug 2003 21:37 GMT
You might give thecodeproject.com a look, they have good examples for a
lot of topics like remoting. Here's an article that may help:
http://www.codeproject.com/csharp/absoluteremoting.asp?target=remoting
- Scott
> All-
>
[quoted text clipped - 9 lines]
> Please let me know if you have a link to an example anywhere.
> Thanks!!