http://www.xstandard.com/page.asp?p=...0-2267ED6763A7
Hello, I am using the XStandardard Zip Component and have an issue and was just wondering if any one else has used it. As far as I know the permissions are set via
IIS to everyone but I keep getting the following error. So the question is... is it just not set up right or do I need to do some sort of a call to the actual dll? I am not very experienced with .Net stuff.
Error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/abwdata/ItemCodes/image_process.asp, line 82
800401f3
VBScript Code:
Dim objZip
Set objZip = Server.CreateObject("XStandard.Zip") <-- guessing this is what needs to be changed
objZip.Pack "path to folder to zip", "path to zip file destination"