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?
> ---
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
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
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
> 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
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
> 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
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
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
---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
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
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
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
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
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
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
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
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
> 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?
(..
> 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
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
-
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
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'
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
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
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
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
=
27 matches
Mail list logo