Server object error 'ASP 0177 : 8000ffff'

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF Generator for COM/ActiveX (v3)  /  Re: Server object error 'ASP 0177 : 8000ffff'

DynamicPDF Generator for COM/ActiveX (v3) Forum


Error:
Server object error 'ASP 0177 : 8000ffff'

Server.CreateObject Failed

/LM/W3SVC/532551126/Root/global.asa, line 5 8000ffff

Code: 

Dim MyLicense

Set MyLicense = Server.CreateObject("DynamicPDF.Licensing")

If MyLicense.LicensesAdded < 1 Then

MyLicense.AddLicense([License Key Removed])

End If

Server Version: window Server2003 64 bit

IE: 8.0

Frame work: 1.1

Dynamic pdf: DynamicPDF301ForCOMDeveloperEditionBuild60522


Thank you for your support.


Posted by a ceTe Software moderator
Hello,

In order to run DynamicPDF for COM on 64-bit machine, you will have to make IIS run in 32-bit mode since the DLL is compiled using 32-bit compiler. Following is the link to the Microsoft tech article: http://support.microsoft.com/?id=894435 that shows steps on how to do this. Follow the steps under "ASP.NET 1.1, 32-bit version" to run IIS in 32-bit mode.

Then unregister the DLL file and register it again using the below line and that will solve the problem:

%WINDIR%\Microsoft.NET\Framework\v2.0.50727\regasm DynamicPDF.dll /codebase /tlb

Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 6:36 AM.