vjslib

  • Thread starter Thread starter Ivan Gibbs
  • Start date Start date
I

Ivan Gibbs

I wrote an application that uses a zip method in
vjslib.dll. On my PC, where the application was developed,
vjslib.dll is located in C:\Winnt2
\Microsoft.Net\Framework\v1.1.4322. The problem is that on
a different PC, we have the v1.1.4322 framework installed.
However, there is no vjslib.dll and my program does not
work.
 
Ivan Gibbs said:
I wrote an application that uses a zip method in
vjslib.dll. On my PC, where the application was developed,
vjslib.dll is located in C:\Winnt2
\Microsoft.Net\Framework\v1.1.4322. The problem is that on
a different PC, we have the v1.1.4322 framework installed.
However, there is no vjslib.dll and my program does not
work.

You need to install the Visual J# Redistributable on the second
machine.

Alternatively, you could use SharpZipLib instead of vjslib in the first
place.
 
Back
Top