After performing the Client installation, the references to the D3 Object in the Visual Basic application modules are not automatically updated. As a result, all Visual Basic application references to the D3 Class Library must be removed from the application and recreated to complete the Client setup.
NOTE |
We recommend using Visual Basic 6 to recreate the application references by recompiling any modules. |
To restore the Visual Basic application modules:
Open Visual Basic 6.
Select References from the Project menu.
Locate the entry Missing from the References list and clear the check box.
Locate the entry TigerLogic D3 Class Library In-Process Server from the References list and select the check box, then click OK.
The Visual Basic application modules are restored.
See Also