I have created a sample SQLite PCL app using xamarin. You can view and download the code from
https://www.dropbox.com/s/zomjpvnysbc2s7g/DBTestApp.rar?dl=0
When i click '+' to add new employee, an error pops up saying 'System.MissingMethodException: Method not found: Xamarin.Forms.BindableObjectExtension.SetBinding' eventhough the method exists. I didn't find proper solution for this (error screenshot attached).
Any Idea about this?
Thanks.