KMC
KMC

Reputation: 1742

Build failed on Xamarin.Forms project

I'm very new to Xamarin framework and I'm learning it by following tutorials on Xamarin site. When I compile the code using Visual Studio 2015, I got "Cannot find type System.SystemException in module mscorlib.dll" error. I've been searching through web for solution and couldn't find any to resolve the issue. So, here I'm hoping to get an answer.

Tutorial on Xamarin Site

EDIT : Screenshot of reference screen

enter image description here

EDIT : Screenshot after adding System and System.Net

enter image description here

Edit : Screenshot with new errors

enter image description here

Upvotes: 0

Views: 943

Answers (1)

gmiley
gmiley

Reputation: 6604

It seems like you do not have all the needed assembly references. Simply follow the errors and add the references that it says it cannot resolve.

Upvotes: 1

Related Questions