microsoft / VisualStudioUninstaller

Visual Studio Uninstallation sometimes can be unreliable and often leave out a lot of unwanted artifacts. Visual Studio Uninstaller is designed to thoroughly and reliably remove these unwanted artifacts.
www.visualstudio.com
Other
3.92k stars 575 forks source link

Can not get it to load config files. #10

Closed Nodens- closed 8 years ago

Nodens- commented 8 years ago

No to mention that the syntax is missing from the readme but executing "load" or "load config file name" (the later with or without extension) only outputs "Object reference not set to an instance of an object."

joseccandido commented 8 years ago

Here it outputs a success message, but the list commands says nothing was loaded.

alphaleonis commented 8 years ago

I copied the DataFiles directory to the My Documents folder, and then it loaded them correctly.

unitycoder commented 8 years ago

Copying DataFiles/ folder to Documents/ folder fixed it here also

Nodens- commented 8 years ago

Of course the files had been copied to Documents/Datafiles when I reported this. Perhaps this got fixed since it was reported without comment on the issue? I'll pull, try again and report.

Nodens- commented 8 years ago

Ok now they load properly. I see some commits related but no comment on this issue. Specifically my repo had .xml Datafiles (although they were not xml upon inspection they were clearly binary). Now the files have .bin extension and there's also a commit regarding loading errors. I am closing this though since they are now loading properly.