Accessing a .NET Assembly from classic ASP

前端 未结 5 1523
庸人自扰
庸人自扰 2020-12-06 12:54

I have been trying to access a .NET Assembly that I have created in classic ASP using

dim foo
set foo = Server.CreateObject(\"TestAssembly.MyClass\")
         


        
5条回答
  •  渐次进展
    2020-12-06 13:22

    Another thing to check: make sure your .Net assembly is set to be COM Visible.

提交回复
热议问题