So I created a windows 8 application and it runs correctly but when I run it on a 8.1 system it crashes. I also tried upgrading my application to target 8.1 and it didn't fix the issue.
This is the exception it throws:
An unhandled exception of type 'System.Exception' occurred in **.exe
Additional information: Could not read key from registry (Exception from HRESULT: 0x80040150 (REGDB_E_READREGDB))
Any help would be appreciated i am lost on how to solve this.
I did also try and run one of the sample apps for windows 8.1 provided by Microsoft to see if maybe my application was the issue and it behaves the same.
If you are seeing issues with other metro applications, it may be due to Registry and or file system permissions. See the following Microsoft solution to resolve:
User contributions licensed under CC BY-SA 3.0