-
Recent Posts
Recent Comments
- Welinton Carlos on ProgressRing causes Layout cycle error
- Zara Whitaker on Solution to Empty Emulator List (plus 0x80070002) in Windows Phone SDK 8
- Vijay on Resolve the “‘Microsoft.Advertising.WinRT.UI.winmd’ contains duplicate types names”
- Arthur Klep on Je veux être premier sur Google, comment faire ?
- Clem on Android, iOS, WP : l’antiweb !
Archives
Categories
Meta
Monthly Archives: April 2017
ProgressRing causes Layout cycle error
If you use a lot of ProgressRing (in ListViewItem or a GridViewItem) in a View, you can have the infamous error Layout Cycle Error. This blog post points the fact you have to hide (Visibility = Collapsed) the non active (IsActive=False) … Continue reading
Posted in UWP, Windows Phone 8, WinRT
1 Comment
Solution for Xaml Internal Error error WMC9999: Access denied
If you have this exception “Xaml Internal Error error WMC9999: Access denied” while compiling a WinRT or UWP project with Visual Studio, the solution is : Close Visual Studio Delete or rename the “packages” nuget cache directory of the project Restart Visual Studio … Continue reading
Posted in UWP, Visual Studio, WinRT
Leave a comment
IIS 7+ : Redirect HTTP to HTTPS
These days, Google forces you to enable HTTPS on your website. If you google it for IIS, you will find several Microsoft post like this : https://blogs.technet.microsoft.com/dawiese/2016/06/07/redirect-from-http-to-https-using-the-iis-url-rewrite-module/ But the solution gave is wrong, you need this rule with Rewrite Module: <rule … Continue reading
Posted in Uncategorized
Leave a comment