P
Pascal Frey
Hi,
I just wrote a small simple C# application with a small gui. I was testing
the application continous on my development system. Now i tried to let it
run on another system but it doesn't.
On my system, i start the appl.exe file and the gui appears. there are 4
threads running as the taskmanager shows me. then i click on the start
button and the application starts reading data from a mysql database. the
thread count is going up to 5 and when the connection to the mysql server
happens it goes up to 12. and everything is working normally
On the system on that the application should run i start the appl.exe file.
the gui appaers also with a thread count of 4 in the taskmanager. the the
click on the same button. the thread count goes up to 5 for a short time and
returns to 4. nothing happens anymore. the gui is not frozen, so i can move
it around and so on. some text messages telling me, that the application is
stopping somewhere when it should create a normal object (like Client c =
new Client() ).... What's wrong? Where do i have to search for the problem?
What is the problem?
Thanks for any idea and help
Greetz,
Pascal
I just wrote a small simple C# application with a small gui. I was testing
the application continous on my development system. Now i tried to let it
run on another system but it doesn't.
On my system, i start the appl.exe file and the gui appears. there are 4
threads running as the taskmanager shows me. then i click on the start
button and the application starts reading data from a mysql database. the
thread count is going up to 5 and when the connection to the mysql server
happens it goes up to 12. and everything is working normally

On the system on that the application should run i start the appl.exe file.
the gui appaers also with a thread count of 4 in the taskmanager. the the
click on the same button. the thread count goes up to 5 for a short time and
returns to 4. nothing happens anymore. the gui is not frozen, so i can move
it around and so on. some text messages telling me, that the application is
stopping somewhere when it should create a normal object (like Client c =
new Client() ).... What's wrong? Where do i have to search for the problem?
What is the problem?
Thanks for any idea and help
Greetz,
Pascal