When I write a simple VB COM and run it in an Active Server Page i get the following error message.
"Object variable or With block variable not set "
Any Clues Thanks
Printable View
When I write a simple VB COM and run it in an Active Server Page i get the following error message.
"Object variable or With block variable not set "
Any Clues Thanks
You have declared an Instance of the component Without the New Keyword or
the Decalred object Variable is not initiated.