 |
| Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

April 24th, 2006, 09:07 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Invalid class string ASP 0177 (0x800401F3)
Code:
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:
Code:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
/v2/asp/net_includes/net_fare1_search_db.asp, line 207
www.crmpicco.co.uk
www.ie7.com
|
|

April 24th, 2006, 10:18 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I installed Visual Studio .NET this morning, now it seems to crash on my server.creatobject calls? Why would this be??
www.crmpicco.co.uk
www.ie7.com
|
|

April 24th, 2006, 10:03 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
Just a guesss; have you registered your .dll(s)
IMO not a question for the Classic ASP Beginners section
Wind is your friend
Matt
|
|

April 25th, 2006, 03:25 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes i used Start>Run>
'regsvr32 "C:\Program Files\Picco\picco.dll"'
www.crmpicco.co.uk
www.ie7.com
|
|

April 25th, 2006, 04:50 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2005
Posts: 1,525
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
is anyone able to move this post to a more Advanced forum, maybe it would be better looked at there?
www.crmpicco.co.uk
www.ie7.com
|
|

April 25th, 2006, 06:21 PM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
FYI: I believe you should register your .dll inside the c:\windows\system32\inetsrv dir
I can never remember if its supposed to be inside the system31 or the inetsrv dir. I register them in both to be sure (have never had any troubles doing this)
Wind is your friend
Matt
|
|

May 19th, 2006, 07:51 AM
|
|
Registered User
|
|
Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
please tell me the solution , i have same error "Server object, ASP 0177 (0x800401F3) Invalid Class string" .... i did register my cdonts.dll but still having same problem , i m using windows XP ... what is the soluton for this? ... please help me
SUD
|
|

May 20th, 2006, 03:12 AM
|
|
Friend of Wrox
|
|
Join Date: Jan 2004
Posts: 1,870
Thanks: 12
Thanked 20 Times in 20 Posts
|
|
Is this occuring on the .send line? if not what code do you have on the problematic line.
FYI: I believe most people are using CDOSYS in place of CDONTS now. The cdonts.dll is not included in MS latest OS and is no longer the suggested mail method. Ask google for 'CDONTS example code' loads of examples out there.
Wind is your friend
Matt
|
|

June 12th, 2006, 03:16 PM
|
|
Registered User
|
|
Join Date: Jun 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have the same issue -- on code which was working only a week ago -- apparently some program has been installed that has caused this to start failing -- any ideas?
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
...Kathy
|
|

June 12th, 2006, 03:54 PM
|
|
Friend of Wrox
|
|
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
One possibility is that the Visual Studio .NET install has also caused some IIS upgrades or patches to be installed that include SECURITY enhancements, and now your ASP app doesn't have the permissions to run the dll or access the directories you are attempting to use.
Woody Z http://www.learntoprogramnow.com
|
|
 |