Xzip Component

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

from the code it looks ok, i would say its not on your server

or any server

According to this thread, http://support.jodohost.com/reseller-support/8279-asp-components.html?highlight=xzip , it is.

o sorry,

it may not be on your server as you said then

no Xzip has been installed with the base install since about win14 now I am prettysure of that.

Any ideas why I can’t get it to work then, the error is making it sound like it’s not installed?

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!

Yes, it’s win9.

Thanks

It will be installed and ready to go in the next 12 hours there

Excellent, thanks Stephen.

Chris

Hi Stephen, has this been done yet, I’m still getting the same error??

Just need to do an iisreset will do it in a moment :slight_smile:
Edit: Done now 9:39AM CST