Type type = typeof(HoleCreatorCommand); string path = Directory.GetParent(type.Assembly.Location).FullName; path = Path.Combine(path, "Gma.System.MouseKeyHook.dll"); Assembly.LoadFrom(path);