BUILD CLEAN SEVERAL TIMES TO CLEAR APPDOMAIN SECURITY ERRORS
What are domain-neutral assemblies?
Domain-neutral assemblies are assemblies designed to work across appdomains. They wil be jitted only once. The idea is to get performance gains in multiple appdomain scenarios. mscorlib is always domain-neutral.
Why are they important?
They are important to understand error messages that come from app domain security messages e.g. on why a particular assembly cannot be loaded when trying to run an application.
What are domain-neutral assemblies?
Domain-neutral assemblies are assemblies designed to work across appdomains. They wil be jitted only once. The idea is to get performance gains in multiple appdomain scenarios. mscorlib is always domain-neutral.
Why are they important?
They are important to understand error messages that come from app domain security messages e.g. on why a particular assembly cannot be loaded when trying to run an application.
No comments:
Post a Comment