Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cdohtml.dll - accessing exchange's GAL from ASP

Status
Not open for further replies.

wrbodine

Programmer
Aug 24, 2000
302
US
Hi,

I'm trying to access the GAL from Exchange 5.5 using some .asp code.

The line the code blows up on is:
Set objRenderApp = Server.CreateObject("AMHTML.application")

I'm pretty sure that "AMHTML.application comes from cdohtml.dll, which I tried registering unsucessfully. This .dll normally comes with an Exchange install. This doesn't mean I need Exchange installed on the IIS server, does it???

Thanks for any input....
Ray

ps - the error from the web page is:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed.

The error when registering the .dll is:
The procedure entry point UIEncodeHZ_GB2312@20 could not be located in the dynamic link library GAPI32.dll
 
I found the problem:

In addition to having the cdo library installed (from Outlook 2000) Microsoft Outlook Web Access (OWA) needed to be installed, either on the IIS computer or the Exchange Server Computer!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top