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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Automation error ClassFactory cannot supply requested class

Status
Not open for further replies.

tjb2

Programmer
Jul 24, 2003
17
US
I have a vbscript page calling an instance of a com object. i made some code changes to the com object and recompiled and now I am getting the error described above. Please bear in mind I inherited this code with no documentation. Here is the vbscript code that instatiates the com object:

set tbl = server.CreateObject("TableMaster.HTMLTable")
ar = tbl.SaveTable (rs,TotalsRs,cstr(cn),cstr(report),cstr(exclude),cstr(qsearch),cstr(visibility),cstr(grouping),cstr(txtfilter),cstr(txtsort),cstr(fnt),cstr(face),cint(margin))

Can someone please help?

Thanks Ever So,
THB2[ponder]

"Experience is that marvelous thing that enables you to recognize a mistake when you make it again."

Franklin P. Jones
 
Did you re register it "regsvr32 dll/ocx name" ?
 
Yes, I also made sure of the versions on the iis server computer and my developer box. I have the latest ser pack for Vis Studio and mdac 2.7. i am stumped.

Thanks Ever So,
THB2 [bomb]

"Experience is that marvelous thing that enables you to recognize a mistake when you make it again."

Franklin P. Jones
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top