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'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