Â
Suddenly I am getting this error message when I run the program.
Please refer to the screenshot
Any reason for this error, help or hints in the right direction would be very helpful.
Application Launch Error
The application launched has timed out
The application launched has timed out
Watssup Theresamjmickens, I believe I will be able to help you solve your question, the main cause of that problem is that the Real Studio is usually 32-bit and you try to run it in a 64-bit system. It will therefore result in the error you see since the 64-bit also allows 32bit applications to run but have error in compiling.
You may try running a WE app on a 64-bit server, it will automatically add the 32-bit packages.
Look for the process 'DebugMyProgram.exe'Â and kill it
Rerun your program and it should work well
Â
I hope this solves your query
Â
Thanks