Hi, i want to convert my code from vb 6.0 to asp. But i need some help in asp.
#1.in vb i declare my variable like this:
private myVariable As Something.Something
so..i try to declare the variable in asp like this
step1-register my *.dll file
step2-declare the variable
private myVariable
set myVariable=server.CreateObject("Something.Something"
but the code generated error "Invalid class string".
thanks in advanced.
#1.in vb i declare my variable like this:
private myVariable As Something.Something
so..i try to declare the variable in asp like this
step1-register my *.dll file
step2-declare the variable
private myVariable
set myVariable=server.CreateObject("Something.Something"

but the code generated error "Invalid class string".
thanks in advanced.