Skip to content

Special Awareness When Trying Out Windows Copilot Runtime APIs in 1.7.0-experimental3 in Default WinUI3 Packaged App #5116

Discussion options

You must be logged in to vote

If you're experimenting with the Windows Copilot Runtime APIs, such as Phi-Silica, in the 1.7.0-experimental3 release, keep the following in mind to ensure a smooth setup:

  1. Target the Correct OS Version
    Update your project file to set the target OS version >= 10.0.22621.0.
    e.g. <TargetFramework>net9.0-windows10.0.22621.0</TargetFramework>
  2. Set the Correct Solution Platform
    Before clicking "Start Debugging," select the appropriate Solution Platform in Visual Studio.
    Example: On an ARM machine, choose ARM64.
    This step is important since default is x64 even you are in ARM machine.

These steps should help avoid common pitfalls and ensure a smoother development experience! 🚀

NOTE:
I have alrea…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ghost1372
Comment options

@yeelam-gordon
Comment options

yeelam-gordon Feb 10, 2025
Maintainer Author

Answer selected by yeelam-gordon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants