Bonjour a tous j'ai un petit soucis j'ai créer un programme qui permet d'ouvrir un fichier word et de lui lancer des raccourci clavier, cependant il fonctionne bien cher moi mais sur d'autre pc j'ai cette erreur quand j'appuis sur le bouton qui permet d'ouvrir le fichier
System.Security.SecurityException: Échec de la demande.
at Infopath_Generation_Automatique.MainForm.Button2Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
quelqu'un pourrait m'aider a resourdre ce probleme s'ilvous plait?
Merci