Closed mt025 closed 6 years ago
thank you for raising - a fix from another branch failed to make it in here so apologies for the inconvenience. I have now merged the fix for the file reader path problem.
the certificate prompt (at install time) is by design if you are using a test certificate - you will need to manually install into the trusted root / people store on the target machine (see https://docs.microsoft.com/en-us/windows/uwp/porting/desktop-to-uwp-distribute) - i'd recommend removing once you have completed the lab.
closing - but please re-open if it does not resolve.
For the Modernize project, I created the appxbundle installed it. However, the application doesn't launch. I've tried it twice and it asked for a certificate to be installed. Clean install of Visual Studio 2017: 15.7.3 and Windows Build: 1803 - 17682
The app works when under debugging mode in Visual Studio, but when debugging the packged project, I get this error:
System.IO.FileNotFoundException: 'Could not find file 'C:\WINDOWS\SysWOW64\Products.json'.'
The streamreader on FileHelper.cs:27 is only getting the filename not the path.
Why is my app working in SysWOW64?
Below is from the event log when running the installed package.