I am trying to call a
VB COM DLL in ASP.
this
VB Dll using the methods from the VC++ Win32 dll.
the code is working with
VB client,
But when i am calling it through ASP its giving error at the 2nt line.
"An exception occurred Microsoft VBScript runtime error 507"
my ASP code is:
Set objCom=Server.CreateObject("ExtractFile.Files")
strFileContent=objCom.FileCrawler(strFolder & File.FileName)
please if anybody has solution of the problem,tell me.
I have registered the COM DLL with regsvr32.