ToolLoader
ToolLoader copied to clipboard
A loader for the tools which depend on given framework version and platform
``` Using loader: Tool.Loader.CLR40.x64.exe Unhandled Exception: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) at Tool.Loader.Loader.CreateToolInstance(Assembly assembly,...
`Unhandled Exception: System.InvalidOperationException: Tool type not found at Tool.Loader.Loader.CreateToolInstance(Assembly assembly, Type& optionsType) in C:\projects\toolloader\Tool.Loader\Loader.CLR.cs:line 130 at Tool.Loader.Loader.Execute(String[] args) in C:\projects\toolloader\Tool.Loader\Loader.CLR.cs:line 48 at Tool.Loader.CLR40.x86.Program.Main(String[] args) in C:\projects\toolloader\Tool.Loader.CLR40.x86\Program.cs:line 5`