Home | Download | FAQ | Purchase | Awards / Testimonials | Contact Us

 
VB.Net to J# Converter FAQ
 
Home
Download
FAQ
Purchase
Awards / Testimonials
Contact Us

VB.Net to J# Converter FAQ

  • Is my VB.Net code guaranteed to translate to J# perfectly?

No automated converter can always translate VB.Net to J# perfectly. Some smaller programs convert without errors, but there are several unconvertible features, such as Gotos and Labels that must be converted by hand.

Your conversion results can be improved by turning Option Strict and Explicit On in your VB code and removing Gotos, Labels, and implementing Try / Catch instead of On Error Goto.

  • I installed the VB.Net to J# Converter.  How do I start it?
The VB.Net to J# Converter is installed as a Visual Studio add-in.  After installation, in Visual Studio go to Tools -> Add-in Manager and check "VBConversions VB.Net to J# Converter".  The VB.Net to J# Converter will now be the first menu item under the Tools menu.

Simply load a VB.Net project into Visual Studio and go to Tools -> VBConversions VB.Net to J# Converter to launch the converter.  A J# project will be created in your solution with your converted project.

  • Can I Convert Visual Basic 6 Projects?
Not directly, but Visual Basic 6 projects can be upgraded with the VB6 Upgrade Wizard in Visual Studio.Net and then run through the converter.  Make sure the upgraded project compiles successfully in VB.Net before attempting to convert it to J#.
  • Is there a Visual Studio.Net 2005 add-in?
It's being worked on.
  • What's the Difference Between the Trial Version and the Full Version?
The Trial Version expires in 15 days and is limited to 1100 lines of code.
Other FAQ's

VB.Net to C# Converter FAQ

 

Download

Download VB.Net to C# Converter

Download VB.Net to J# Converter
 
Download VB.Net to J# Converter Clock Sample

 
 

Copyright 2007 VBConversions