One is 64bit, the other is 32bit. I'm currently doing it while making the 32bit app console, and reading the output. Is there a better way? My data is text.
EDIT: Both executable are on the same machine.
One is 64bit, the other is 32bit. I'm currently doing it while making the 32bit app console, and reading the output. Is there a better way? My data is text.
EDIT: Both executable are on the same machine.
If you are constrained to .NET 2.0 then there are a few ways you can do it:
The fact that they are 32 or 64 bit does not influence this in any way.
In .NET 2.0 you could use Remoting.