Run-time Error 339 with VB6

Asked By 0 points N/A Posted on -
qa-featured

I used tinumb8.ocs with Visual Basic 6.0 software. I packed it through Setup Factory and send it to one of our clients. But she is encountering a Run-time error 339. How can we able to cope with it? Help needed please! Thanks.

Costing

Run-time error ‘339’:

Component ‘tinumb8.ocx’ or one of its dependencies not correctly registered: a file is missing or invalid

SHARE
Answered By 55 points N/A #124799

Run-time Error 339 with VB6

qa-featured

1st Step:

  • Delete the duzocox32.ocx file that you have in your computer. The reason that we have to delete it is that it is associated with the dunzip32.dll which is the main problem you are experiencing.
  • Go to Start button and click Run
  • On the Open prompt box, key-in regsvr32-u duzocx32.ocx then Enter. The registry entry will then be disabled
  • Locate the duzocx32.ocx and delete it.

2nd Step:

  • You need to repair this file by downloading the correct one from the internet
  • Follow this link here and then unzip the file
  • Locate the file in C:/windows/system32 folder
  • The old file must be replaced with the newly downloaded file
  • Go to Start menu and type cmd. Key-in regsvr32 duzocx32.ocx and then Enter. This will enable the file in the registries.

3rd Step:

  • Go to filehippo.com and download the latest version of Ccleaner. This software will clean the registries from your computer and you just need to download and install the software.

Related Questions