hi all. i'm new to simconnect, but have been programing dot net for a while. i'm running FSX SP2 and SDK SP2 (installed SP1a first) on Windows XP SP2 with VS2005 SP1.
i can't get any of the managed code samples to debug. they build fine, but i get this in the output window when trying to debug by pressing F5:
i can run the release builds of these samples, but they are very unstable. i can start FSX, run the release build, and the samples will connect to FSX and do what they're supposed to do. however, if i click on the window of the sample app after it's started receiving data, it immediately crashes without an error message. has anyone seen this before? any advice?
thanks,
ben
i can't get any of the managed code samples to debug. they build fine, but i get this in the output window when trying to debug by pressing F5:
Code:
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualStudio.HostingProcess.Utilities.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualStudio.HostingProcess.Utilities.Sync\8.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.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\Samples\Managed System Event\Managed System Event\bin\x86\Debug\Managed System Event.vshost.exe', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\Microsoft.FlightSimulator.SimConnect\10.0.61259.0__31bf3856ad364e35\Microsoft.FlightSimulator.SimConnect.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Deployment\2.0.0.0__b03f5f7f11d50a3a\System.Deployment.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The thread 0x3c8 has exited with code 0 (0x0).
The thread 0xc14 has exited with code 0 (0x0).
'Managed System Event.vshost.exe' (Managed): Loaded 'C:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Core Utilities Kit\SimConnect SDK\Samples\Managed System Event\Managed System Event\bin\x86\Debug\Managed System Event.exe', Symbols loaded.
The program '[2548] Managed System Event.vshost.exe: Managed' has exited with code -1073741784 (0xc0000028).
i can run the release builds of these samples, but they are very unstable. i can start FSX, run the release build, and the samples will connect to FSX and do what they're supposed to do. however, if i click on the window of the sample app after it's started receiving data, it immediately crashes without an error message. has anyone seen this before? any advice?
thanks,
ben



