PRB: Error Message: Data Report Component Could Not Be Loaded (318647)



The information in this article applies to:

  • Microsoft Visual Studio, Enterprise Edition 6.0

This article was previously published under Q318647

SYMPTOMS

When you start a Visual Basic 6.0 application that uses Data Report, you receive the following error message:
"Data Report component could not be loaded"
In addition, Data Report does not appear as an available component in the Components setup dialog box.

CAUSE

The file Msdbrpt.dll is not registered properly in the registry.

RESOLUTION

To register Msdbrpt.dll properly, follow these steps:
  1. Click Start, and then click Run.
  2. Type regsvr32 Msdbrpt.dll, and then click OK.

MORE INFORMATION

You may need to remove Msdbrpt.dll from the registry before you perform the steps in the "Resolution" section. To remove Msdbrpt.dll from the registry, follow these steps:
  1. Click Start, and then click Run.
  2. Type regsvr32 /u Msdbrpt.dll, and then click OK.

Modification Type:MinorLast Reviewed:8/15/2005
Keywords:kbprb KB318647