No announcements
Found 132 threads
-
0 Votes
Known Issue: Windows App Certification Kit reports Supported APIs test due to __CxxFrameHandler4
I recently built an application and prepped it for submission to the store. But when the Windows App Certification Kit ran, it reported the following ...Answered | 1 Replies | 4358 Views | Created by KevinLa - Thursday, October 17, 2019 5:07 PM | Last reply by KevinLa - Thursday, October 17, 2019 5:09 PM -
0 Votes
Known Issue – Visual Studio 2015 XAML designer fails on Windows 10, build 1903.
I am using Visual Studio 2015 for Windows app development. After installing Windows 10, version 1903, when trying to build my app, Visual Studio is reporting that the XAML Designer is not ...Answered | 1 Replies | 2231 Views | Created by KevinLa - Thursday, July 18, 2019 5:41 PM | Last reply by KevinLa - Thursday, July 18, 2019 5:45 PM -
0 Votes
Known Issue - In Visual Studio, a Windows API is greyed out and I cannot access it even though it is a Windows Store Supported API.
I have noticed that some functions like CreateFile and LoadLibrary are now supported in Windows Store apps, but I still cannot access them in Visual Studio. The functions are ...Answered | 1 Replies | 2335 Views | Created by KevinLa - Friday, April 19, 2019 5:19 PM | Last reply by KevinLa - Friday, April 19, 2019 5:21 PM -
0 Votes
Known Issue – Unable to deploy apps when targeting Windows 10, version 1809 (Windows 10 1809 SDK (17763), October 2018 release.)
When attempting to deploy my application with F5 in Visual Studio, I get the following error: DEP3321: To deploy this application, your deployment target should be running Windows ...Answered | 1 Replies | 9838 Views | Created by KevinLa - Wednesday, December 12, 2018 11:16 PM | Last reply by KevinLa - Wednesday, December 12, 2018 11:19 PM -
0 Votes
Known Issue - App Certification Kit keeps crashing when I run it. (Windows 10 1809 SDK (17763), October 2018 release.)
When testing my app with the Windows App Certification Kit, it keeps shutting down or crashing.Answered | 1 Replies | 2341 Views | Created by KevinLa - Tuesday, October 2, 2018 10:32 PM | Last reply by KevinLa - Tuesday, October 2, 2018 10:33 PM -
0 Votes
Known Issue – Windows Application Certification Kit crashes (Windows 10 1803 SDK (17134), April 2018 release.)
When running the Windows Application Certification Kit on my app, it is crashing. The event log shows: <Data>Application: appcertui.exe Framework ...Answered | 1 Replies | 2861 Views | Created by KevinLa - Friday, August 17, 2018 9:18 PM | Last reply by KevinLa - Friday, August 17, 2018 9:19 PM -
0 Votes
Known Issue – Universal CRT ctype functions can fail with EOF input (Windows 10 1803 SDK (17134), April 2018 release.)
The Universal CRT has a known regression in the Windows 10 version 1803 update where ctype functions (ex: isalnum, isprint, islower, etc) will return positive values when given EOF as an input. ...Answered | 1 Replies | 3791 Views | Created by KevinLa - Monday, May 21, 2018 9:59 PM | Last reply by KevinLa - Monday, May 21, 2018 10:02 PM -
0 Votes
Known Issue: error MIDL2025 : [msg]syntax error [context]: expecting a declarator or * near ")" (Windows 10 1803 SDK (17134), April 2018 release.)
When compiling my existing project that I updated to build 10.0.17134.0 of the SDK, I am now getting a syntax error: MIDL2025 : [msg]syntax error [context]: expecting a declarator ...Answered | 1 Replies | 3427 Views | Created by KevinLa - Monday, April 30, 2018 6:47 PM | Last reply by KevinLa - Monday, April 30, 2018 6:49 PM -
0 Votes
Known issue: fatal error C1083: Cannot open include file: 'cor.h': No such file or directory (Windows 10 Fall Creators Update SDK (16299), October 2017 release.)
Creating an new UWPCPP project or updating my existing project, I can no longer compile. I am getting compilation error: fatal error C1083: Cannot open include file: 'cor.h': No such file or ...Answered | 1 Replies | 4876 Views | Created by KevinLa - Wednesday, October 18, 2017 3:56 PM | Last reply by KevinLa - Wednesday, October 18, 2017 3:57 PM -
0 Votes
RTM Known Issue: Remote Deployment on PC fails to reenable after a reboot
In the Creators Update, after enabling Developer Mode and Device Discovery, tools like Visual Studio and WinAppDeployCmd can remotely deploy an app to the PC using PIN Pairing. However after ...Answered | 1 Replies | 2875 Views | Created by Hirsch Singhal MSFT - Monday, August 28, 2017 5:19 PM | Last reply by Hirsch Singhal MSFT - Monday, August 28, 2017 5:24 PM -
0 Votes
Known Issue: fatal error C1083: Cannot open include file: 'bits10_1.h': No such file or directory (Windows 10 Creators Update SDK (15063), April 2017 release.)
You are getting the following error during compilation: "fatal error C1083: Cannot open include file: 'bits10_1.h': No such file or directory" when including bits.h in your ...Answered | 1 Replies | 5418 Views | Created by KevinLa - Tuesday, April 11, 2017 11:49 PM | Last reply by KevinLa - Tuesday, April 11, 2017 11:51 PM -
0 Votes
Known Issue: UWP DirectX 12 App throws Platform::COMException when running due to missing D3D12GetDebugInterface (Windows 10 Creators Update SDK (15063), April 2017 release.)
When you attempting run your UWP DirectX 12 app via Visual Studio, it throws the following error: Microsoft C++ exception: Platform::COMException ^ at memory ...Answered | 1 Replies | 3765 Views | Created by KevinLa - Wednesday, April 5, 2017 8:31 PM | Last reply by KevinLa - Wednesday, April 5, 2017 8:32 PM -
0 Votes
Known issue: XamlCompiler error WMC0621: Cannot resolve 'GenXbf.dll' (Windows 10 Creators Update SDK (15063), April 2017 release.)
After uninstalling the Windows SDK you may get the following error when you compile using a previously installed Windows 10 SDK: XamlCompiler error WMC0621: Cannot resolve ...Answered | 1 Replies | 4817 Views | Created by KevinLa - Wednesday, April 5, 2017 7:54 PM | Last reply by KevinLa - Wednesday, April 5, 2017 7:56 PM -
0 Votes
UWP Apps Fail to Launch and XAML Designer Crashes if Visual Studio and Windows Store Apps Are Both Installed to a Non-Default Drive
UWP applications fail to launch from Visual Studio if project location and Windows Store apps installation path are on a non-default drive. Also, the XAML Designer will crash if you ...Answered | 2 Replies | 6742 Views | Created by Paul Chapman - MSFT - Thursday, March 3, 2016 6:11 PM | Last reply by Paul Chapman - MSFT - Friday, November 18, 2016 4:35 PM -
0 Votes
Known Issue: Device Portal may fail to enable, August 2016 Release
For desktop devices only. After upgrading to the Anniversary Update from a previous build of Windows, you may open the For Developers settings menu and find that while the Device ...Answered | 1 Replies | 11921 Views | Created by Hirsch Singhal MSFT - Thursday, August 11, 2016 2:53 AM | Last reply by Hirsch Singhal MSFT - Thursday, August 11, 2016 3:27 AM -
0 Votes
Known Issue: DsRoleGetPrimaryDomainInformation returns an Error 2 - ERROR_FILE_NOT_FOUND even though the call was successful and the data was populated (Windows 10 SDK (14393) and tools, August 2016 release)
If your app uses the DsRoleGetPrimaryDomainInformation to retrieve the state data of the computer which includes the directory service installation and domain data, you may observe that calling this ...Answered | 1 Replies | 3796 Views | Created by Prashant H Phadke - Monday, August 8, 2016 5:37 PM | Last reply by Prashant H Phadke - Monday, August 8, 2016 5:38 PM -
0 Votes
Known Issue: Debugging on remote Windows 10 Device with Visual Studio 2015 Update 3, followed by Visual Studio 2015 Update 2 (or earlier), fails with DEP2100 or similar
If you debug a Windows application on a device using Visual Studio 2015 Update 3 or later, and then you or another developer tries to debug an application on ...Answered | 1 Replies | 4257 Views | Created by Daniel Jacobson MSFT - Wednesday, August 3, 2016 4:23 PM | Last reply by Daniel Jacobson MSFT - Wednesday, August 3, 2016 4:24 PM -
0 Votes
Known Issue: Windows 10 SDK (14393) fails to install with a Fatal Error 0x80070643: Failed to install MSI package (Windows 10 SDK (14393) and tools, August 2016 release)
You may observe that the Windows 10 SDK (14393) fails to install with an error code 0x80070643. Additionally, you may also see the installation fail with the below ...Answered | 1 Replies | 13647 Views | Created by Prashant H Phadke - Tuesday, August 2, 2016 7:29 PM | Last reply by Prashant H Phadke - Tuesday, August 2, 2016 7:33 PM -
0 Votes
Enabling Developer Mode fails with error code 0x80004005
After you install the most recent Windows Flight on a PC that is not in the EN-US locale, you may get error code 0x80004005 when enabling Developer Mode on the "For Developers" Settings ...Answered | 1 Replies | 73712 Views | Created by Larry Olson - Saturday, July 9, 2016 3:12 AM | Last reply by Larry Olson - Saturday, July 9, 2016 3:13 AM -
0 Votes
Known Issue: Store submission fails with error code 1300 (all)
Projects may end up in an inconsistent state caused by mixed versions of .NET Core framework assemblies. This causes an incorrect AppxManifest to be generated which will trigger store submission ...Answered | 1 Replies | 4016 Views | Created by Matt Whilden MSFT - Wednesday, June 29, 2016 7:20 PM | Last reply by Matt Whilden MSFT - Wednesday, June 29, 2016 7:22 PM - Items 1 to 20 of 132 Next ›
No announcements