TypeInitializationException
The following statement produces the error:
intProcessID = Shell(strShellPathName)
If I run the second console application separately, it works fine. I also know that I'm shelling out to the correct pathname.
Does anybody have any idea what's going on here and how I can resolve this?
Thanks,
Bill....

