Search code examples
c#debuggingdatagridscreentaskbar

debugging: The application does not display


I just debugged my latest application, which reads content of txt files and shows them in a DataGrid. Unfortunately, if I debug my script, it is just shown in the Windows Taskbar with the preview of the application, but it does not display on screen. I cannot see it. Can you tell me why?

It is the only application. All my other applications work well.

EDIT: I use own settings for displaying my window. The window position was set to -32000 and -32000. That was my fault. Thank you!


Solution

  • Did you set your forms WindowsState to Minimized , maybe ?
    If so change it back to Normal and it will show up.