Hi!
I have a VB Class. I create objects of that class in a COM Component, put all the objects in a array
and put the array in session… ok
Now, in the ASP page, I get the array from session. This array contains objects of the VB classes!
Now, unless I can create objects of the VB class in ASP, I cant work on the classes objects in the array!
SO, how will I create objects of a VB class in ASP?
Thanks
Rajiv.