Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-12-02 : 08:19:39
|
| Andrew writes "I'm trying to create a SQL-DMO Install Shield object. I have included all of the SQL-DMO required files as listed in the redist.txt files located on the SQL Server 2000 installation CD.The files are as follows:sqldmo.dll - version 2000.80.194sqldmo.rll - version 2000.80.194sqlsvc.dll - version 2000.80.194sqlsvc.rll - version 2000.80.194sqlunirl.dll - version 2000.80.194w95scm.dll - version 2000.80.194sqlresld.dll - version 2000.80.194The problem I am having is that I can't get the sqldmo.dll to self-register during the install. The error I get is 'The following file failed to self-register sqldmo.dll: The operating system cannot run %1.'I try to register the file after the install using regsvr32.exe, and no message is returned and there is no sqldmo.dll registry entry. I'm installing the application on a Windows 2000 machine with no Service packs installed. Also the actual application uses Microsoft Active X Data Objects 2.5 (MDAC 2.5, it's a VB 6 application'" |
|
|
|
|
|