无法在 C# 中为 RDP 调用 mstsc.exe

Not able to call mstsc.exe for RDP in C#

我正在使用 windows xp 64 位机器并尝试通过 RDP 连接到另一台机器。当我调用 mstsc 时,出现错误 "the system cant find the file specified"。我究竟做错了什么?代码如下

Process.Start("mstsc", "/v:" + txtBX.Text);

我正在将我的应用程序编译为 32 位。改成64位,放完整路径mstsc.exe.