J
julian.tklim
Hi,
I have built a DLL using VB 6.0 and trying to run create the object in
ASP.
Eg:
<%
set a = Server.Createobject("Office.clsOffice")
%>
When the ASP is executed, I received the error message:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
I have regsvr32 the dll, added the DLL in Component services, grant
full access to the dll for the ISUR_XXX , IWAM_XXX users and even
administrator. But no matter what, it still doesn't work.
I am using WinXP Pro client and IIS 5.1.
The ASP and DLL works fine in my Win2K server. Is there some settings
in XP that I have missed out?
Any help is appreciated. Thanks.
Julian Lim
I have built a DLL using VB 6.0 and trying to run create the object in
ASP.
Eg:
<%
set a = Server.Createobject("Office.clsOffice")
%>
When the ASP is executed, I received the error message:
Error Type:
Server object, ASP 0177 (0x800401F3)
Invalid class string
I have regsvr32 the dll, added the DLL in Component services, grant
full access to the dll for the ISUR_XXX , IWAM_XXX users and even
administrator. But no matter what, it still doesn't work.
I am using WinXP Pro client and IIS 5.1.
The ASP and DLL works fine in my Win2K server. Is there some settings
in XP that I have missed out?
Any help is appreciated. Thanks.
Julian Lim