Server.CreateObject Failed in Classic ASP

前端 未结 8 1044
抹茶落季
抹茶落季 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:12

    Run this from the command prompt (replace myassembly.dll with your assembly path):

    %SystemRoot%\Microsoft.NET\Framework\v2.0.50727\regasm.exe myassembly.dll /codebase
    

提交回复
热议问题