Errors Occur When You Try to Build DWSchema Project (310941)



The information in this article applies to:

  • Microsoft Commerce Server 2000

This article was previously published under Q310941

SYMPTOMS

When you try to build the DWSchema project, you may receive the following error messages:
Errors during load. Refer to 'C:\Program Files\Microsoft Commerce Server\SDK\Samples\Business Analytics\Schema Tool\frmMain.log' for details
Errors during load. Refer to 'C:\Program Files\Microsoft Commerce Server\SDK\Samples\Business Analytics\Schema Tool\frmSplash.log' for details
Errors during load. Refer to 'C:\Program Files\Microsoft Commerce Server\SDK\Samples\Business Analytics\Schema Tool\frmAbout.log' for details

If you view these files, you see the following errors:
  • frmMain.log
    Line 10: Property Icon in frmMain had an invalid file reference.
    Line 28: Property Picture in ListImage1 had an invalid file reference.
    Line 134: Property Picture in ListImage1 had an invalid file reference.
  • frmSplash.log
    Line 27: Property Picture in picLogo had an invalid file reference.
  • frmAbout.log
    Line 38: Property Picture in picLogo had an invalid file reference.

CAUSE

The following resource files for the project are missing:
  • frmAbout.frx
  • frmMain.frx
  • frmSplash.frx

RESOLUTION

To work around this problem, follow these steps:
  1. In Microsoft Visual Studio, open the DWSchema.vbp project.
  2. In Project Explorer, open frmMain, frmSplash, and frmAbout.
  3. Save the project, and then select frmMain.frm, frmSplash.frm, and frmAbout.frm to overwrite these files.
You can now build DWSchema.exe with no errors.

STATUS

Microsoft has confirmed that this is a problem in Microsoft Commerce Server 2000.

MORE INFORMATION

This is only a warning that occurs when you build DWSchema.exe from the DWSchema project files. Visual Studio still builds the application and it executes without error.

Modification Type:MajorLast Reviewed:9/9/2002
Keywords:kbbug KB310941