crmpicco
04-24-2006, 04:23 PM
THis is a code snippet from my Classic ASP File 'nf1_search_db.asp' :
set objdll = server.CreateObject("PiccoDb.SearchFares") <---- THIS LINE
set objxmlReply = server.CreateObject("Microsoft.freethreadedXMLDOM")
Set objxmlReply = objdll.PiccoSearchQuery(objxml)
I get this error on the line above, does anyone know why this would be the case?
Error:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/v2/asp/net_includes/nf1_search_db.asp, line 207
I installed Visual Studio .NET this morning and now i get this after I registered (regsvr32) a new DLL.
Has installing VS.NET blocked calls to Server.CreateObject?
Thanks,
Picco
:eek:
set objdll = server.CreateObject("PiccoDb.SearchFares") <---- THIS LINE
set objxmlReply = server.CreateObject("Microsoft.freethreadedXMLDOM")
Set objxmlReply = objdll.PiccoSearchQuery(objxml)
I get this error on the line above, does anyone know why this would be the case?
Error:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/v2/asp/net_includes/nf1_search_db.asp, line 207
I installed Visual Studio .NET this morning and now i get this after I registered (regsvr32) a new DLL.
Has installing VS.NET blocked calls to Server.CreateObject?
Thanks,
Picco
:eek: