Server.CreateObject Failed in Classic ASP

前端 未结 8 1043
抹茶落季
抹茶落季 2021-01-05 21:34

I created the ASP.NET dll with one function that i need to use in Classic ASP page.

I used the below code for creating object in classic asp page

set         


        
8条回答
  •  自闭症患者
    2021-01-05 22:11

    Did you register your dll with regasm.exe on your server ?

    http://msdn.microsoft.com/en-us/library/tzat5yw6%28VS.71%29.aspx

提交回复
热议问题