Questions tagged [creators-update]
15 questions
8
votes
3 answers
How to mix dynamic and static items in UWP XAML NavigationView MenuItems?
I'm trying to make a NavigationViewMenu and I need a menu layed out as follows
static Home item
static Header
dynamic elements from DB as items
static Header
static set of items
This is what I tried:
…

Felype
- 3,087
- 2
- 25
- 36
6
votes
1 answer
UWP Background Transfer exception 0x80072EE4 after Windows Update 1703
I have a Windows Store app with Background Transfer to download contents and it is working well until now. However, a few customers report that after they update their PC to Creators Update (1703), the downloads stop working giving an error like…

huyc
- 337
- 2
- 10
5
votes
1 answer
How do I print WebView content C# UWP Win 10
I've searched how to print a simple WebView as :
I tried many things as :
How do I print WebView content in a Windows Store App?
This solution is sadly not updated for Windows 10…

Emy Blacksmith
- 755
- 1
- 8
- 27
5
votes
0 answers
Docker "Can't add file to tar: readlink The system cannot find the file specified"
I'm a beginner at docker trying to get it working on my Windows 10 machine using creator's update bash subsystem. My dockerfile builds fine on my mac, but when I try docker build from the same file on windows, I get errors like the…

Corey Cole
- 2,262
- 1
- 26
- 43
3
votes
3 answers
Programmatically override the High DPI awareness
There is a new option for the End User in Windows 10 Creator's Update Edition. The End User can change properties for an EXE on the compatibility tab to "Override High DPI Scaling Behavior" and set it to System (Enhanced). I tested it and it works…

user173399
- 464
- 5
- 21
3
votes
0 answers
VS2017: C# UWP "The method or operation is not implemented"
I am using VS2017 and I am writing an UWP App at build level 16299 (Fall Creators' Update). After deploying and re-deploying a few times, I am unable to open any .CS file and if I force them to open (F7), I am getting this error.
Funny thing is,…

Shinjan
- 131
- 1
- 6
2
votes
1 answer
Creators Update Target Version UWP
for UWP project I cant target creators update 15063. why that option is missing?
my windows has been upgraded to creators update but after installing VS.
I have VS 2015, version 14.0.25431.01 Update 3
Is there any way I can update my VS so I can…

M.kazem Akhgary
- 18,645
- 8
- 57
- 118
1
vote
0 answers
Windows 10 Creators Update for Windows 10 Enterprise LTSB (or LTSC)
How do I get the Windows 10 Creators Update for my operating system which is Windows 10 Enterprise 2016 LTSB? I need this to get some BLE stuff working. I have my BLE program working on my development machine which is Windows 10 Pro.
I've gone…

Dave
- 8,095
- 14
- 56
- 99
1
vote
0 answers
Transparent WinForms not working after Creators Update
I have an app that uses a transparent background of a Windows Form with an embedded PictureBox. I draw in the picture box and with versions of Windows 10 before the Creators update I could click on the visible parts of the picture box image as well…

David Mann
- 91
- 3
1
vote
1 answer
HoloLens Failed Build Visual Studio 2017
My question is related to this post, but I wanted to open a new thread for a slight variation of the problem.
I get the same error message running in Visual Studio 2017, and in the post, the stated workaround was to run the solution in Visual Studio…

ByTheC
- 31
- 4
1
vote
0 answers
UWP JS Target version 15063 and 16299 Visual Studio Debugging doesnt work
I'm working on UWP + JS project and the current target version is Windows 10 14393. If I change the the target version to higher like 15063 or 16299, The debugger is never hit on the managed code. The Managed code part is done as Windows runtime…

Jins Peter
- 2,368
- 1
- 18
- 37
1
vote
2 answers
How to register for BLE notifcations from a WPF app running on Windows 10 Creators Update?
I am attempting to write a C# app that uses the WinRT Bluetooth LE APIs (the Windows.Devices.Bluetooth namespace). The app is a Windows Classic Desktop application (WPF, not UWP). When running a version of Windows 10 prior to the Creators Update,…

Sean Kleinjung
- 3,115
- 2
- 21
- 15
1
vote
1 answer
Windows 10 Creators update eats metafile graphics in MFC RichTextEdit
I jumped into an old MFC application which has a problem when run under Windows 10 1703/Creators update. It works fine for XP to Windows 10/1607.
After some investigation, it seems that in Windows 10/1703 the app cannot paste metafiles (wmf and emf)…

Andreas
- 11
- 2
1
vote
1 answer
ContentIndexer is not working on Windows 10 Creators Update
I am working on a old Windows 8 application which is using the ContentIndexer from Windows to build an index for a search engine in the app. It was working well until I updated my computer to the last Creators Update. I get an exception when I'm…

arya404
- 346
- 1
- 8
0
votes
1 answer
ContentDialog behavior difference with Creators Update
I have a scenario where I change the size of a content dialog in the view model. This works fine in the AnniversaryUpdate, but with the Creators Update, I get a totally different (and unworkable) behavior.
I have a content dialog where I want to…

Tom Lindley
- 351
- 1
- 3
- 14