Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assemblies in LoadFrom context can’t be domain neutral. Also they can’t use NGEN.
What is so special about assemblies in LoadFrom context that they can’t be the same as assemblies in the default load context?
For one thing, assemblies in LoadFrom context are order dependent. You can’t predict where its dependencies will come from.
That means assemblies in LoadFrom context can’t have concepts requiring dependencies predictability.
Unfortunately both domain neutral assemblies and NGEN require dependencies predictability.
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in