windows-10

Ignoring duplicate tile updates in Windows 10 Universal App

﹥>﹥吖頭↗ 提交于 2019-12-11 13:42:10
问题 I'm implementing queuing in medium, wide and large tiles in my universal app to show top 5 news headlines. In large tile, I'm showing 2 headlines at a time, so if there are 5 headlines, there will be 5 medium and wide tiles, but 3 large tiles in the queue. Since while updating tiles, we need to provide payload for all tile sizes, I need to specify to ignore the large tile payload from the 4th and 5th update. There is a contentId attribute in binding element, that we can (theoreticaly) use for

Git clone displaying errors and marking files as deleted in Windows 10

我与影子孤独终老i 提交于 2019-12-11 12:59:21
问题 I am getting the following error when trying to clone a repository with git: Fatal: Unable to checkout working tree warning: Clone succeeded, but failed checkout. You can inspect what was checked out with 'git status' and retry the checkout with 'git checkout -f HEAD' Additionally, the following message appears in several files: 'error: Unable to create file' http://i.imgur.com/vz13IMe.png By using the 'git status' command, I see that many files were marked as deleted [actually the files

IE ProxyEnable via registry not working WIN 10

爷,独闯天下 提交于 2019-12-11 12:28:57
问题 How weird is this? When I enable proxy in Internet Explorer 11 using the registry method, I check my IP and it's not proxied. I click on Internet Options > Lan Settings (nothing else) then my IP changes to the proxy IP . While the lan settigs window already has Proxy checkbox checked. I don't click "OK" or anything for the changes to take effect, Just by clicking LAN settings the changes take effect as they should. The same is true for Disabling the proxy. [HKEY_CURRENT_USER\SOFTWARE

Access to path denied (Xamarin/Android)

懵懂的女人 提交于 2019-12-11 11:50:20
问题 I am running Windows 10, Visual Studio 2015, and Xamarin. I am rather new to Xamarin (just to set the ground level). I am currently having an issue after I updated recently. My application was working before the update. All my files were read-only, and I had no issues prior the update. Along with that, I have rebuilt the project and I the "clean and rebuild" for the project as well. I have tried it with multiple apps I have, and the other applications do not have this issue. The issue I am

Call MediaCapture.InitializeAsync from UWP BackgroundTask

依然范特西╮ 提交于 2019-12-11 11:37:58
问题 I am trying to take a photo during a BackgroundTask at an UWP application. I read at documentation that InitializeAsync should be on the STA thread but is there some approach to achieve that from a MTA? I don't known, something like Dispatchers or others workarounds. In my actual scenario, when I call CapturePhotoToStreamAsync just after the InitializeAsync, the following exception occurs: System.Runtime.InteropServices.COMException (0xC00D3E82): A media source cannot go from the stopped

ASP.NET 5 IIS on windows 10 HttpPlatformHandler Getting 404 Not found

别等时光非礼了梦想. 提交于 2019-12-11 11:17:31
问题 I have followed the documentation on the ASP.NET site to deploy an ASP.NET5 website on IIS, When I browse the site at http://localhost/mysite I get a 404 Not found: HTTP/1.1 404 Not Found Content-Length: 0 Server: Kestrel X-Powered-By: ASP.NET Date: Wed, 03 Feb 2016 18:15:57 GMT (from fiddler) if I check Application Event logs I find an entry against HttpPlatformHandler: The description for Event ID 1001 from source HttpPlatformHandler cannot be found. Either the component that raises this

Windows 10 freeze on startup after installing VS 2015

血红的双手。 提交于 2019-12-11 10:58:51
问题 I've installed Windows 10 (release version) and after VS 2015 Community edition, rebooted, windows applied some updates, rebooted again and that's it. I see only the windows loading screen (circle) and it doesn't boot up. I've waited for 1 hour, and still nothing. Safe mode works. But you can't work from safe mode =) I've searched MS forums - nothing. Maybe somebody had this issue. Help appreciated. Details: HP Pavilion g6, Windows 10 (fresh installation), VS 2015. 回答1: The problem comes from

I can't print from Python IDLE in Windows 10

匆匆过客 提交于 2019-12-11 10:39:41
问题 Since upgrading to Windows 10 I can no longer print from the IDLE Python IDE. The "print to default printer" box comes up as usual, but nothing is sent to the print queue ... I checked in Devices & Printers. Printing from other applications works fine. 回答1: I confirmed on my Win10 machine. However for me, the problem is not with Win 10. It is a stupid bug that I introduced in 2.7.11, 3.4.4, and 3.5.1. I am assuming that you must have upgraded Python also. You can test if you have the same

Git has stop working on windows 10 (git version 2.7.0 and git version 2.6.x)

谁都会走 提交于 2019-12-11 09:59:48
问题 I don't know the reason why git is stop working on windows 10, I'd upgraded my windows from 8.1 to 10 few months ago, and now I had new project and I realized that git is always crash on windows 10 when I try git in command prompt and also not working when I try git clone on GUI version. So I take my error picture to show you. I need your help!!! 回答1: I suspect if you are in the Windows 10 Insider program the most recent update Build 14251.rs1 may be the common issue here. I have two machines

How to debug a Python program running as a service?

痞子三分冷 提交于 2019-12-11 09:13:31
问题 I have a python script which works well when run in the console. However, when using pywin32 in order to let it run as a service, the service gets installed and starts okay but the desired output is not produced. So something must be going wrong -- but I can't see what's happening to find out the reason. The script does the following: Searches for *.csv files in a given input dir If no such files are found it waits 1 minute. If one is found it uses it as input for step 3. If multiple csv