Nothing to see...

A simple blog about all things in the world that is ridikulouse.

Tuesday, June 9, 2015

Xamarin.Auth Sample How to

Introduction I wanted to try out Xamarin.Auth and specifically have authentication for my App with Facebook. I downloaded the Xamarin.Auth from https://github.com/xamarin/Xamarin.Auth and I thought that this would be a simple build and run to check it out. However, it became slightly long winded process than the simple build and run. In this post I'll go through the steps that I went through. 1. Downloading the Sample To get the sample application...

The Debugger Cannot Continue Running the Process. Unable to Start Debugging

While I've been working with Xamarin I have noticed some frustrating errors from Xamarin Studio and now with Visual Studio. I was looking into Facebook Authentication and downloaded the master of Xamarin.Auth and tried to run the sample apps included and ran into a strange error: Looking at the error it was hard to work out what went wrong, so I reverted to a friend to help with this. The Fix The solution contained two projects : Xamarin.Auth...