I created a simple DLL using VB 6 and included the Active Server Pages Object. I created the ASP references in the on start sub. The sub that I reference is a simple response statement to say "Hello". When I reference the sub in a ASP page I get the following error.
Script (0x800A005B)
Object variable or With block variable not set
What's causing this? Help!!!
Thanks in advance.


Reply With Quote