Subject: Add J# dll in Visual Studio 2008
Posted By: dharmeshtandel Post Date: 4/24/2008 2:39:48 AM
Hi,

I was wondering if anybody have any idea, how to add dll in Visual studio 2008 which was created in J#(VS2005).

I wrote in Java within a J# and then created its .dll( in VS2005).Converting project from VS2005 to VS2008 is successfully done but when i run this project then it gives me an error regarding the dll.


The exact error was "Could not load file or assembly 'vjslib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
i have visual studio 2008 with the Framework 2.0

So why J# dll created in Visual Studio2005 does not work in Visual Studio 2008. Please guid me if i am doing something wrong.

Regards,

-Dharmesh Tandel.

dharmeshtandel
Reply By: samjudson Reply Date: 4/24/2008 2:46:41 AM
You need to add a reference to the Visual J# Redistributable file (called vjslib.dll funnily enough).

http://www.microsoft.com/downloads/details.aspx?FamilyID=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&displaylang=en



/- Sam Judson : Wrox Technical Editor -/

Go to topic 70503

Return to index page 1