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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

finding amhtml.application - CDO with .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 thru .asp, and am using code from the following article.


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

with the following error:

Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed.

Invalid class string

From tech-net I got an article, Q249290, that said you need the IIS Resource Kit installed (which we did), and to try and re-register the .dll. I couldn't even find AMHTML.application in the registry. Where is this progid located? How can I access it from this .asp page?

Many thanks,
ray

P.S. - I do have cdo.dll and cdohtml.dll in the system32 directory. Normally cdohtml.dll is in an exchange directory. Does this mean we need something from Exchange on the same server with IIS?
 
another p.s. to the above question: cdohtml.dll actually isn't registered correctly, I get the following error when trying to register it:

The procedure entry point UIEncodeHZ_GB2312@20 could not be located in the dynamic link library GAPI32.dll

this relates to Exchange stuff; certainly I don't need Exchange installed on the same server as IIS, do I????? Any help would be greatly appreciated!
 
For anyone else with this problem:

Microsoft Outlook Web Access (OWA) needed to be installed, either on the IIS computer or the Exchange Server Computer!

That solved the problem!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top