Can I just use?:
Assembly.LoadFile
Not sure if this is the way to do this?
But when I try that approach, it throws a Could not lo
Could not lo
Yes, you can load a .Net exe the same way as you would load a Dll. The error you get is caused by dependencies of your exe. Make sure that the those dependencies can be found, i.e. are in your assembly search path.