windows-store Questions
1
I am making an app of drinks for windows store.
According to requirement user can select drink as favorite.
So his favorite drinks should be shown in favorite page.
So how can I add these drinks ...
Charlesettacharleston asked 4/12, 2015 at 17:49
1
Solved
Upon rebuilding the solution to a file in Visual Studio exported from Construct 2 I received errors:
MSB3774 Could not find SDK "Microsoft.WinJS.2.0, Version-1.0"
MSB3774 Could not find SDK "Micr...
Aquacade asked 15/11, 2015 at 2:12
2
Solved
I have successfully uploaded the application and other thing on store but stuck in one thing content certification issue. Is there any way to get these certificate easily like in Google play develo...
Chian asked 16/9, 2015 at 7:54
1
I have Microsoft Visual Studio 2013 installed, and I would like to start coding windows store apps. Every time I create a project, I'm getting the notification that I need a developer license. This...
Yellowlegs asked 11/4, 2015 at 22:8
4
Solved
I'm prepping an application for submission to the Windows Store that utilises the Bing Maps API - as such, the app has to be compiled to target specific architectures. Whilst there is a guide to su...
Melonie asked 7/10, 2012 at 18:51
5
Solved
I've found a few posts mentioning this error, but none that have helped. I created a new C# Windows Store project, and when I try to build and run it on the simulator, I get the following error in ...
Bovine asked 19/12, 2012 at 15:10
1
Solved
While I can get the assembly version using the following code
var assembly = typeof(App).GetTypeInfo().Assembly;
var assemblyVersion = assembly.GetCustomAttribute<AssemblyFileVersionAttribute...
Confidence asked 20/2, 2015 at 17:52
1
Solved
I have created a windows store app and associate it with the store using the Visual Studio IDE. In the Visual Studio IDE there are menu options to create App packages and upload App Packages.
My...
Evapotranspiration asked 13/2, 2015 at 7:12
1
After migrating my app from Windows Phone 8.0 to Windows Universal App 8.1, I had problems with Package version number.
What I put in appxmanifest is 1.1.58.0.
Creating App Package, I keep 1.1.5...
Epiphyte asked 25/11, 2014 at 13:49
5
Solved
Thread.Sleep doesn't seem to be supported in .NET for Windows Store apps.
For example, this
System.Threading.Thread.Sleep(1000);
will compile when targeting any .NET Framework (2.0, 3.5, 4.0, ...
Kibitka asked 28/9, 2012 at 13:44
1
Solved
I'm developing an WP8.1 application and now when I'm almost done with it, I tried to run the Windows App Certification Kit to test if everything is ok. I got this error:
I know that this is not a...
Intermediary asked 26/8, 2014 at 20:50
3
Solved
I am trying to implement in-app purchase for my Windows Store App (Metro App). I was referring to the code samples here, but when I triggered the RequestProductPurchaseAsync method nothing happens....
Turnstile asked 15/9, 2012 at 7:13
1
Solved
I am developing a game for windows store (desktops) using monogame framework. everything else is working excellent except the Mouse cursor which is working well but not showing at time of playing g...
Adriel asked 20/3, 2014 at 14:16
3
Solved
I am planning to realize apps to be used from Surface Win8 new tablet.
Will it be necessary to pass from the new Windows App Store (as it happens for iOS) or will I be able to distribute the .exe...
Livia asked 29/7, 2012 at 20:14
1
Solved
I'm trying to read a json file from my Assets folder. I've tried numerous code examples, and all are variations on the same thing.
I feel like I must be doing something stupid, but I just can't s...
Matabele asked 8/1, 2014 at 11:8
1
I was using the PrintSample and successfully modified the BasePrintPage code to the following (just trying to cut it down to a manageable size and the simplest case for testing):
protected PrintD...
Norman asked 15/12, 2013 at 15:50
1
Solved
My app is created with Javascript. I need it to support in-app purchase for feature unlocking.
From the documentation, it looks really simple. However, when I tries to implement it. I noticed that...
Colliery asked 14/4, 2013 at 13:28
2
Solved
I got a minidump from the Windows Store Apps submission process (sent by a reviewer) because of a crash in my app. I am having problems loading the symbols for my app, because the error occurs insi...
Jaguarundi asked 9/4, 2013 at 6:21
3
Solved
So I have this bit of a project planned for Windows Store and Android. Basically, a networking multi-tool coupled with a scripting engine to implement protocols and behavior. Ideal uses being thing...
Pitarys asked 26/3, 2013 at 5:33
3
Solved
I require zlib library for the development of Windows Store app.
Has anyone converted Win32 zlib project to WinRT yet?
Can anyone please describe the steps to convert the existing win32 static li...
Keeler asked 16/12, 2012 at 11:17
1
I developped a metro app and its for my company only. so I'm not going to upload it to windows store.
I want to use my app on Windows RT devices (over 400).
I tried to open appx with powersh...
Supraorbital asked 18/2, 2013 at 11:53
2
Solved
So I have a .NET Windows Store app that is leaking memory. What can I do about it? The profiler tools I used for desktop apps from jetBrains or Red-Gate/ANTS don't support Metro Apps (or do they no...
Dais asked 5/12, 2012 at 19:0
3
Solved
I have the following code:
public MainPage()
{
this.InitializeComponent();
this.ManipulationStarting += MainPage_ManipulationStarting;
this.ManipulationStarted += MainPage_ManipulationStarted;
...
Jawbone asked 28/9, 2012 at 22:46
1
Solved
I got a support email from a customer saying his app crashes when it starts and all he gets is a message like:
(App Name) ran into a problem You can send info to Microsoft about
what went wrong...
Bename asked 5/12, 2012 at 18:46
1
Solved
I have a Windows Desktop App ( WPF + c++ ).
I have just made a ClickOnce installer. I built it on Windows 7, but I want to certify the App for the Windows Store, so I'm running the Windows App Cer...
Shrubby asked 28/8, 2012 at 23:36
© 2022 - 2024 — McMap. All rights reserved.