Is this installed on all servers?
I'm using it as it says on the website, obviously with different paths added:
<%
Dim objZip
Set objZip = Server.CreateObject("XStandard.Zip")
objZip.Pack "C:\Temp\golf.jpg", "C:\Temp\images.zip"
objZip.Pack "C:\Temp\racing.gif", "C:\Temp\images.zip"
Set objZip = Nothing
%>
But I keep getting the error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/index.asp, line 142
800401f3
Line 142 is the line with the Server.CreateObject. I'm on win9 if that makes any difference?
Thanks
Chris
I'm using it as it says on the website, obviously with different paths added:
<%
Dim objZip
Set objZip = Server.CreateObject("XStandard.Zip")
objZip.Pack "C:\Temp\golf.jpg", "C:\Temp\images.zip"
objZip.Pack "C:\Temp\racing.gif", "C:\Temp\images.zip"
Set objZip = Nothing
%>
But I keep getting the error:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/index.asp, line 142
800401f3
Line 142 is the line with the Server.CreateObject. I'm on win9 if that makes any difference?
Thanks
Chris