Click to See Complete Forum and Search --> : CDO
October 4th, 1999, 05:09 PM
My ActiveX DLL using CDO is working in a VB client project but when I try to instantiate it in ASP as a server object on my PWS it throws the error "The information store could not be opened. [MAPI 1.0 - [MAPI_E_LOGON_FAILED(80040111)]]"
What could be wrong?
Neil
czimmerman
October 4th, 1999, 05:57 PM
According to what I've heard, CDO only works on NT Server 4.0 running IIS, with NT Service Pack 4 or above. In other words, it shouldn't work on PWS.
October 4th, 1999, 07:21 PM
So this means I can only test my COM DLL in asp running only on IIS 4.0?
Does this have anything to do with profile authentication?
Neil
czimmerman
October 4th, 1999, 07:49 PM
If you are using a COM .DLL why don't you "roll your own" SMTP sender. If you want one, see http://www.freevbcode.com/ShowCode.Asp?ID=109. This is a VB DLL I wrote. I have not tested it from an .ASP page, but is should work under PWS and any version of IIS.
One reason I did this is because of problems I;ve had with CDO. THe only time I've seen it work smoothly is under the conditions I described in the previous post.
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.