I am trying to run Active Directory from my machine via C #. I can open all other common programs with no problem.
The program is installed in C:\Windows\system32\dsa.msc
, however Visual Studio shows an error and informs that did not find this file , even if it exists.
I'm running as follows:
System.Diagnostics.Process.Start(@"C:\Windows\system32\dsa.msc");
VisualBasicError: