I am trying to write a Xamarin Forms example for the PCL based socket implementation. The project will not build due to not being able to resolve 'Forms'. The Project is brand new (5/27/2015) and I have yet to add any custom code or packages to it. I am using Xamarin Forms 1.4.2. If I remove the MainView.xaml the project will build. Main View is default with no custom code.
Error CS0234: The type or namespace name 'Forms' does not exist in the namespace 'Websocket.Portable.Xamarin' (are you missing an assembly reference?) (CS0234) (Websocket.Portable.Xamarin)
Other Xamarin projects build and run fine, but, I am unable to create anything new.
XPost : http://stackoverflow.com/questions/30490884/unable-to-reference-xamarin-forms-in-brand-new-project
Answers
My bad, namespace conflict. I had Xamarin in the namespace.