These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

File name or class name not found

What's this error?

   Microsoft VBScript runtime error '800a01b0' 

   File name or class name not found during
   Automation operation: 'regexp' 

Thanks...
Leandro 6/15/2003 10:04 PM
It seems that you have an outdated version of scripting engine which lacks "Regular Expression" object, please install the latest version, the related link is given in requirements section on the product page.
Cem Alacayir 7/3/2003 5:02 PM
hi .. i have the same error ... :-(

how to install the latest version?

set mObjG = server.CreateObject("efGeneral.valGeneral")
    set mObjC = server.CreateObject("efCif.valCif")

error occur on this line : 
rwStr = mObjG.ComboGen("cmbBranch", "Branch", mCifBranch, "","ALL")

thx before ...
angga 2/13/2009 1:43 AM