Skip to content

Instantly share code, notes, and snippets.

@AkhileshKumar01
Created October 3, 2013 07:07
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 AkhileshKumar01/20a5aaa9692c3818419f to your computer and use it in GitHub Desktop.
Save AkhileshKumar01/20a5aaa9692c3818419f to your computer and use it in GitHub Desktop.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\mscorlib\v4.0_4.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\assembly\GAC_MSIL\Microsoft.VisualStudio.Debugger.Runtime\10.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.Debugger.Runtime.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'c:\users\administrator\documents\visual studio 2010\Projects\HelloWorld_App32\HelloWorld_App32\bin\iPhoneSimulator\Debug\HelloWorld_App32.vshost.exe', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 'vshost.NotifyLoad' (0x14a0) has exited with code 0 (0x0).
The thread '<No Name>' (0x1718) has exited with code 0 (0x0).
The thread 'vshost.LoadReference' (0x13e4) has exited with code 0 (0x0).
'HelloWorld_App32.vshost.exe' (Managed (v4.0.30319)): Loaded 'c:\users\administrator\documents\visual studio 2010\Projects\HelloWorld_App32\HelloWorld_App32\bin\iPhoneSimulator\Debug\HelloWorld_App32.exe', Symbols loaded.
Getting device...
Debugging session ended.
There was an unhandled exception trying to deploy and run your application.
System.ArgumentNullException: Value cannot be null.
Parameter name: messageText
at Mono.IOS.VisualStudio.Utilities.ErrorTaskHelper.AddTaskError(String messageText, TaskErrorCategory category)
at Mono.IOS.VisualStudio.MonoTouchFlavoredProject.TryGetDevice(MonoTouchDevice& device, IVsOutputWindowPane outputPane)
at Mono.IOS.VisualStudio.MonoTouchFlavoredProject.DoDebugLaunch(VSBuildServerClient server, __VSDBGLAUNCHFLAGS grfLaunch)Debugging session ended.
The program '[5288] HelloWorld_App32.vshost.exe: Program Trace' has exited with code 0 (0x0).
The program '[5288] HelloWorld_App32.vshost.exe: Managed (v4.0.30319)' has exited with code 0 (0x0).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment