Share via

How do I avoid The high OS version validation error ?

Eigil Krogh Sorensen 121 Reputation points
2022-07-01T06:01:24.04+00:00

My (very) old xmarin.forms UWP project suddenly isn’t accepted by the Windows App Certification Kit 10.0.22000.194.

I get the errors below

Error Found: The high OS version validation detected the following errors:
I’m not checking OS version in my code (I don’t know if the xamarin framework is doing that). The only thing I’m doing is checking if it is on mobile. I have tried to disable (comment out e.t.c.), but that makes no change.

Error Found: The crashes and hangs test detected the following errors:
I have noticed that when I run the app in the debugger it always ends with

The program ‘[17940] xxx.exe’ has exited with code 1 (0x1).

I can’t find out why it ends with that. How can I find the cause ?

Microsoft Partner Center | Other

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.