Hi,
> Hi all
> I HAVE ASP page. I try to create an object and get error '8007007e'
>
> my code is:
> Set oMail = CreateObject("dllname.funcname")
CreateObject can only be used to create objects that are registered in the
registry. The most common cause of this error is that the required DLL is
either not installed or not registered. The next most common cause of this
error is that one or more DLLs on which the component depends is either not
installed or not registered.
ActiveX Dlls can be registered from the command line using RegSvr32.exe.
To register a DLL that is installed on your server:
RegSvr32.exe "C:\FullPathToDll.DLL"
To unregister the DLL
RegSvr32.exe /u "C:\FullPathToDll.DLL"
If this does not solve your problem, you should use "Depends.exe" (a utility
that comes with Visual Studio) to determine the DLLs dependencies and then
check that those dependencies are also installed correctly.
Adelle.
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/