How to check internet connectivity type in Universal Windows Platform

1. Check Internet Connection Availability To check whether any network connection is established or not use GetIsNetworkAvailable method of NetworkInterface class. bool isNetworkConnected = NetworkInterface.GetIsNetworkAvailable(); GetIsNetworkAvailable() – Summary: Indicates whether any network connection is available. Returns: true if a network connection is available; otherwise, false. 2. Check Internet Connection Availability via WWLN (WiFi) To check … Read more

are multiple version of the Windows SDK necessary?

I am posting as an answer here from @magicandre1981 comments above, so I can close the question. Windows SDK 10.0.26624 is the SDK for the first Build 10240 from Summer 2015. Windows SDK 10.1.10586.15 is the SDK for the November 2015 Update 1511. I ended up uninstalling both versions and letting Visual Studio install the … Read more

Remove ios, windows8, and wp8 from Xamarin Forms PCL – nuget 3.0 opt-into error?

The solution that worked for me: Uninstall Xamarin.Forms: Right Click Solution -> Manage NuGet Packages -> Uninstall Xamarin.Forms -> Restart VS Then remove build platforms: Right Click Solution -> Properties -> Build -> under Targeting select Change -> Remove platform(s) -> Restart VS Reinstall Xamarin.Forms: Manage NuGet packages -> Search for Xamarin.Forms -> Install -> … Read more

XAML gradient issue in UWP for some devices

Try removing the Grid.RowSpan=”2″ from the Rectangle (or add a RowDefinition), you have 4 rows (4 RowDefinition) but with the Rectangle having Grid.RowSpan=2 it adds up to 5 rows, so it might be causing you trouble. EDIT: My bad, Rectangle actually spans over rows 2 and 3 (Grid.Row=”2″), so it’s ok. Since you’re just stacking … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)