Can you clarify what "sharing" means to your app?
If shared a State object:
- Among threads you do not need remoting.
- Among other programs on the same PC (Yes remoting is an option in .nwt 2.0 - it is obsolete in 3.0 because it is done with WCF)
http://www.beansoftware.com/NET-Tutorials/NET-Remoting-Tutorial.aspxhttp://quickstart.developerfusion.co.uk/quickstart/howto/doc/Remoting/singleton.aspx