AppDomain.CurrentDomain.GetAssemblies()
string path = @"..\..\ConsoleApplication11\bin\Debug\ConsoleApplication11.exe"; // Put the right path to the assembly you are trying to load here Assembly consoleApp11 = Assembly.LoadFile(path);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)