Category Archives: Xamarin

Xamarin: error CS0103: The name ‘PhoneCallManager’ does not exist in the current context

https://elearning.xamarin.com/forms/xam120/  Trying to follow the Tutorial mentioned :  XAML in Xamarin.Forms (XAM120) and getting this errorPhonewordPhonewordPhoneword.UWPPhoneDialer.UWP.cs(21,17,21,33): error CS0103: The name ‘PhoneCallManager’ does not exist in the current context Code Snippet: public Task DialAsync(string number)        {            if (ApiInformation.IsApiContractPresent(“Windows.ApplicationModel.Calls.CallsPhoneContract”, 1, 0))       … Read more »

Xamarin: Unable to Connect to Mac from Visual Studio on PC

Problem:    I followed the steps mentioned in the article   Xamarin: Connecting to Mac Troubleshooting:    a. Network discovery is On   b. Port 22 is open Inbound and Outbound Firewall In Visual Studio, try to enter Ip Address and try to connect ( sometimes auto-detected machine might not work although it… Read more »