Article ID: 260369 - Last Review: January 11, 2001 - Revision: 1.0 PRB: Error Message 3633 "Can't Load DLL '?????L?' " When Running Deployed ApplicationThis article was previously published under Q260369 SYMPTOMS
When you deploy an application that uses the CreateWorkspace method to create an Open Database Connectivity (ODBC) WorkSpace, the application raises one of the following errors:
Run-time Error '3633' Can't load DLL "?????L?"
-or-
Run-time Error '3633' Can't load DLL "MSRDO20.DLL"
CAUSE
When the call to CreateWorkspace creates an ODBC WorkSpace, it uses
ODBCDirect, which is dependent on the Remote Data Objects (RDO) Msrdo20.dll file. Because there is no actual Reference to ODBCDirect in the project (just the type of call that is made in code), the Package & Deployment Wizard (PDW) does not know to include the Msrdo20.dll file.
RESOLUTION
Add the Msrdo20.dll file to the Package. There are two different methods to accomplish this when running the PDW:
STATUS
This behavior is by design.
| Article Translations
|
Back to the top
