407-248-1481

QuoteWerks Knowledgebase Topic (Article ID 6444)

Vista - Manual DLL registration fails with error code 0x80040200

This information applies to :

Article ID
6444

Created/Updated
July 26, 2007

Category


Are you using the most current release of QuoteWerks?
Version 24.0 Build 2
Issue:

Vista - Manual DLL registration fails with error code 0x80040200


Cause:

Under some circumstances In Vista you must directly elevate the priveleges of regsvr32 at the time of performing a registration.


Solution:

1) Create batch file with your registration string.
For example:
regsvr32 C:\WINDOWS\system32\Codejock.ReportControl.v10.4.2.ocx

2) Right click on this bat file and choose Run As Administrator.



To create a batch file:

1) Click the Vista/Start Button

2) Type the following in the search/find box and press ENTER: notepad

3) Paste in the following line:
regsvr32 C:\WINDOWS\system32\Codejock.ReportControl.v10.4.2.ocx

4) File->Save

5) Choose *.* (All Files) from the drop down

6) Save the file onto the desktop as: reg.bat



New Search