Xzip Component

djfenom

Guppy
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
 
no Xzip has been installed with the base install since about win14 now I am prettysure of that.
 
I will check it, you said win9, which may not have it, win14+ have it now.

For some reason I was spot reading a moment ago and read win19, oops!
 
Back
Top