#xamarin3
Explore tagged Tumblr posts
Text
Solved: VS2013 IntelliSense not working with Shared Projects
I was working with the new Xamarin 3. I'm using a business account and my IDE is VisualStudio 2013 Update2.
I created a "Blank App (Xamarin.Forms Shared)" and was coding in the SharedProject file App.cs.
The Problem was, that IntelliSense was not working in the SharedProject part of my solution. Yeah, it's possible coding without IntelliSense but build errors were shown using a Xamarin.Forms.ListView.
"Xamarin.Forms.ListView does not contain a definition for ItemSource"
The solution: I installed Xamarin.Forms.Map via NuGet-Console "PM> Install-Package Xamarin.Forms.Maps". Then everything was just fine including IntelliSense and ListView.ItemsSource.
Maybe it's helpful for someone :)
0 notes