Go to Bottom

Registering Microsoft COM Controls used by the Order Manager

In this Topic: Show

Overview

The Order Manager relies on numerous ActiveX controls and DLLs to perform some complex functions. The program installer attempts to register these components automatically when the Order Manager is being installed.

If the user that is logged into the computer has the insufficient permissions to run the installer or the program installation process does not complete successfully, these files may not be registered correctly. In this instance, the user would receive an error message when attempting to open the Order Manager. The best solution would be to un-install and re-install the program to correct the error condition.

If, however, a Stone Edge Tech Support representative instructs the user to re-register a COM control used by the Order Manager, the steps are outlined below.

The steps outlined in this topic must be run as an Administrator for this process to execute successfully. How this is accomplished varies between the different versions of Windows.    

How to Register Components in an Windows XP Environment

  1. Click the Windows [Start] button and then select the [Run] utility.

Figure 1: Start button and Run utility

  1. Enter the command to un-register a given control in the Run screen, substituting the file name of the control for the string "xxxxxxxxxxxxxxx" in the following command syntax:

regsvr32.exe "c:\StoneEdge\xxxxxxxxxxxxxxx" /u

Figure 2: Windows XP Run screen with command to un-register the ctdate.ocx control

  1. Click [OK]. The system will notify the user of the outcome. As long as the file does exist, it can be acceptable if the system does not find the file and can therefore not un-register it. Double check the spelling of the file name just in case that might be the cause of the failure and re-execute the command. If there was no misspelling, then continue with the next step.   

  2. Enter the following command exactly as it appears below to register the file:
    For example, regsvr32.exe "c:\StoneEdge\ctdate.ocx"

  3. Click [OK]. If the registration is successful, the following message will be displayed:

:

Figure 3: Successful outcome of registering a control or .dll

  1. Click [OK].

  2. Repeat steps 3 through 8 for each control that needs to be re-registered.

How to Register Components in an Windows Vista or Windows 7 Environment

  1. Click the [Start] button.

Figure 4: MS Windows Vista Start button

  1. Select [All Programs], then [Accessories].

Figure 5: Select "All Programs" and "Accessories"

  1. Right-click on [Command Prompt].

Figure 6: Select "Command Prompt"

  1. Click on [Run as Administrator].

Figure 7: Select "Run as Administrator"

  1. Click [Continue] when prompted.

Figure 8: User Account Control screen

  1. Enter the command,  regsvr32.exe "c:\StoneEdge\xxxxxxxxxxxxxxx" /u , at the command line, where "xxxxxxxxxxxxxxx" is the name of the control or DLL to be un-registered.

Figure 9: Administrator: Command Prompt screen

  1. Then execute the command, regsvr32.exe "c:\StoneEdge\xxxxxxxxxxxxxxx" ,  to register the control or DLL.

 

Created: 3/23/11

Go to Top

Go to Top