+ 2
How to remove run time error
2 Respostas
+ 18
Runtime error: An error that occurs during the execution of a program. In contrast, compile-time errors occur while a program is being compiled. Runtime errors indicate bugs in the program or problems that the designers had anticipated but could do nothing about. For example, running out of memory will often cause a runtime error.
[http://www.webopedia.com/TERM/R/runtime_error.html]
After knowing that what runtime error is, you've got to share with us a specific error code. For example, see the following link.
[https://social.technet.microsoft.com/Forums/windows/en-US/b5d10db8-2980-4fe6-81e0-f232eab4037a/need-fix-for-microsoft-visual-c-runtime-library-runtime-error?forum=itprovistaapps]
or
[https://support.microsoft.com/en-gb/help/259279/error-message-runtime-error-216]
+ 1
anybody please answer me