Ask a Question related to ASP Components, Design and Development.
-
Shawn #1
ASP Error: A trappable error (6D007E) occurred in an external object
Hey guys,
I'm encountering this really persistent yet answer-less error message,
and I've
looked everywhere for info, but most of the other guys who have a
similar problem all have a different error code then the (6D007E) that
I'm receiving. And there is absolutely nothing on the 6D007E code
anywhere on the net.
The full error message is:
Active Server Pages, ASP 0115 (0x80004005)
A trappable error (6D007E) occurred in an external object. The script
cannot continue running. ... (there is no line # indicating where the
error might lie, so I have no idea what this error means)
I have an ASP page that tries to retrieve the GAL from our Exchange
server as well as send e-mails to all internal mailboxes by calling
the following code.
Const strServer = "serverName"
Const strMailbox = "myMailbox"
strProfileInfo = strServer & vbLf & strMailbox
Set objSession = Server.CreateObject("MAPI.Session")
objSession.Logon , , False, True, 0, True, strProfileInfo
Set objAddrEntries = objSession.AddressLists("Global Address
List").AddressEntries
Now I'm not at all familiar Exchange and its settings, but this used
to work for me, up unti I upgraded my MS Office to the XP version. I
need to use MAPI in order to send e-mails to all internal mailboxes.
I've tried CDONTS and that didn't work, coz no mail ever shows up.
What really dazzles me is that it used to work fine, but now ....
I truly hope someone out there has seen this error or has some idea as
to what it means or how to fix it.
Thank-you,
Shawn
Shawn Guest
-
BTTMIB AGENT, An error has occurred.<P> <B><H3>HTTP/1.0404 Object Not Found
Our application.,log is filled with the error message "BTTMIB AGENT, An error has occurred.<P> <B><H3>HTTP/1.0 404 Object Not Found" we have... -
Error when calling a web service (The underlying connection was closed: An unexpected error occurred on a receive.)
I am calling a simple service. Always on the first call I have this error (System.Net.WebException: The underlying connection was closed: An... -
Unexpected error. A trappable error (C0000005) occurred in an external object.
Hi Elvin, After doing some reseaarch on this problem, I found there is a lot of issues which may cause the problem, for example, incorrect access... -
...An error has occurred.
I've seen this problem posted but never any answers. Presently, when I try to create a new FW document, import a PSD file, or import a PNG I get the... -
An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888)
Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources...



Reply With Quote

