The program has exited with code 0 (0x0)

  • Thread starter Thread starter wsblack
  • Start date Start date
W

wsblack

Guest
I've started programming a VB.net app from scratch. I just threw together a form and a button and wanted to see it but when I start the program, it immediately exits without me closing the window. Below is the output of the debug window:


'BacktestingEngine.exe' (CLR v4.0.30319: DefaultDomain): 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.
'BacktestingEngine.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\wsbla\OneDrive\Trading\BacktestingEngine\bin\Debug\BacktestingEngine.exe'. Symbols loaded.
'BacktestingEngine.exe' (CLR v4.0.30319: BacktestingEngine.exe): 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.
'BacktestingEngine.exe' (CLR v4.0.30319: BacktestingEngine.exe): 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.
'BacktestingEngine.exe' (CLR v4.0.30319: BacktestingEngine.exe): 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.
The program '[3100] BacktestingEngine.exe' has exited with code 0 (0x0).

Continue reading...
 
Back
Top