uwp Questions

3

Solved

In UWP, I enjoy the benefits of using SQLite.Net-PCL, creating classes to be used in apps as ObservableCollections to bind to the GridView. After including SQLiteNetExtensions to build a database w...
Phyliciaphylis asked 21/4, 2017 at 21:0

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

5

Solved

In porting a .net framework app to .net core app, there are some uses of String.Copy to copy strings. But it looks this method is removed from .net core, so how would you copy a string in .net core...
Decentralize asked 20/1, 2017 at 7:35

5

Solved

I keep getting this error everytime I try to deploy my UWP app to my local device. Severity Code Description Project File Line Suppression State Error DEP6957: Failed to connect to device '127.0.0....
uwp
Tourane asked 24/7, 2020 at 17:3

3

Solved

I have a new philosophic question, which aims at underline differences between old WPF patterns and the new UWP ones. I would like to extend a standard control (e.g. a Button) with new properties,...
Psalmist asked 14/12, 2017 at 0:22

1

When building my UWP in Release mode with .Net Native tool chain I have the Following error: Error : ILT0005: nutc_driver.exe […] returned exit code -1073741819 There is no other error message wh...
Sally asked 13/11, 2019 at 21:21

1

Solved

From a UWP application I start this background task: namespace Background.UWP { public sealed class BackgroundTask : IBackgroundTask { private WatchLoop _watchLoop; public void Run(IBackground...
Malayopolynesian asked 2/6 at 9:49

4

Solved

I am using a slider to control the position of a playing MediaElement. I have implemented the ValueChanged event to synchronize the position and the value of slider. So when I am dragging on the Th...
Ese asked 10/8, 2019 at 10:22

3

Solved

I'm trying to follow UWP with Desktop Extension – Part 2 of UWP and WinForms desktop-bridge calling the processes and passing parameters. This example Console Program.cs code includes parameters st...
Monadnock asked 4/7, 2019 at 2:28

2

Why is it that even though I have the build setting in Visual Studio set to Release everything I create within a side-loaded UWP distribution is placed within a folder with _test on the end? Is it ...

6

Solved

my Visual Studio does not recognize my Windows 10 SDK. The steps to reproduce it: Install VS 2015 Professional with update 3 and select the windows SDK for version 10.0.14393.0 as optional fe...
Parisi asked 9/2, 2017 at 12:58

2

Solved

I want to save data to files for my Microsoft Store app, so I need access to Windows.Storage namespace, but it's unclear how I can get it. I couldn't add it as a reference. I'm using Visual Studio ...
Cristencristi asked 6/4, 2018 at 8:27

3

I am currently working on Windows 10 UWP App and facing an issue with WebView that when I have less HTML content, I am getting more height in javascript. My Code is as follows WebView webView = ne...
Vineyard asked 7/10, 2016 at 16:43

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

10

Solved

After I add 2 libraries from Nuget to my project I receive follow error: Error Payload contains two or more files with the same destination path 'System.Diagnostics.Tools.dll'. Source files: C:\U...
Md asked 26/7, 2016 at 15:18

4

Solved

Using the Windows.Data.Pdf namespace, i am able to render pdf (as an image) without using any third party library. If im not mistaken, Microsoft's Edge browser uses the same library to render pdfs...
Haim asked 15/9, 2015 at 9:10

10

Solved

I am trying to write a powershell script for windows 10 that will automatically launch a Metro-style app. The Start-Process cmdlet seems like it should work, but I cannot get it to launch anything ...
Chamber asked 3/8, 2015 at 23:55

2

I want to create a console alternative to the 'Bluetooth and Other devices' dialog built into Windows for controlling Bluetooth devices. Using Windows.Devices.Enumeration API, I can pair and unpair...
Evince asked 21/6, 2020 at 17:53

4

Solved

There are a few unanswered questions to this pretty much everywhere I've looked so I suppose I should add mine to the tally. I am looking to toggle Focus Assist mode in Win 10 programmatically and ...
Bombe asked 2/4, 2019 at 14:16

3

Solved

So we can only have one opened content dialog at a time. This is fine. But in my app there are several possible content dialogs that can be opened, and I would like to avoid making my own variable ...
Unfeeling asked 1/1, 2019 at 14:4

3

Solved

I write a some program that should work with another player and retrieve info about current playing song. That player is written using UWP, so Windows knows what track is playing, so i can see it's...
Redhead asked 20/8, 2019 at 19:2

5

Solved

I upgraded my UWP Project to Fall Creator Update with the Windows SDK 10.1.16299.15. When I compile or create a Store Package I get: C:\Users...\Visual Studio 2017\Projects\FileRenamer\Get.the....
Candescent asked 19/10, 2017 at 11:16

1

Problem I just committed the addition of a UWP application to source control. However, my CI server (Jenkins) didn't seem to like that: error MSB4019: The imported project "C:\Program Files (x...
Alannaalano asked 11/7, 2017 at 18:21

3

I got the same issue as described in the following, old, forum post: Issue on MSDN However, for some reason Microsoft decided to remove the functionalities in the answer described there. What I'm ...
Cruickshank asked 7/2, 2016 at 15:21

2

Solved

From where do I have to accept the speech recognition policy? Here is the code public async void display() { SpeechRecognizer rec = new SpeechRecognizer(); await rec.CompileConstraintsAsync(); ...
Resound asked 22/2, 2017 at 12:28

© 2022 - 2024 — McMap. All rights reserved.