I just finished a small project. In Visual Studio, I chose the "Release" option to compile and run. I ran some tests and the application ran normal.
One of the processes run by the application takes about ten minutes to run on my PC. During the execution of this process the graphical interface is frozen. So far so good. The process runs normally and the output is as expected.
The problem is when I run the application directly from your local ("Release" folder). When I click on the button that performs the above referenced process, the interface freezes as expected, but if by chance I click the mouse over any part of the interface the program enters the "Not responding" state and hangs.
The problem only happens if I start execution other than from Visual Studio.
Does anyone know how to solve this problem?