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
AppDomain
Found a solution after loading the assembly from byte setting the .GetName().CodeBase to null resolved the problem...
After looking around i found this page and it has a better solution then mine!