Reputation: 232
I'm new to Xamarin development. I just tried to create a new Blank Xamarin Forms project in Visual studio. It's really frustrating that this brand new project doesn't build and I can't resolve the issue. I tried to update Xamarin Forms in the Android solution, but it didn't help..
The first error message is: "The type or namespace 'System' could not be found (are you missing a using directive or an assembly reference?)"
This Forms project doesnt have a "references" node so I can't reference anything to it...
Any ideas? Screenshots:
Upvotes: 2
Views: 610
Reputation: 232
I deleted every other project but the android one and it works now, I don't need the others for now, so it's good enough for me.
Upvotes: 0
Reputation: 11
Check all your references and make sure they are resolving correctly in each project.
Upvotes: 1
Reputation: 892
did you tried to clean & rebuild your solution? Maybe that'll help :)
Upvotes: 1