New oddity with app compiled in 23r3

I’ve just built one of my apps in 2023r3 for Windows. I built it on Windows and once installed, the resulting binary reports the following:

It runs fine in debug run mode in the IDE. Any ideas?

Tim

Did you copy the new Libs folder over?

Because old DLLs with new app won’t work.

I used the same Innosetup script and process as always.

Remove the existing installation folder in C:\Program Files
Build the APP including the Windows runtime and DLLs
Copy the app into the Program Files folder
Run the Innosetup build pulling from that location

This has worked for more than 8 years.

Try running a fresh build from the output location (ProjectFolder\Builds - MyApp). If that works, then it’s the process that’s causing the problem.

Edit: It does look like there’s a ticket for a similar issue with a different entrypoint: #74473 - Building Windows App Rel 2023 1.1 vs. 3