I just installed a completely new version of Visual Studio 2017. I tried to create a new cross-platform application using Xamarin.forms and I immediately got errors
Severity code Description Project file line suppression status Error CS0246 The type or name of the System namespace could not be found (do you miss the using directive or assembly references?) App1.UWP C: ... \ Visual Studio 2017 \ Projects \ App1 \ App1 \ App1 \ App. xaml.cs 1 Active
I'm not sure what to do. I tried restarting - these are the main things. I could not get to work. Does anyone know why I may not have access to something as simple as a system? It says that this is happening in the App1.UWP project
thank
source
share