MOD2000: Code Librarian Repeats Error Messages After You Click Add New Code or Delete Code Button
ID: Q236553
|
The information in this article applies to:
-
Microsoft Office 2000 Developer
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
In the Code Librarian, if you click the Add New Code or Delete Code toolbar button and there is no database open, you may receive the following error message:
Code Librarian Assert:
Module:modMain
Sub:AddSubNodes
Err:3709
Error:The application requested an operation on an object with a reference to a closed or invalid Connection object.
When you click OK, you continue to receive the following two errors messages:
Code Librarian Assert:
Module:modMain
Sub:AddSubNodes
Err:3704
Error:The operation requested by the application is not allowed if the object is closed.
-and-
Code Librarian Assert:
Module:modMain
Sub:AddSubNodes
Err:3265
Error:ADO could not find the object in the collection corresponding to the name or ordinal reference requested by the application.
RESOLUTION
If you receive the error messages described in the "Symptoms" section, you must force the Code Librarian to quit. To do so, follow these steps:
-
In Windows 95 or Windows 98, press CTRL+ALT+DEL to open the Close Program dialog box.
In Microsoft Windows NT, press CTRL+ALT+DEL, and then click Task Manager.
-
Click Code Librarian, and then click End Task.
NOTE: In Windows NT, you must click the Applications tab to do this.
-
If you have any projects open, save your changes, and close the Visual Basic Editor. Also, quit the application in which you were using the Visual Basic Editor.
-
Reopen your projects and reopen the Code Librarian.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article.
MORE INFORMATIONSteps to Reproduce Behavior
- Open any Office 2000 program that uses the Visual Basic Editor, and then press ALT+F11.
- On the Add-ins menu, if you see Code Librarian, skip to step 5.
- On the Add-ins menu, click Add-in Manager.
- Click Code Librarian, and then under Load Behavior, click to select the Loaded/Unloaded check box. Click OK.
- On the Add-ins menu, click Code Librarian.
- If there are no open code database on the File menu, click Open. Click the Codelib.mdb file, and then click Open.
- Select any category that has sample code.
- On the File menu, click Close.
- Click the Delete Code toolbar button.
Note that you receive the error messages mentioned in the "Symptoms" section.
Additional query words:
pra
Keywords : kbdta modCodeLib
Version : :
Platform : WINDOWS
Issue type : kbbug
|