Hello
I have a dll file built in C#, in this dll I have some static methods.
Everything goes fine when I access those methods using C#, but when I try to access them from a classic asp file
i'm getting the following error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'myMethod'
can someone help me with this task?
I have a dll file built in C#, in this dll I have some static methods.
Everything goes fine when I access those methods using C#, but when I try to access them from a classic asp file
i'm getting the following error:
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method: 'myMethod'
can someone help me with this task?
Comment