Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 0x800A005B with COM

Status
Not open for further replies.

mwinwright

IS-IT--Management
Jan 23, 2001
6
GB
I have a VB developed COM object from an ASP page that works OK on my laptop (Win2k, IIS5) but when I publish this to my server (Win2k server, IIS5) and register the COM I get the following error
------------------------------------------
Error Type:
ConfiguratorDLL (0x800A005B)
Object variable or With block variable not set
------------------------------------------
Checked MS for such instances and they only show this for NT4 and IIS4.
If it works ok on my laptop I don't understand why it does not on the server?
 
Did you use an install package to move the object or did you just copy the file over?

It could be that one of the pacvkages your dependant on, that is installed on your first machine, is not present on the second machine. An install package should have either pointed this out or installed the reference/object for you during the course of the install.

Visual Studio 6 has a Package and Deployment Wizard that makes creating packages relatively easy. it may not be the best packaging tool, but it should do the job. Start > Programs > MS Visual Studio 6 > MS VS 6 Tools > Package and Deployment Wizard

-Tarwn [sub]01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101 [/sub]
[sup]29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19[/sup]
Get better results for your questions: faq333-2924
Frequently Asked ASP Questions: faq333-3048
 
Tarwn

Your right I just copied and registered the DLL. I've created an install package and this has worked. You've saved me losing any more hair over this. THANKS for your time replying to this.

Mark
 
No problem, glad to be of assistance :)

-Tarwn [sub]01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101 [/sub]
[sup]29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19[/sup]
Get better results for your questions: faq333-2924
Frequently Asked ASP Questions: faq333-3048
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top