22 Nov
2009

3 Things You Can Do To Fix Runtime Error 6

Posted by Kat

Runtime error 6 is a Visual Basic error.  It is rare to get it very often.  If you see it pop up very much, there is probably a problem.  Here are two solutions to fix runtime error 6 (and one uber-solution to help keep this and other errors from ever showing up).

Clear out your temporary files.

An overloaded temp folder or directory can not only give you lots of runtime errors, it can also massively slow down your computer in general.

Some people think that just clearing out the temp files and cache on their browsers, such as Firefox or Microsoft Internet Explorer, will get the job done.  While it’s true that we can pick up a great many temporary files with extended internet browsing, this isn’t the only source for a stuffed-full computer.

Your computer holds on to a variety of temporary files that can slow down your computer.  You can figure out which files these are for yourself and delete them yourself, one by one (they are all in the Temp folder, which is sometimes difficult to find).  Good registry cleaners and pc optimization software will also do this for you, without taking you all afternoon (usually it should take just a few minutes).

Update your Visual Basic runtimes.

Runtimes are basically shortcut files that a program uses to run on your computer.  Windows doesn’t directly read most programs’ languages in order to operate them.  Instead, a special program called a compiler translates the program’s language into something useable by Windows.

Runtime files act as shortcuts to help in this process.  They keep the compiler from having to translate everything from the program into Window’s language, which helps programs run faster and take up less space.

Problems occur when this database has a mistake in it for whatever reason.  Since runtime error 6 is a Visual Basic file, you can often fix it by updating its runtimes at Microsoft’s site.  Just go to the “Downloads A-Z” section and click on “V”, then scroll down and find Visual Basic.

Unfortunately, this doesn’t prevent a problem from happening in the future, and may not fix all of your runtime errors.

Scan your registry for problems and clutter.

Runtime .dll and .exe files are also part of the Windows registry (as are all executable and direct linking library files on any program that you run).  Even if your download from Microsoft fixed the problem this time, it may not fix the next one.

And it probably didn’t fix the problem’s cause in the first place.  The cause could be anything from a poorly written program, to a malicious or poorly-written file in your registry.  Get a free registry scan to fix runtime error 6 and any other errors you may have on your computer.

Re-Tweet This Post

Leave a Reply