BUG: Cannot Find Crxlat16.dll When Running Setup Wizard (142386)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
This article was previously published under Q142386 SYMPTOMS
When the Setup Wizard is used with a project that contains the Crystal
Reports custom control (Crystl16.ocx), the Setup Wizard prompts for the
user to locate Crxlat16.dll. This DLL is not on the system. The file
\Windows\system\crxlate.dll should be used instead.
STATUS
Microsoft has confirmed this to be an issue in the products listed above.
We are researching this problem and will post new information here in the
Microsoft Knowledge Base.
WORKAROUND
The file Crxlat16.dll was incorrectly placed in the list of files required
by Crystal Reports in Swdepend.ini. To avoid the Setup Wizard asking for
this file, open up \Windows\swdepend.ini in Notepad. Locate the
[CRYSTL16.OCX] section, and modify the following line:
Uses2=CRXLAT16.DLL
to:
Uses2=CRXLATE.DLL
Save Swdepend.ini, and Setup Wizard will not prompt for the file again. Now
locate the same line in \Vb\setupwiz\kitfiles\sw16tmpl.ini and modify it in
the same manner as above.
Steps-to-Reproduce- Start a new project. Form1 is created by default.
- Choose Tools...Custom Controls from the menu, and select the Crystal
Reports custom control.
- The Crystal Reports controls should now be visible in the Toolbox. Place
this control on Form1.
- Save the project and form as Project1.vbp and Form1.frm in the vb
directory.
- Run the Setup Wizard. When prompted for the project file in step 1 of
the Setup Wizard, select Project1.vbp in the vb directory. Choose Next
for steps 2-6 in the Setup Wizard, accepting the defaults.
Upon reaching step 6, the Setup Wizard prompts you to locate Crxlat16.dll.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbbug KB142386 |
---|
|