我正在推出需要通过ProcessStartInfo管理员权限的Windows应用程序。
ProcessStartInfo app= new ProcessStartInfo(Path.exe);
app.UseShellExecute = true;
app.Verb = "runas";
MainWindow= ApplicationUnderTest.Launch(app);
启动工作正常但在我以管理员身份运行VS之前无法识别控件。如何在不启动VS作为管理员的情况下成功运行testmethod?
答案 0 :(得分:0)
您必须从Windows设置中签署Visual Studio安全性。