Migrate the VJ# project to C# project

  • Thread starter Thread starter Homur
  • Start date Start date
H

Homur

Guest
Hello All, Needs help in migrating a class library project written in VJ# into C# project. Since Microsoft dropped their support for the VJ# from VS2005, Couldn't able to make use of latest features of the .net framework and C#. Searched across the web, But couldn't able to find any best tool/approach to completely migrated the VJ# code base to C# code base. Tried the below tools for the conversion

  1. JLCA 3.0(comes with VS2005) - Didn't able to detect the *.jsl files, But only detecting the *.java files. Hence, renamed all *.jsl files into *.java files and then finally able converted into a C# project.
  2. Java to C# converter(Tangible Solutions) - Tried free edition that converts up to 100 lines of code.

Both tools are equally good, if not best. However, couldn't find any tool that take input as *.jsl file and convert into *.cs file.

My VJ# projects are relatively huge and need to migrate them into C# projects. Needs your help on this. Thanks in advance.

Continue reading...
 
Back
Top