Questions tagged [windows-dev-center]

Windows dev center handles all developer/owner administration of Windows applications. This is not to be confused with managing installed applications on ones Windows installation.

Mark your question with this tag if it is related to the administration of your Windows application.

All Windows and Windows Phone developer accounts has been moved to Windows dev center as of July 6th 2015. Windows dev center can be found at https://dev.windows.com/

As of Windows10 all applications will be "Windows applications" but since previous accounts also moved here this tag can be used for OS specific applications as well, ranging from Windows Phone 7 to Windows 8.1 apps as well.

114 questions
1
vote
1 answer

Microsoft Ads inside UWP Webview

I've built an C# UWP app showing some HTML content I get from WordPress inside a WebView. Now I'd like to show some ads inside that WebView below the HTML content. I don't want to use the C# Ads SDK. According to the docs, I need to manually add…
Thomas
  • 4,030
  • 4
  • 40
  • 79
1
vote
0 answers

Native Ad API in Microsoft Advertising SDK for UWP not returning valid data in test mode

I'm using the Microsoft Advertising SDK for UWP: https://marketplace.visualstudio.com/items?itemName=AdMediator.MicrosoftAdvertisingSDK and want to add native ads to my App Here is code that demonstrates the issue: auto NativeAdManager = ref new…
1
vote
1 answer

deploy simple c# app to another computer from Visual Studio 2017

I have written a simple c# app to let my son do some stats on dice rolling for a game he is developing. I created a simple interface using Visual Studio 2017 and Universal Windows. After loads of silly errors - and lots of less silly ones, I finally…
1
vote
0 answers

HLK Studio - Shortening MiniFilter Test Duration Using Parallelism

I've also posted the same question in Microsoft Forums, but is seems dead... Maybe someone here can help. After multiple trial-and-error iterations, we finally succeeded setting up a fully automated testing environment for our MiniFilter driver, as…
Oren Chapo
  • 519
  • 7
  • 15
1
vote
1 answer

UWP app crashes with STOWED_EXCEPTION shown in dev store

my UWP runs fine on my PC, I downloaded it from store to check it on my pc and it runs fine, but it is crashing on certain other PCs for unknown reasons, it crashed on the splash screen and dev center is showing me following crash reports. Please…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
1
vote
1 answer

What to do if Windows Dev Center rejects a package because of package version?

Hello! I am trying to upload a package to the Windows Store. However, when I upload my packages, I get this error. Smart Team Builder_1.1.3.0_x86_x64_arm_bundle.appxupload 21.4 MB Your package Microsoft.NET.Native.Framework.1.6 specifies version…
Nato Boram
  • 4,083
  • 6
  • 28
  • 58
1
vote
1 answer

UWP App in Assigned Access and Windows Store for Business - what happens when an app update is available?

Junior Dev here trying to figure out how to deploy and manage a UWP app for multiple Assigned Access accounts (think restaurant kiosks) that I won't be able to physically access or have a user interact with them for updates. Question: If I had a UWP…
1
vote
0 answers

UWP Microsoft AdControl Resume and Suspend Does not work

So the adcontrol does not work when navigation with both pages in the memory. So if I go from page1 to page 2 while I have an AdControl on page1. When I return to page1 from page2 the adcontrol disappears and I can not refresh the adcontrol. The…
1
vote
0 answers

Write my own version of DebugView

I wrote a Windows driver (file system). All my logs print by the DbgPrint function. With the DebugView program (Capture Kernel - on) I can see all my logs. I want to show/save its logs. So, I want to listen to kernel messages. I tried to write…
1
vote
1 answer

.NET native framework, runtime, and VCLibs

I am an app packager, and have been trying to get our first Windows Store app packaged for SCCM. I have the .appx file for the app that I got with Fiddler, but the app has various dependencies including .NET Native Runtime 1.3, Native Framework…
Chris
  • 239
  • 1
  • 3
  • 16
1
vote
1 answer

Install XAP file locally in windows phone 8.1 device

Hope You are doing well. Actually i have created one windows phone 8 application. So for testing i have installed the .xap file locally into windows phone 8 and it is working fine. But if i am going to install that .xap package in windows phone 8.1…
1
vote
1 answer

windows phone deployment error DEP0001 : Unexpected Error: -2147009290 ‭

Working on a Windows Phone 10 app and ran it from Visual Studio on my ARM (Lumia 950) device several times. Then an OS update came in for my 950 and it soon did a forced reboot; updating to 10.0.14393.576. I may have had one or two successful…
1
vote
1 answer

Windows Dev Center does not show any errors saying app is non-compliant

I've got an e-mail Your app /app-name/ is non-compliant. We reviewed your app /app-name/ but found some problems. Please remedy the failures listed in our report and resubmit the updated app. I can't see any issues here. How can I fix this?
Besuglov Sergey
  • 506
  • 5
  • 20
1
vote
1 answer

Windows Phone Appx file fails upload for flight package

I am trying to setup a flight package for my windows phone application to deploy for Beta testing. When I attempt to upload the appx or appxupload file (doesn't matter which) it errors straight away. The progress dots continue and the caption says…
Sjblack
  • 695
  • 4
  • 14
1
vote
1 answer

Can I submit Windows app only for windows 10 desktop?

I'm developing an app which only for windows 10 desktop currently (I didn't do too much with touch event, focus on mouse event now, and mobile platform should comes with other layout) I'm wondering, can I submit an app to windows store and set the…