microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
980 stars 207 forks source link

"View - Statitics" is dead #284

Closed Pierre-de-la-Verre closed 1 year ago

Pierre-de-la-Verre commented 1 year ago

Current version 2.9.0.3

I open "employee.xml", click "View - Statistic" and get

Der Befehl "C:\Program" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

C:\Program Files (x86)\LovettSoftware\XmlNotepad>

Missing quotes?

lovettchris commented 1 year ago

Weird I just installed the Standalone Version and opened Employee.xml from "C:\Program Files (x86)\LovettSoftware\XmlNotepad\Samples\Employee.xml" and the xmlstats worked fine, the xmlstats.exe program located itself in "C:\Users\clovett\AppData\Local\Programs\XmlNotepad" because the "C:\Program Files (x86)\LovettSoftware\XmlNotepad" location is read only. Did you change your "C:\Program Files (x86)\LovettSoftware\XmlNotepad" to make it read/writable by any chance? I also tried the other versions (click once and winget and got the same result). I was able to reproduce the error when I changed my "C:\Program Files (x86)\LovettSoftware\XmlNotepad" folder permissions to include "write" permission for normal users...

lovettchris commented 1 year ago

Fixed in https://github.com/microsoft/XmlNotepad/releases/tag/2.9.0.4

Pierre-de-la-Verre commented 1 year ago

Thanks