windows-8.1

Windows Store app In-App purchase subscription model

烂漫一生 提交于 2019-11-30 11:34:52
问题 Quite some time ago Microsoft announced that a developer will be able to sell IAPs (In-App Purchases) as a auto renewable subscription i.e. a user is billed once a period until the user explicitly cancels the subscription. There were quite some notifications on that: Dev Center open for Windows 10 app submissions, adds new features Are you planning to add subscriptions/recurring purchases to Windows Store? Bernardo Zamora: Yes. This is one of the features mentioned at Build that was going to

“unable to find valid certification path to requested target”, but browser says it's OK

佐手、 提交于 2019-11-30 10:26:28
问题 I'm developing a Java application that connects to SOAP services exposed at https://ut.eurodw.eu/ (test environment for European Datawarehouse). I'm working on my development machine, recently reformatted with Windows 8.1. Today, I tried to send them a creation request via SOAP from my program and got this error: Caused by: javax.xml.ws.WebServiceException: Could not send Message. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:146) at com.sun.proxy.$Proxy110.createDeal

Why is Cordova Windows 8 app causing an unhandled win32 exception occurred in wwahost.exe?

别来无恙 提交于 2019-11-30 09:41:47
问题 We're building out an app in Cordova via VS 2013 for Windows 8.1. When the user is "clicking" an anchor tag on one of our pages we get "an unhandled win32 exception occurred in wwahost.exe". We checked our registery for this issue: https://support.microsoft.com/en-us/kb/811191 and everything is correct by default. According to some Google searches this is the only solution we can find. In the debugger - "Call Stack": mshtml.dll!CDocument::Doc(void) Unknown mshtml.dll!CAttribute:

How to get the OS version in Win8.1 as GetVersion/GetVersionEx are deprecated?

你说的曾经没有我的故事 提交于 2019-11-30 09:00:53
问题 I have scenarios where i want to specifically know the OS major/minor version and build number etc. From windows 8.1 onwards GetVersion and GetVersionEx have been deprecated, stating: [GetVersion/GetVersionEx may be altered or unavailable for releases after Windows 8.1. Instead, use the Version Helper functions] None of the version helper APIs help me get the OS version number rather help me verify or get to know if my version is same or above some mentioned version. What can be done? 回答1:

Visual Studio 2015 RC Community will not install, says it is already installed

拟墨画扇 提交于 2019-11-30 08:44:26
As the title implies, I am not able to install Visual Studio 2015 RC Community, and I keep getting the following errors. For the record, I am on Windows 8.1 Professional. Visual Studio Ultimate 2015 is currently installed on this machine. Please uninstall Visual Studio 2015 and retry. Visual Studio Professional 2015 is currently installed on this machine. Please uninstall Visual Studio 2015 and retry. I would have provided the screenshot, but it would seem I have to have certain amount of reputation to do so. Sorry! Pretty straightforward messages; just uninstall Visual Studio 2015. The only

Running Visual Studio 6 C++ in Windows 8.1

馋奶兔 提交于 2019-11-30 07:16:20
I recently migrated my system to windows 8.1. Unfortunatly like some others, I am not able to start Visual Studio 6 anymore. The software is crashing at startup (splash screen). I know there are some workaround, to be able to compile with vc6 in newer IDEs, but this is not working for me, since I have to compile a huge number of project and I cannot afford of modifying all the project files 1 by 1... I already see the answer coming: that vc6 is so old, and not supported and so on... I am aware about all that! But migrating a lot of code can take a long time and for now we have no other

What is the difference between Orwell's MinGW and TDM Dev-C++ versions?

徘徊边缘 提交于 2019-11-30 06:31:25
问题 I am a newbie at this and yesterday I installed Win 8.1 x64 so I would like to use the most suitable program for making my tasks in C/C++. Thanks 回答1: MinGW supports only 32 bit binaries, TDM supports 32 and 64 bit binaries (with usage of MinGW's API's). If you need a good GCC for Windows, with the drawback of 32 bit only, use MinGW . If you want to build 64 bit binaries too, you can use TDM . Both released GCC 4.8 approximately at the same time, so there's no real difference in up-to

Calculate Horizontal Offset to scroll ListView to the center of the SelectedItem

試著忘記壹切 提交于 2019-11-30 05:43:35
I am building a photo application, using a FlipView and a listView as a Pagination. When I click on the thumbnail picture in the ListView it shows me the same picture in the FlipView . And when I swipe into the FlipView , any photo selected will select the same picture in the ListView . This is done by adding to both of them: To the ListView : SelectedIndex="{Binding Path=SelectedIndex, ElementName=flipView1, Mode=TwoWay} And to the FlipView : SelectedIndex="{Binding Path=SelectedIndex, ElementName=listView1, Mode=TwoWay} And to the ListView SelectionChanged event I added: if (e.AddedItems

Check the reason the computer resumed from hibernation

喜欢而已 提交于 2019-11-30 04:38:58
问题 I am creating an application that puts the computer in hibernation for a few hours or even a full week (Using a WaitableTimer and WaitForSingleObject). There are three reasons why the computer could wake-up The waitable timer expired and the computer resumes as scheduled. The user presses the power button which resumes the computer. The computer turns on unexpectedly. The first two reasons are perfectly acceptable, they are what the system is designed for. The third reason is of course not so

Visual Studio 2013 and .NET 4.6

扶醉桌前 提交于 2019-11-30 02:36:54
I'm trying to set the 4.6 .NET framework for my project and in the settings, as it wasn't listed, I chose the last option - to install more frameworks. That directed me to a page where I selected VS2013, clicked on .NET 4.6 and downloaded the software but despite the installation being successful and restart of the computer, I still don't get to see the 4.6 .NET in the list of available options. I've googled around for it and found mentioned that 4.6 is available on Win 8.1 (which is my system). However it doesn't say explicitly that it's available for VS 2013 (it doesn't say that it isn't,