can not find file vjslib.dll
-
Hi Guys, I am doing an application that deals with zip and unzip and am using j# libraries vjslib.dll which work really great on my machine but when deployed on server I get the message vsjlib can not be fouund. Is there any service pack or link that I can download the whole vjslib.dll along with its dependencies? Please help!
-
Hi Guys, I am doing an application that deals with zip and unzip and am using j# libraries vjslib.dll which work really great on my machine but when deployed on server I get the message vsjlib can not be fouund. Is there any service pack or link that I can download the whole vjslib.dll along with its dependencies? Please help!
The J# runtime library is not included in the default .NET framework. That is a separate download that needs to be installed. I would suggest converting the app to C# or VB as J# is also a discontinued language and the runtime will not be updated to accomodate the .NET 3.0 or above. Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&DisplayLang=en[^]
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
The J# runtime library is not included in the default .NET framework. That is a separate download that needs to be installed. I would suggest converting the app to C# or VB as J# is also a discontinued language and the runtime will not be updated to accomodate the .NET 3.0 or above. Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&DisplayLang=en[^]
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
Kinda useless reply.... He was specifically looking for the zip functionality which is not present in either C# or VB.NET.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - out now!
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x)) -
Kinda useless reply.... He was specifically looking for the zip functionality which is not present in either C# or VB.NET.
xacc.ide - now with TabsToSpaces support
IronScheme - 1.0 beta 1 - out now!
((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x)) -
The J# runtime library is not included in the default .NET framework. That is a separate download that needs to be installed. I would suggest converting the app to C# or VB as J# is also a discontinued language and the runtime will not be updated to accomodate the .NET 3.0 or above. Link: http://www.microsoft.com/downloads/details.aspx?FamilyID=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&DisplayLang=en[^]
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
exactly. My application is c# but am using that library for zip features so my question is where can I download that particular package that contains only that library and its dependencies?
...and that library is included in the J# runtime library which can be downloaded from Microsoft which was mentioned in my previous post. http://www.microsoft.com/downloadS/details.aspx?familyid=F72C74B3-ED0E-4AF8-AE63-2F0E42501BE1&displaylang=en[^]
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog
-
...and that library is included in the J# runtime library which can be downloaded from Microsoft which was mentioned in my previous post. http://www.microsoft.com/downloadS/details.aspx?familyid=F72C74B3-ED0E-4AF8-AE63-2F0E42501BE1&displaylang=en[^]
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my Blog