Click here to Skip to main content
15,909,193 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<!-- Windows 10 -->
    <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
    <!-- Windows 8.1 -->
    <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>


What I have tried:

above tried supported os code is not working
used in manifest file of my application
Posted
Comments
Dave Kreskowiak 2-Jun-18 10:59am    
So what's the problem that's causing you to go down this path?

Normally an app is already compatible with all O/S versions, depending on the version of the .NET Framework you wrote the app against.
neeraj_ 8-Jun-18 1:39am    
sir
1-when Right-click the specific application and click Properties.
2-Go to Compatibility tab, then check the box next to Run this program in compatibility mode
3- Select the version Windows 8 to use for your application in the drop-down box.
4-Click Apply and OK to save the change.
then its worked
but when i update my application then again i have to do this
Dave Kreskowiak 8-Jun-18 10:33am    
What is it about your code that requires Win8 compatibility? We can't tell you as we know absolutely nothing about your code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900