|
Home > Archive > MS SQL Server > October 2006 > xpsmtp80.dll on 64 bit.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
xpsmtp80.dll on 64 bit.
|
|
| Ranga 2006-10-31, 12:15 am |
| 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
| |
| MGeles 2006-10-31, 12:15 am |
| 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:
> 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
| |
| Tibor Karaszi 2006-10-31, 7:12 pm |
| AFAIK, 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...[color=darkred]
> 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:
>
|
|
|
|
|