Re: Appending to CurrentDomain private path using AppDomainSetup
From: rlander [MSFT] (rlander_at_microsoft.com)
Date: 12/18/04
- Next message: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Previous message: MS: "RE: Can't import .OCX assembly into Web Matrix Project.Hi,"
- In reply to: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Next in thread: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Reply: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Messages sorted by: [ date ] [ thread ]
Date: 17 Dec 2004 16:43:41 -0800
I hear you ... I've got a couple questions for you to help me
understand your scenario:
1. Do the assemblies in these private paths have unique dependent
assemblies or is there some overlap?
2. Why can you not determine all of the private paths at appdomain
creation-time, or are you using the default domain?
3. If you are using the default domain, can you add these private paths
to your config file?
I really want to understand scenarios where you really do find out
about these private paths as you go and cannot know them up front. We
have to ensure that future versions of the Framework accomodate these
scenarios.
I certainly agree that Assembly.Load is the way to go. You avoid issues
that come along with other Loader APIs ...
thanks -- rich
- Next message: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Previous message: MS: "RE: Can't import .OCX assembly into Web Matrix Project.Hi,"
- In reply to: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Next in thread: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Reply: David Levine: "Re: Appending to CurrentDomain private path using AppDomainSetup"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|