Runtime Error Message Box

  • Thread starter Thread starter Michael Sanders
  • Start date Start date
M

Michael Sanders

I've disabled script debugging in the advanced options and
I still receive "Runtime Error" Messages. Can anybody tell
me if I have overlooked something and what it is that I
should do to prevent theses messages from appearing, since
it is counter-productive to debug. My OS is Millenium
Edition. Thanks
 
Hi Michael :-)

Try the following and see if it helps:

C++ Runtime Errors and Libraries Problem

You may be having a conflict with msvcrt.dll (or one of its variants),
perhaps maybe mfc.dll

msvcrt.dll = Microsoft Visual C++ Runtime library
mfc.dll = Microsoft Foundation Classes

You could replace or install the runtime files.
Download the msvcrtXX.dll files here:
http://www.freewarefiles.com/category/library2.htm

also............

Standard C++ Library Frequently Asked Questions
http://support.microsoft.com/defaul...port/kb/articles/Q154/4/19.ASP&NoWebContent=1

or............

Run Time Errors - Courtesy of Henri Leboeuf:

First go to IE | Tools | Internet Options | Advanced...scroll down and
check the box next to "Disable script debugging" and uncheck "Display a
notification about every script error."

or ...............

Common script errors messages can be eliminated by Clicking:
1. Open Internet Explorer.
2. On the Tools menu, click Internet Options. 3. In the Internet Options
dialog box, click Advanced.
4. Click to select the Disable script debugging check box.
5. Click to clear the Display a notification about every script error check
box.
6. Click OK.
--
Get this if still no joy:
Microsoft's Scripting download
Get the latest. Two download versions are available for Windows Script 5.6.
The first version requires Windows 2000, XP; the second version requires
Microsoft Windows 98, Millenium Edition (Me), or NT 4.0.
Choose the download appropriate for your operating system.
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

or......

Microsoft Visual C++ Runtime Library (Runtime errors)

Here is information on this Library:
http://www.david-taylor.myby.co.uk/software/runtime.html
Scroll down toward the bottom of the page and it will explain what this is
and offer downloads for updates.


If these steps do not resolve your problem, please post back to this thread
with the details and any error messages.

Hope this helps

Jan :)
Smiles are meant to be shared,
that's why they're so contagious.

Please reply to the newsgroup so others may benefit.

How to make a good newsgroup post:
http://www.dts-l.org/goodpost.htm
 
Back
Top