I have created an AppDomain with a different base directory. However, I cannot seem to load the currently executing assembly into the other AppDomain without ha
According to http://msdn.microsoft.com/en-us/library/aehss7y0.aspx the behaviour of AppDomain.CreateDomain has changed with .NET4 and you should use http://msdn.microsoft.com/en-us/library/ms130766.aspx and setup Evidence and grants "manually"...