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 |
|
cbrochhagen
Starting Member
5 Posts |
Posted - 2002-08-28 : 14:44:02
|
| I've created a VB application to execute a DTS package. The process works fine on my pc but when the end user attempts to run it they get an "ActiveX component can't create object" error message. I suspect this is happening because the end user does not have SQL Server 2000 installed on their PC and thus don't have the necessary DLL's. Does this sound right and if so what DLL's need to be registered? Thanks in advance for any and all help.Curt |
|
|
jasper_smith
SQL Server MVP & SQLTeam MVY
846 Posts |
Posted - 2002-08-28 : 15:18:14
|
| [url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&safe=off&selm=%23SIl1vOiAHA.1876%40tkmsftngp02[/url]HTHJasper Smith |
 |
|
|
cbrochhagen
Starting Member
5 Posts |
Posted - 2002-08-28 : 16:10:18
|
| Thanks for the help. I assume the DLL's go into C:\Program Files\Microsoft SQL Server\80\tools\binnand the RLL's go intoC:\Program Files\Microsoft SQL Server\80\tools\binn\Reources\1033. The only exception being sqlunirl.dll file which goes into winnt\system23.Does that sound correct? Thanks again.Curt |
 |
|
|
|
|
|