windows-store-apps Questions

3

Solved

EDIT Event log error was this: error 0x8007000B: The app manifest publisher name (CN=...) must match the subject name of the signing certificate (CN={19BE29DF-4812-4F2E-8FC1-A138B146946A}). ...
Marquismarquisate asked 27/5, 2016 at 1:28

6

Is there a way to list only packages installed specifically with the winget command? winget list seems to show all packages installed on the machine. I am changing my computer and I want to get a l...
Ringsmuth asked 24/1, 2023 at 23:23

7

Solved

I'm developing a Windows Store App using C# + XAML. When I add a TextBox with the property TextWrapping set to NoWrap, a "X" appears at the end of the TextBox when it's focused. So, I need to re...
Uteutensil asked 26/2, 2013 at 18:17

13

Solved

While trying to deploy an app from Visual Studio, I'm getting an error. I have already set developer mode and also deleted the app package from the packages folder, but it still won't work. Here's...
Vinyl asked 8/8, 2015 at 4:2

4

I'm trying to Deserialize object to list of object using JSON.NET lib. My json file is: [ { "id": 1, "name": "Poczta", "description": "Opis", "latitude": 52.25197, "longitude": 20.896355, "a...
Housing asked 18/1, 2015 at 16:58

3

Solved

I have one entity class as public class someclass { public string property1 {get; set;} public string property2 {get; set;} public string property3 {get; set;} } and using sqlite connecti...

3

Solved

In a Windows Store App, is there any way to apply a StrikeThrough effect on a TextBlock's content? If there isn't, a RichTextBlock or any similar controls would do. It doesn't matter if it's throug...
Isaacson asked 7/10, 2012 at 19:51

20

Solved

Seems as though an update on Windows 10 overnight broke Python. Just trying to run python --version returned a "Permission Denied" error. None of the three updates; KB4507453, KB4506991, or KB45090...

3

Solved

I am currently learning how to use Tasks, async and await in Windows Store ("Metro") apps. I stumbled upon the property Task.CurrentId and try to understand how it works. According to MSDN it retu...
Decision asked 18/1, 2013 at 12:42

3

My application gives the error "Installer hash does not match." c:> winget install --accept-source-agreements --id IDHERE Where can I update the hash? My package works OK when install...
Stirring asked 6/3, 2023 at 5:25

22

I'm trying to sign a Windows 8 appx package with a pfx file I have. I'm using a command like so: signtool.exe sign /fd sha256 /f "key.pfx" "app.appx" And from this, I get: SignTool Error: No ...
Palladio asked 8/4, 2014 at 19:25

2

Solved

When using traditional {Binding} syntax you could specify element name to point to a specific control on the page, and be able to access its properties. For example if the page is named page you co...
Volitant asked 29/9, 2015 at 17:7

4

Solved

Visual Studio shows the following error when I execute my Windows Store or Universal project: Error 1 Error : DEP0700 : Registration of the app failed. Another user has already installed an unpa...
Masquer asked 18/8, 2015 at 5:9

3

In a Windows Store Application I have the following TextBlock: <TextBlock Text="Seriously long text for the purpose of showing tooltip" TextTrimming="CharacterEllipsis" /> How do I autom...
Moderator asked 6/2, 2014 at 22:37

6

Solved

I want to change spacing between items in listView (maybe i should use another View-element?) Code looks like this: <ListView SelectionMode="None" HorizontalContentAlignment="Left" > <L...
Allegory asked 21/7, 2012 at 18:26

3

Solved

I want to create an upload package for the Windows Store. The app is essentially "Hello world" for a dev express XAF Win application. I am using the Desktop Bridge. I am following the docs to crea...
Examinee asked 2/12, 2018 at 0:28

2

Solved

when I first published my app the certificate was created automatically Visual Studio. I keep my project in git, and the file is there added to the list .gitignore. I cloned your repository on anot...
Zaria asked 13/2, 2017 at 17:27

11

Solved

In my C#/XAML metro app, there's a button which kicks off a long-running process. So, as recommended, I'm using async/await to make sure the UI thread doesn't get blocked: private async void Butto...
Description asked 12/10, 2012 at 11:53

5

Solved

So, first I have read a ton of threads on this particular problem and I still do not understand how to fix it. Basically, I am trying to communicate with a websocket and store the message received ...
Halfmoon asked 13/10, 2013 at 3:35

7

On a Windows store App, I have this simple TextBox <TextBox Name="TextBoxUser" HorizontalAlignment="Right" Width="147" Margin="20,0,0,0" KeyDown="TextBox_KeyDown" / That has a KeyDown Event a...
Ducharme asked 25/2, 2014 at 11:32

3

I am trying to use Visual Studio 2012 Express to sign my appx file for a windows store app, but get the following error: SignTool Error: The specified algorithm cannot be used or is invalid I am...
Proconsulate asked 2/9, 2014 at 20:17

6

Solved

I'm implementing an API made by other colleagues with Apiary.io, in a Windows Store app project. They show this example of a method I have to implement: var baseAddress = new Uri("https://private...

2

Solved

I'm using ResourceLoader.GetString to get string resources from my .resw file. I'm able to retrieve resources without a dot in the key, but ones with a dot come back as an empty string. For example...
Guillemot asked 13/2, 2015 at 18:8

1

I want to pin some Microsoft store apps in my taskbar and change their icons so that it opens in the same icon that's pinned there was this method on this site here through changing the shortcut ID...
Sooth asked 19/12, 2021 at 16:1

2

Solved

Suddenly, when running a build of my Windows Store app I got the error. error APPX0108: The certificate specified has expired. For more information about renewing certificates, see http://go.m...
Perreault asked 19/10, 2016 at 8:41

© 2022 - 2025 — McMap. All rights reserved.