Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-03-07 Thread Marc Brooks
Some very interesting reading on IPC/Remoting here: http://blogs.msdn.com/jackg/archive/2007/03/05/net-remoting-appdomains-out-of-process-two-way-etc.aspx -- "I am Dyslexic of Borg. Resistors are fertile. Prepare to have your ass laminated." -- Dan Nitschke Marc C. Brooks http://musingmarc.blog

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-03-07 Thread Dean Cleaver
rather do it cleanly if I can. Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Sébastien Lorion Sent: Thursday, 8 March 2007 07:52 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Alternatives to remoti

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-03-07 Thread Sébastien Lorion
TECTED] On Behalf Of Krebs Kristofer Sent: Wednesday, 28 February 2007 23:38 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Alternatives to remoting Hi I had a similar problem like this and managed to solve this by implementing my own binder. How do you get hold of the obje

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-02-28 Thread Dean Cleaver
rn argument has an invalid type.". Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Krebs Kristofer Sent: Wednesday, 28 February 2007 23:38 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Alternatives to r

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-02-28 Thread Krebs Kristofer
On Behalf Of Dean Cleaver Sent: den 27 februari 2007 21:33 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Alternatives to remoting Hi, I've been using Remoting on several projects with great success for several years now, however I've now struck a hurdle - one of my

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-02-27 Thread Dean Cleaver
ssage- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Wednesday, 28 February 2007 12:33 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Alternatives to remoting This might not be right, but if "the same files [lo

Re: [ADVANCED-DOTNET] Alternatives to remoting

2007-02-27 Thread J. Merrill
This might not be right, but if "the same files [loaded] from different locations" are in fact identical, couldn't you let the CLR know that by signing the file before making copies? It should know that two files that have the same name and signature are the same file even though they loaded fr

[ADVANCED-DOTNET] Alternatives to remoting

2007-02-27 Thread Dean Cleaver
Hi, I've been using Remoting on several projects with great success for several years now, however I've now struck a hurdle - one of my projects is an Outlook Addin, and it also loads as OCX controls into HTML pages in Outlook folders - these are each in separate AppDomains over which I have no co