I'm new to .NET/.ASP so I may be over looking something obvious:
My .net .dll returns an object, which may be a problem for .ASP
clients???
I'm gettting error from the .ASP: Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
>From a VB6 client: Type mismatch: 'CreateObject'
Code: 800A000D
All the examples of .ASP/VB6 calling .NET classes use string returns
from .NET methods. My .NET class returns a class. Should I redesign
my .NET class to set the complex return into class instance variables
that are returned via 'getters'?
Thanks, curt