hi All,
I have created a tool for my company which is predominanlty in C# and the application downloads a ZIP file from the internet. This is were I use VJ# because I guess it is easier to use VJ# for extracting the file. If I run my application on my DEV machine, the application runs so smoothly and it is able to extract the files according to the logic. But if i run on another machine, It does not. I have installed the Vj# redristibutable. Can anybody give me pointers on where this could go wrong...
Many thanks,
Shankarr

Vj# 1.1 based Zip Extraction...
drougnor
thanks
ShaaaM
I figured it out...There were some VjSharp dll that was missing from the GAC.
I added those DLLs and the program worked fine...
Thanks anyway...
Shankarr
RWBitters
Is any error message displayed
ChasAA
Hi,
The Exception Message says :
"The Type initializer for java.io.File threw and exception.
The exception is triggered when the I am trying to initialize a Zip file
using the code...
ZipFile xFile = new ZipFile(<<path>>);
I have added the vjslib.dll to the assembly cache, I have also made available for the application in the executable directory as a local copy.
Your help will be deeply appreciated.
- Shankarr
Mangun
java.util.zip package of VJ# runtime 1.0/1.1 has a serious bug. It doesn't work correctly for big archives.
This bug was fixed in VJ# 2.0. I strongly recommend you to use VJ# runtime 2.0 or SharpZipLib <http://www.icsharpcode.net/OpenSource/SharpZipLib/>.
LanceDelano