|
 |
asp_databases thread: error 0x800401F3
Message #1 by "Pejvak Foroohar" <pejvak@m...> on Tue, 30 Jan 2001 11:47:53 -0800
|
|
Hi there
I get this error on Chapter.15/accessbitmap.asp In Begining ASP database
,anybody knows why???
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid ProgID. For additional information specific to this message please
visit the Microsoft Online Support site located at:
http://www.microsoft.com/contentredirect.asp.
/at/ASPdatabase/Chapter.15/accessbitmap.asp, line 9
Thanks in advance
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
Message #2 by Imar Spaanjaars <Imar@S...> on Tue, 30 Jan 2001 21:39:48 +0100
|
|
This sounds like you are instantiating a component that is either not
installed on the server, or does not exist (because of a type for example).
Usually you do something like this:
Set objMyObj = Server.CreateObject("MyProject.MyClass")
If MyProject.MyClass is not installed (by typing regsvr32 NameOfDll.dll at
the command prompt), or the class is called MyOtherClass for example, this
error will occur.
Check your code for typos, and otherwise post some here.
HtH
Imar
At 11:47 AM 1/30/2001 -0800, you wrote:
>Hi there
>I get this error on Chapter.15/accessbitmap.asp In Begining ASP database
>,anybody knows why???
>Error Type:
>Server object, ASP 0177 (0x800401F3)
>Invalid ProgID. For additional information specific to this message please
>visit the Microsoft Online Support site located at:
>http://www.microsoft.com/contentredirect.asp.
>/at/ASPdatabase/Chapter.15/accessbitmap.asp, line 9
>Thanks in advance
|
|
 |