BUG: CtlPlus Sample Fails to Load (191551)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q191551 SYMPTOMS
When trying to load the Visual Basic CtlPlus sample that ships with Visual
Basic 6.0 you receive the following error:
<Path to CtlPlus.vbg>\CtlPlus.ocx could not be loaded- Continue Loading
Project?
CAUSE
The Ctlplus.vbp and the Testctlp.vbp project files reference the built
version of the Ctlplus.ocx file. However, the sample does not come with a
built copy of the Ctlplus.ocx file.
RESOLUTION
Make the following changes to the Ctlplus.vpb and Testctlp.vbp files. Note
that the Read Only attribute must be cleared on these files first. - Open the Ctlplus.vbp file in a text editor like Notepad.
- Remove the "CompatibleEXE32=CtlPlus.OCX" line from the .vbp file.
- Save and close the file.
- Open the Testctlp.vpb file in a text editor like Notepad.
- Modify the Object reference line to be the following:
Object=*\ACtlPlus.vbp
instead of
Object={782B8EDB-9338-11D1-B06B-00DD01144174}#1.0#0; CtlPlus.ocx
- Save and close the file. It now opens without giving an error.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this bug and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
Modification Type: | Minor | Last Reviewed: | 4/22/2003 |
---|
Keywords: | kbBug kbpending KB191551 |
---|
|