Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesHello, I installed SMTP mail dll in the 64 bit SQL server. This is error message I got when I try to send mail… Do I need different DLL for 64 bit server? ODBC: Msg 0, Level 16, State 1 Cannot load the DLL xpsmtp80.dll, or one of the DLLs it references. Reason: 193(error not found). Thanks, Ranga
Post Follow-up to this messageDid you try reregistering the dll? open a cmd and go to the directory that has the .dll and run this: regsvr32 xpsmtp80.dll I did not experience a problem with sql server, but I did have a similar problem with another application that reregistering fixed. -- MG "Ranga" wrote: > Hello, > I installed SMTP mail dll in the 64 bit SQL server. This is error message I > got when I try to send mail… Do I need different DLL for 64 bit server? > > ODBC: Msg 0, Level 16, State 1 > Cannot load the DLL xpsmtp80.dll, or one of the DLLs it references. Reason : > 193(error not found). > > Thanks, > Ranga
Post Follow-up to this messageAFAIK, xp_smtp80.dll is *not* a com DLL, so no registration should be needed . -- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp http://www. solidqualitylearning .com/ "MGeles" <michael.geles@thomson.com> wrote in message news:E3153CDA-59E3-465B-AC5E- 5138DB23613E@microso ft.com... > Did you try reregistering the dll? > > open a cmd and go to the directory that has the .dll and run this: > > regsvr32 xpsmtp80.dll > > I did not experience a problem with sql server, but I did have a similar > problem with another application that reregistering fixed. > -- > MG > > > "Ranga" wrote: >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread