Skip to content

Instantly share code, notes, and snippets.

@GLjackyvaswani
Created April 20, 2017 07:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GLjackyvaswani/223b9eceb02e062733426daeaad753d4 to your computer and use it in GitHub Desktop.
Save GLjackyvaswani/223b9eceb02e062733426daeaad753d4 to your computer and use it in GitHub Desktop.
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 3 Active
Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 1 Active
Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 2 Active
Error CS0246 The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 4 Active
Error CS0246 The type or namespace name 'Xamarin' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 6 Active
Error CS0246 The type or namespace name 'Application' could not be found (are you missing a using directive or an assembly reference?) CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 10 Active
Error CS0518 Predefined type 'System.Void' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 12 Active
Error CS0518 Predefined type 'System.Void' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 19 Active
Error CS0115 'App.OnStart()': no suitable method found to override CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 19 Active
Error CS0518 Predefined type 'System.Void' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 24 Active
Error CS0115 'App.OnSleep()': no suitable method found to override CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 24 Active
Error CS0518 Predefined type 'System.Void' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 29 Active
Error CS0115 'App.OnResume()': no suitable method found to override CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 29 Active
Error CS0518 Predefined type 'System.Object' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 14 Active
Error CS0103 The name 'InitializeComponent' does not exist in the current context CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 14 Active
Error CS0518 Predefined type 'System.Object' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 16 Active
Error CS0118 'MainPage' is a type but is used like a variable CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 16 Active
Error CS0518 Predefined type 'System.Object' is not defined or imported CrossPlatSharedNew.UWP c:\users\user\documents\visual studio 2017\Projects\CrossPlatSharedNew\CrossPlatSharedNew\CrossPlatSharedNew\App.xaml.cs 16 Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment