Hello,
I'm trying to access my c# component from a classic asp page.
I've used REGASM to add it to the registry and I've used GACUTIL to add it the the global assemby cache.
but I still get this error when trying to create the object on the asp page:
Server object, ASP 0177 (0x800401F3)
Invalid class string
When I look at the registry I see it under "HKEY_CLASSES_ROOT\typelib\{classid...}" but the name says "default"...is that correct?
Am I not getting it registered correctly?
Any help would be greatly appreciated!
Thanks!
I'm trying to access my c# component from a classic asp page.
I've used REGASM to add it to the registry and I've used GACUTIL to add it the the global assemby cache.
but I still get this error when trying to create the object on the asp page:
Server object, ASP 0177 (0x800401F3)
Invalid class string
When I look at the registry I see it under "HKEY_CLASSES_ROOT\typelib\{classid...}" but the name says "default"...is that correct?
Am I not getting it registered correctly?
Any help would be greatly appreciated!
Thanks!