Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 24th, 2008, 02:39 AM
Authorized User
 
Join Date: Dec 2007
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to dharmeshtandel
Default Add J# dll in Visual Studio 2008

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
__________________
dharmeshtandel
 
Old April 24th, 2008, 02:46 AM
samjudson's Avatar
Friend of Wrox
 
Join Date: Aug 2007
Posts: 2,128
Thanks: 1
Thanked 189 Times in 188 Posts
Default

You need to add a reference to the Visual J# Redistributable file (called vjslib.dll funnily enough).

http://www.microsoft.com/downloads/d...displaylang=en



/- Sam Judson : Wrox Technical Editor -/





Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with Visual Studio 2008 IDE dotnetDeveloper Visual Studio 2005 1 December 6th, 2008 12:55 PM
very new to Visual Studio 2008 Joel Saren Visual Basic 2008 Essentials 2 June 6th, 2008 03:27 PM
Does Visual Studio 2008 contains .NET3.5? sikanderwaheed C# 1 March 30th, 2008 04:41 AM
Visual studio 2008 - wap Feodorov Other Programming Languages 1 March 11th, 2008 09:17 PM
Visual Studio 2008 looks juzjess Intro Programming 0 October 26th, 2007 03:35 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.