Reputation: 1742
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.
EDIT : Screenshot of reference screen
EDIT : Screenshot after adding System and System.Net
Edit : Screenshot with new errors
Upvotes: 0
Views: 943
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