Skip to content

Instantly share code, notes, and snippets.

@BenBeckley
Created October 12, 2016 19:49
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 BenBeckley/43105e8c4b5a7eea85271ab86e64777b to your computer and use it in GitHub Desktop.
Save BenBeckley/43105e8c4b5a7eea85271ab86e64777b to your computer and use it in GitHub Desktop.
Error CS0103 The name 'InitializeComponent' does not exist in the current context App1 c:\users\xamarinqa\documents\visual studio 2015\Projects\App1\App1\App1\App.xaml.cs 14 Active
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. App1 1 Active
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. App1.Droid 1 Active
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. App1.iOS 1 Active
Warning The "XamlCTask" task failed unexpectedly.
System.IO.FileNotFoundException: Could not find file 'c:\users\xamarinqa\documents\visual studio 2015\Projects\App1\App1\App1.iOS\obj\iPhone\Debug\App1iOS.exe'.
File name: 'c:\users\xamarinqa\documents\visual studio 2015\Projects\App1\App1\App1.iOS\obj\iPhone\Debug\App1iOS.exe'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at Mono.Cecil.ModuleDefinition.GetFileStream(String fileName, FileMode mode, FileAccess access, FileShare share)
at Mono.Cecil.ModuleDefinition.ReadModule(String fileName, ReaderParameters parameters)
at Xamarin.Forms.Build.Tasks.XamlCTask.Compile()
at Xamarin.Forms.Build.Tasks.XamlCTask.Execute()
at Microsoft.Build.Framework.ITask.Execute()
at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext() App1.iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment