Hi, i have a problem with generating the code after execution
My code :
```
TaskService mgr = new TaskService();
TaskEditDialog dlg = new TaskEditDialog(mgr.RootFolder.Tasks[0], false, false);
```
Une exception non gérée du type 'System.ArgumentOutOfRangeException' s'est produite dans Microsoft.Win32.TaskSchedulerEditor.dll
Informations supplémentaires : L'argument spécifié n'était pas dans les limites de la plage des valeurs valides.
Thx
Jerem
Comments: ** Comment from web user: dahall **
My code :
```
TaskService mgr = new TaskService();
TaskEditDialog dlg = new TaskEditDialog(mgr.RootFolder.Tasks[0], false, false);
```
Une exception non gérée du type 'System.ArgumentOutOfRangeException' s'est produite dans Microsoft.Win32.TaskSchedulerEditor.dll
Informations supplémentaires : L'argument spécifié n'était pas dans les limites de la plage des valeurs valides.
Thx
Jerem
Comments: ** Comment from web user: dahall **
Assuming you are using the .NET 4.0 compiled version of the library, try replacing the file "Microsoft.Win32.TaskSchedulerEditor.resources.dll" I uploaded as an attachment into the "fr" folder within the folder that contains "Microsoft.Win32.TaskSchedulerEditor.dll". I have replaced a resource value that may be the root of the problem when using the French locale.