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"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
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?
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?