Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: My first attempt to....


Message #1 by "Fotopoulos, Lefteris" <LFot@e...> on Fri, 20 Oct 2000 13:05:42 +0300
 ...create a component returned the followin error:

I'm using the example  from Professional ASP 3.0 chapter 14 BookTitles.dll



Server object error 'ASP 0177 : 800401f3' 

Server.CreateObject Failed 

/authors/list.asp, line 3 

Invalid class string 





line 3: 

<% Dim objTitles ' Holds the book titles component 

Set objTitles = Server.CreateObject("Book.BookTitles") %>



Any Ideas?

----------------------------

Eleftherios C. Fotopoulos

Development

Eurocom Expertise SA

Mesogeion 372,

Ag. Paraskevi,

Athens, Greece

Tel.: +xxx xxxxxxx

Fax: +xxx xxxxxxx

http://www.eurocom.gr

mailto:lfot@e...

----------------------------

Message #2 by Imar Spaanjaars <Imar@S...> on Fri, 20 Oct 2000 12:57:42 +0200
Are the names of your VB project correct? Is the project called Book and 

the class BookTitles??



Imar









At 01:05 PM 10/20/2000 +0300, you wrote:

>  ...create a component returned the followin error:

>I'm using the example  from Professional ASP 3.0 chapter 14 BookTitles.dll

>

>Server object error 'ASP 0177 : 800401f3'

>Server.CreateObject Failed

>/authors/list.asp, line 3

>Invalid class string

>

>

>line 3:

><% Dim objTitles ' Holds the book titles component

>Set objTitles = Server.CreateObject("Book.BookTitles") %>

>

>Any Ideas?

>----------------------------

>Eleftherios C. Fotopoulos

>Development

>Eurocom Expertise SA

>Mesogeion 372,

>Ag. Paraskevi,

>Athens, Greece

>Tel.: +xxx xxxxxxx

>Fax: +xxx xxxxxxx

>http://www.eurocom.gr

>mailto:lfot@e...

>----------------------------

>




  Return to Index