Tag Archives: runtime error
Runtime Error – Why It Happens and How to Fix It
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
Runtime is the period of time in which a computer program begins and ends. A runtime error is an error which occurs during this time i.e. whilst the application is operating.
There can be many reasons as to why a runtime error occurs and it’s usually possible to recover from them unlike when a system [...]
Continue Reading
How To Fix Runtime Errors
Posted on 17. Dec, 2008 by Jason Biddle, MSCE Certified Tech.
What is “Runtime”?
Runtime is a term used in computer jargon which can be explained as the processes an application will execute or run from the time the program is opened until it is closed down. A runtime error is a problem which occurs during this time and is caused by a flaw in the programming [...]

