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

后端 未结 3 1499
半阙折子戏
半阙折子戏 2021-01-12 15:31

I\'m using Classic ASP.

Set theForm = Server.CreateObject(\"Persits.Upload\")
theForm.OverwriteFiles = True

Running the above code produces

3条回答
  •  旧巷少年郎
    2021-01-12 15:54

    Comprehensive Check-list I posted here

    Error ASP 0177: 8007007e Server.CreateObject fails for COM DLL

    Deals with the issues of registering DLLs for use in Classic ASP for both 32 and 64 bit and common problems encountered.

    Would post it here but don't want to duplicate the answer.

提交回复
热议问题