-
Notifications
You must be signed in to change notification settings - Fork 18
Description
the menu in the prog tells me: "1 - set config filePATH"
for me "filepath" is the path to the file: c:\folder or c:\folder\ but not path + filename.
So i unsuccessfully very often tried C:\tuya (with xml-file in this path) => didn't work. Copied the xml to the root of C: and tried again to run the prog with 1: C:\ but allways getting the error:
Unhandled exception. System.UnauthorizedAccessException: Access to the path 'c:' is denied.
UNTIL i realized that the filename has to be added to the path in no1 of your menu.
So my suggestion would be: the first point of your menu should be renamed to "1 - path AND name to xml-file" ;-)
AND:
dotnet has to be in the old version (3.1.x) / i first unsuccessfully tried the actual dotnet (7.x)
And: i only found the errormessages by opening a DOS-box and starting the prog there. All users - used to work with a mouse only - will see a short glipmse of a window closing instantainiously (without any readable errormessage).