Re: [ADVANCED-DOTNET] MSMQ or .net remoting

2005-03-09 Thread Vince Pacella
http://msdn.microsoft.com/webservices/default.aspx?pull=/library/en-us/d nlong/html/introindigov1-0.asp#introindigov1-0_topic6 Regards, J. Vince Pacella / OOCL Chicago Cell 773-454-8683 Fax - 773-867-5050 Cargo Tracking Online at: www.cargosmart.com > -Original Message- > From: U

Re: [ADVANCED-DOTNET] MSMQ or .net remoting

2005-03-09 Thread Chad M. Gross
Do you have a link or reference to where this announcement can be obtained? Thanks. Chad On Mon, 7 Mar 2005 11:45:24 -0600, Vince Pacella <[EMAIL PROTECTED]> wrote: >From MS's latest big announcement on Indigo from a few weeks ago: > >applications built on .NET Remoting will not interoperate wi

Re: [ADVANCED-DOTNET] UserControls across AppDomains

2005-03-09 Thread Adam Sills
Yes, that is what I mean. You can make the plugin a MarshalByRefObject and have it give you an instance of a form to show for configuring it. But like I said, a Form has a default lifetime of 1 minute through remoting (and thus through cross-AppDomain communication) so you need to make sure your pl