appxmanifest Questions
6
Solved
I have a UWP app I work on from two difference devices. After the latest Visual Studio 2019 update I began receiving this error:
No certificate found with the supplied thumbprint: xxxxxxxxxxxxxx...
Av asked 20/8, 2019 at 16:51
3
I am using the desktop bridge for a WPF desktop application and am looking to automate the creation of my msix packages during build. I do not want to store any version information in source contro...
Ronn asked 18/7, 2019 at 12:6
15
I'm trying to work from home on a UWP project, on a macbook with dualboot using windows 10, in visual studio 2015.
(So it's not on a virtual machine, which is what I find everywhere when looking f...
Gi asked 3/2, 2017 at 9:24
3
Solved
I'd like to know something about Windows Store and APPX package internals. The package.appxmanifest has an <Identity> element that has a package name, publisher and version attributes, for ex...
Pruinose asked 5/2, 2014 at 4:10
1
Solved
The Package.appxmanifest for this WPF app has already set
<uap5:Extension Category="windows.appExecutionAlias" Executable="PROGRAMNAME.exe"
EntryPoint="Windows.FullTrustApplication">
<u...
Keeper asked 29/3, 2019 at 23:19
0
I have a problem with publishing my app in windows store. I recive these informations:
Invalid package identity name: ... (expected: ...
) Invalid package family name:
... (expected:
... ) I...
Oosphere asked 30/11, 2017 at 17:27
4
Solved
I just created a new blank XAML/C# Windows Store app in Visual Studio. I tried to create a file in the Documents folder with this code:
// DEBUG ONLY:
StorageFile file = await KnownFolders.Documen...
Thenar asked 20/1, 2014 at 3:49
3
I want to make screen projection application. And according to MSDN I need a rescap namespace in Package.appxmanifest.
I Wrote thisxmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundatio...
Fortnight asked 29/11, 2015 at 9:40
1
Solved
I currently have a windows phone 8.1 application in the store and have decided to upgrade it to windows 10 UWP. I've created a new version of the app from scratch using VS 2015 3 RC and used the op...
Tradition asked 23/6, 2016 at 20:30
1
I am developing a universal windows app. When I try to create package using Store->Create App packages, it is creating only test packages. In AppPackages directory, I can find only one folder with ...
Phrenic asked 22/9, 2015 at 23:35
1
Solved
I'm creating an About page for a Windows Runtime app targeting Windows Phone 8.1. On Windows 8.1 and Windows 10 UWP, it's all but trivial to display most of the basic information about an app by us...
Doriandoric asked 29/9, 2015 at 17:19
0
Summary: Is it possible to modify app package identity after compilation using makeappx.exe?
I have a windows store app (for LOB sideloading, not for the store), which I need to create multiple co...
Shooter asked 21/8, 2015 at 13:33
1
© 2022 - 2025 — McMap. All rights reserved.