Trouble Using Latest Universal Windows Application Runtime

Craig Podczerwinski 26 Reputation points
2022-12-17T22:55:29.617+00:00

I rebuilding an older C++ application with Visual Studio Community Edition. I haven't worked on in a few years. I'm using the latest version of Visual Studio which I installed today. I'm running Windows 10. I ran Windows Update and it told me I was up to date.

I retargetted the application and rebuilt it without any problems. When I tried to start it I received the following message.

DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.22000.0 or higher. You currently are running version 10.0.19044.2364. Please update your OS, or change your deployment target to a device with the appropriate version.

I retargetted the application back to 10.0.109041.0 and it started up with no problems. I don't know how to update my Windows Universal Runtime to version 10.0.22000.0. I would like to keep targetting the latest runtime version. Can you help,

Thank you in advance for your help.

Reragds
Craig

Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. AK KOWSALYADEVI 0 Reputation points
    2024-03-08T08:14:27.4866667+00:00

    Severity Code Description Project File Line Suppression State Details

    Error DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.22621.0 or higher. You currently are running version 10.0.22000.2652. Please update your OS, or change your deployment target to a device with the appropriate version. WiFiScan

    I m getting this error. my C++ application is a UWP application.

    0 comments No comments