Administration

2
Rich32.txt 1 down vote Did the following and seems to have worked. Aperently, I had to run CMD in Administrator Mode, even though I am a local administrator. (1) First, you must perform this on EVERY computer that has 2010 (2) Copy RichTx32.ocx to the following directory: C:\Windows\SysWoW64 (3) Click the Windows 7 Start Button and in the Search area, type "command" (4) The search will bring up a number of items, including "Command Prompt" at the top (5) Right click the "Command Prompt" banner, and select "Run as Administrator" (6) At the command prompt, enter: %systemroot%\SysWoW64\regsvr32.exe RichTx32.ocx (7) This should successfully register your OCX. Thanks to: Rich Locus Logicwurks, LLC www.logicwurks.com The file needs to be in the c:\windows\syswow64 folder You need to run the regserver as Administrator and that doees not mean from an Adminsitrator account. Locate the command prompt in Windows > Start > Accessories. Right click and select the option to run as administrator. The command windows will say Adminstrator Command prompt in its title bar. Then at the prompt type regsvr32 c:\windows\syswow32\richtx32.ocx Symptom The full error message is: An internal error occurred: Error Number: 339 Error Description: Component 'richtx32.ocx' or one of its dependencies is not correctly registered: A file is missing or invalid. RqDatatoreGUI.Application::LaunchProjectOpen_->RqDatastoreGUI Cause This error is the direct result of the richtx32.ocx being corrupt or not being properly registered. Resolving the problem To resolve this issue, unregister the richtx32.ocx file, replace it with the file attached to this technote, and register the new file. Follow these steps to do this: Close RequisitePro Page 1

description

Demystifying IT

Transcript of Administration

Page 1: Administration

Rich32.txt

1 down vote

Did the following and seems to have worked. Aperently, I had to run CMD in

Administrator Mode, even though I am a local administrator.

(1) First, you must perform this on EVERY computer that has 2010

(2) Copy RichTx32.ocx to the following directory: C:\Windows\SysWoW64

(3) Click the Windows 7 Start Button and in the Search area, type "command"

(4) The search will bring up a number of items, including "Command Prompt" at the

top

(5) Right click the "Command Prompt" banner, and select "Run as Administrator"

(6) At the command prompt, enter: %systemroot%\SysWoW64\regsvr32.exe RichTx32.ocx

(7) This should successfully register your OCX.

Thanks to:

Rich Locus Logicwurks, LLC www.logicwurks.com

The file needs to be in the c:\windows\syswow64 folder

You need to run the regserver as Administrator and that doees not mean from an

Adminsitrator account. Locate the command prompt in Windows > Start > Accessories.

Right click and select the option to run as administrator. The command windows will

say Adminstrator Command prompt in its title bar. Then at the prompt type

regsvr32 c:\windows\syswow32\richtx32.ocx

Symptom

The full error message is:

An internal error occurred:

Error Number: 339

Error Description: Component 'richtx32.ocx' or one of its dependencies is not

correctly registered:

A file is missing or invalid.

RqDatatoreGUI.Application::LaunchProjectOpen_->RqDatastoreGUI

Cause

This error is the direct result of the richtx32.ocx being corrupt or not being

properly registered.

Resolving the problem

To resolve this issue, unregister the richtx32.ocx file, replace it with the file

attached to this technote, and register the new file.

Follow these steps to do this:

Close RequisitePro

Page 1

Page 2: Administration

Rich32.txt

Search on the system for any instances of richtx32.ocx

Open a command prompt by selecting, Start > Run..., typing cmd and clicking OK

Change directories to the directory which the richtx32.ocx resides (in

Microsoft® Windows® 2000 this would be C:\WINNT\system32) and enter the following

command to unregister the file:

regsvr32 -u richtx32.ocx

When the DllUnregisterServer in richtx32.ocx succeeded message appears, click

OK, rename the existing richtx32.ocx through Windows Explorer and any other

instances found on the system.

Download the richtx32.ocx file attached to this technote and save it into the

following directory:

C:\WINNT\system32

Enter the following command at the command prompt to register the richtx32.ocx

file:

regsvr32 richtx32.ocx

Once the DllRegisterServer in richtx32.ocx succeeded message appears, click OK

The problem should now be resolved and you should be able to open RequisitePro or

the project.

Fix for RICHTX32.OCX Component Error When Running a Program

© Ramesh Srinivasan | Windows Vista, Windows XP | 22nd July 2008

When you run an application which was created in Visual Basic 6.0, the following

error message may occur and the program terminates.

Component ‘RICHTX32.OCX’ or one of its dependencies not correctly registered: a file

is missing or invalid.

This happens if the program uses Rich TextBox ActiveX Control (RichTx32.ocx), but

does not include the ActiveX file in the setup package.

To resolve the problem, download RichTx32.zip. Unzip the archive and extract the

file RichTx32.ocx to the Windows\System32 folder.

Note that the VB6 run-time distribution package from Microsoft does not include the

RichTx32.ocx ActiveX Control.

Registering the OCX file

If you still receive the error, register the RichTx32.ocx module using the following

command (from Start, Run dialog):

regsvr32.exe %systemroot%\system32\RICHTX32.OCX

You should see the message DllRegisterServer in C:\WINDOWS\system32\RICHTX32.OCX

succeeded. after running the above command.

Page 2