Hi
when I am start my debugging the cmd open and close immediately without showing the output of my design form.
It show the program has exited with 0 code like this:
'ConsoleApp1.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.
'ConsoleApp1.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Users\Venky\source\repos\ConsoleApp1\bin\Debug\ConsoleApp1.exe'. Symbols loaded.
The program '[13592] ConsoleApp1.exe' has exited with code 0 (0x0).
I don't know what mistake I have made. pls anyone tell me what to do for this.