J
Jens Burup
Hi
I have a large App VS2003, that have started a very funny behaviar.
Suddenly without changes in the code, when starting run(F5) the compiller
starts doing its job,
but then the program stops before screen form shows up, and whith no
exceptions or errors thrown.
In the Debug output I can see the normal loading information and at the end
only this:
The program'[3088] myAPP.exe' has exited with code 0 (0x0)
I can trace the last line to be:
Public sub Main
Application.Run(New frmStart)
end sub
(This is my Startup object)
I am 100% sure there is no code or breakpoints that stops the program.
Now an even more strange things is, if I rename my app folder like Myapp to
MyApp1 then everything works normal again.
Is it posible this description could trick any hint where I should look?
Regards
Jens
I have a large App VS2003, that have started a very funny behaviar.
Suddenly without changes in the code, when starting run(F5) the compiller
starts doing its job,
but then the program stops before screen form shows up, and whith no
exceptions or errors thrown.
In the Debug output I can see the normal loading information and at the end
only this:
The program'[3088] myAPP.exe' has exited with code 0 (0x0)
I can trace the last line to be:
Public sub Main
Application.Run(New frmStart)
end sub
(This is my Startup object)
I am 100% sure there is no code or breakpoints that stops the program.
Now an even more strange things is, if I rename my app folder like Myapp to
MyApp1 then everything works normal again.
Is it posible this description could trick any hint where I should look?
Regards
Jens