我已经安装了Visual studio 2010Ultimate版本但是在简单的窗口下面运行时会出现程序错误....
MsgBox("Hello !")
"error while trying to run project uncaught exception thrown by method called
through reflection"
Run Code Online (Sandbox Code Playgroud)
安装有什么问题?
它的Visula工作室Exception不是我的程序例外......
我试过下面但没有运气..
devenv /resetsettings
Run Code Online (Sandbox Code Playgroud)

我正在尝试从本地服务器 B 在远程服务器 A 上启动 notepad.exe。
下面是运行良好的命令,我可以在任务管理器上看到 notepad.exe 进程,但是当我物理远程登录到服务器时,我没有看到记事本启动(GUI)。
C:\Windows\System32>D:\SysInternals\psexec.exe \\serverB
-u Domain\user1 -p passXX -i -d notepad.exe
PsExec v1.98 - Execute processes remotely
Copyright (C) 2001-2010 Mark Russinovich
Sysinternals - www.sysinternals.com
notepad.exe started on serverB with process ID 3328.
Run Code Online (Sandbox Code Playgroud)
登录后如何看到记事本 GUI?