byte[] bytesDLL = File.ReadAllBytes(AssemblyName);Assembly asm = AppDomain.CurrentDomain.Load(bytesDLL);