Bonjour à tous je suis sur le point de terminer mon projet il me reste plus que cette foutu ligne qui ne veut pas apres des heurs de recherche je vous demande


l'erreur :
System.UnauthorizedAccessException
HResult=0x80070005
Message=L'accès au chemin d'accès 'C:\Users\Léo\AppData\Local\Fivem' est refusé.
Source=mscorlib
Arborescence des appels de procédure*:
à System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
à System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
à System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
à System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize, Boolean checkHost)
à System.IO.File.InternalReadAllText(String path, Encoding encoding, Boolean checkHost)
à System.IO.File.ReadAllText(String path)
à Microsoft.VisualBasic.MyServices.FileSystemProxy.ReadAllText(String file)
à Launcher_Nexorius.Form1.FlatButton2_Click(Object sender, EventArgs e) dans C:\Users\Léo\Desktop\Launcher-master\Launcher Endora\Form1.vb :ligne 99
à System.Windows.Forms.Control.OnClick(EventArgs e)
à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
à System.Windows.Forms.Control.WndProc(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
à System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
à System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
à System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
à System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
à Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
à Launcher_Nexorius.My.MyApplication.Main(String[] Args) dans :ligne 83

Cette exception a été levée à l'origine dans cette pile des appels :
[Code externe]
Launcher_Nexorius.Form1.FlatButton2_Click(Object, System.EventArgs) dans Form1.vb
[Code externe]

la ligne en question :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
Process.Start(My.Computer.FileSystem.ReadAllText(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) & "\Fivem") & "\fivem.exe", "+connect 54.38.240.116:30120")

Merci à tous pour votre aide