Phil, my application is an Outlook Addin with some COM User Controls
that Outlook loads into html in a folder. It creates one AppDomain with
the name of my Addin assemblies Manifest file, and one domain called
"DefaultDomain" for the COM controls. I have no control over creating
these AppDomains.

What I'm actually trying to do is get around a Remoting problem where
one AppDomain can remote to the server, but the other can't - but all my
attempts are failing so far.

-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Phil Sayers
Sent: Friday, 13 October 2006 06:04
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

can't you name the appdomains when you applications each startup ...then
you have a name to use when you reference one from the other.


-----Original Message-----
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Dean Cleaver
Sent: Thursday, October 12, 2006 1:05 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] Get an AppDomain you didn't create


I've got a situation where my application is being loaded into 2
AppDomains, and I would like to call into one from the other - but I am
not creating either one, so have no AppDomain object to work with - is
there a way to get a reference to another AppDomain if you know it's
name?

Dino

===================================
This list is hosted by DevelopMentor.  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentor(r)  http://www.develop.com

View archives and manage your subscription(s) at
http://discuss.develop.com

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to