Jump to content
Software FX Community

IIS cannot create Chart object (ASP_0177), on new Server install.


jamesm007

Recommended Posts

We have brought a new Win 2K19 server online, all other classic ASP bits work, including all other objects.
This has worked in 2K3 and 2K12 with no issues.

When I do this:

Dim cn1
Set cn1 = Server.CreateObject("ChartFX.ASP.Server")

I get this:
2022-08-07 22:56:39 W3SVC25 genesis3 172.16.34.32 GET /default.asp |-|ASP_0241|CreateObject_Exception|7|ASP_0177_:_c0000005|Server.CreateObject_Failed 
in the IIS Logs.

The c0000005 typically means something is missing, maybe VC runtime. Completely new machine, so not sure.
ProcMon does not show what is complaining.

I did notice the installer completed successfully, but it did not create any virtual folders in IIS. So, maybe not successful?
Is there a manual install process, to verify each step?
I have tried install with "Administrator" and a basic user (which in retrospect is admin on server).

 

Thanks,

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...