Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-17 Thread Dean Cleaver
cussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Wednesday, 18 October 2006 08:41 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create Then what happened when you installed it in the GAC? > ---

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-17 Thread Dean Cleaver
Behalf Of Mike Woodring Sent: Wednesday, 18 October 2006 08:41 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create Then what happened when you installed it in the GAC? > -Original Message- > From: Discussion of advanced .NE

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-17 Thread Mike Woodring
actually > resides. > > Dino > > -Original Message- > From: Discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of > Mike Woodring > Sent: Wednesday, 18 October 2006 05:10 > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANC

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-17 Thread Dean Cleaver
opics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Wednesday, 18 October 2006 05:10 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create > I don't think there are any assembly resolution failures What I was drivi

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-17 Thread Mike Woodring
> I don't think there are any assembly resolution failures What I was driving at was that the 'failure' is most likely the CLR loading the same assembly from two different places. The output from fuslogvw, if you configure it to capture both failures & successes like I suggested, will confirm thi

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-16 Thread Dean Cleaver
ay, 17 October 2006 09:25 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create > Is it the assemblies using COM interop I need to put in the GAC, or > the assemblies calling remoting? Basically, my addin has a reference > to my UI layer (whic

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-16 Thread Mike Woodring
> Is it the assemblies using COM interop I need to put in the > GAC, or the > assemblies calling remoting? Basically, my addin has a reference to my > UI layer (which is also the COM control library), which references the > BusinessServices, which references the DataAccess layer, and the > DataAcce

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-16 Thread Dean Cleaver
ve some success? Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Tuesday, 17 October 2006 03:06 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create The path

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-16 Thread Mike Woodring
The path below looks like the temporary download cache location for the current user. If your assembly isn't in the GAC, you might try that. It certainly appears that you're running into issues due to the assembly being loaded from 2 different codebases, which means you can get exceptions along t

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
---Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Saturday, 14 October 2006 13:08 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create > I have code in 2 AppDomains that

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
iscussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Saturday, 14 October 2006 13:08 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create > I have code in 2 AppDomains that need to call the same co

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
CED-DOTNET] Get an AppDomain you didn't create On 10/14/06, Dean Cleaver <[EMAIL PROTECTED]> wrote: > I'm actually using HTTP, because this application needs to work from > all over the world, and http traffic is very rarely blocked. I figured > my chances of sendin

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Mike Woodring
I have code in 2 AppDomains that need to call the same code on the same remote server. The actual code in each AppDomain is identical (2 copies of the same assemblies) however the second one always fails. I have found some references from other people indicating this is a known issue, but it's har

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Mark Hurd
On 10/14/06, Dean Cleaver <[EMAIL PROTECTED]> wrote: I'm actually using HTTP, because this application needs to work from all over the world, and http traffic is very rarely blocked. I figured my chances of sending out an HTTP request from a hotels broadband system was higher than trying to conne

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mark Hurd Sent: Saturday, 14 October 2006 12:50 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create On 10/14/06, Dean Cleaver <[EM

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Mark Hurd
On 10/14/06, Dean Cleaver <[EMAIL PROTECTED]> wrote: Mike, What I was trying to achieve in this post was to call from the second AppDomain to the first AppDomain, and get it to create the remote instances for me - to see if that would get around the remoting issue - but it seems it won't because

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
was going to help anyway. Dino -Original Message- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Mike Woodring Sent: Saturday, 14 October 2006 03:36 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Dean Cleaver
06 02:59 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create > I've all but given up on this idea anyway - it seems there is an issue > with Remoting from 2 AppDomains which is what I was trying to solve. What's the pr

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Mike Woodring
> 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? (..

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-13 Thread Mike Woodring
> I've all but given up on this idea anyway - it seems there is an issue > with Remoting from 2 AppDomains which is what I was trying to solve. What's the problem you're having? I'll admit to only skimming the entire thread. Do you have code in 2 app domains that (a) each need to use remoting to

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Dean Cleaver
CED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create Do you have any way, now, to communicate between the AppDomains? If so, you could have each pass its name to the other one. (The one named for you Manifest file could just use DefaultDomain as the na

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Dean Cleaver
- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of J. Merrill Sent: Friday, 13 October 2006 10:18 To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create Do you have any way, now, to communicate between the App

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Helen Warn
Subject: Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create Do you have any way, now, to communicate between the AppDomains? If so, you could have each pass its name to the other one. (The one named for you Manifest file could just use DefaultDomain as the name of the other, couldn'

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread J. Merrill
g 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

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Dean Cleaver
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

Re: [ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Phil Sayers
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

[ADVANCED-DOTNET] Get an AppDomain you didn't create

2006-10-12 Thread Dean Cleaver
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 =