You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
As everything looks to work now on my first project (thanks a lot for the support!),
I'm trying to create packages to send to the Store.
I'm unable to generate them because I'm facing this error:
APPX1609 "The package contains a Debug framework reference 'Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.23019.0, Publisher = 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US''. Ensure all framework references in the package are valid frameworks hosted by the Store."
I can't find how to enable the release version of this framework.
I tried to force the value to 'false' in the 'Microsoft.AppxPackage.Targets" file, it does not work :(
As everything looks to work now on my first project (thanks a lot for the support!),
I'm trying to create packages to send to the Store.
I'm unable to generate them because I'm facing this error:
APPX1609 "The package contains a Debug framework reference 'Name = Microsoft.VCLibs.140.00.Debug, MinVersion = 14.0.23019.0, Publisher = 'CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US''. Ensure all framework references in the package are valid frameworks hosted by the Store."
I can't find how to enable the release version of this framework.
I tried to force the value to 'false' in the 'Microsoft.AppxPackage.Targets" file, it does not work :(
Any help would be appreciated.