2

Does anyone have recommendations on tools to use to convert an VB.NET ASP.NET Web Application Project into C#? The majority of the conversion tools do not support converting ASP.NET-based projects. Even the VBConversions tool (http://www.vbconversions.net) only converts the code-behind, but leaves all the VB.NET code snippets in the actual *.aspx file untouched.

4
  • The ASPX markup changes from VB to C# should be rather minimal, yea? Commented Dec 30, 2009 at 1:06
  • 2
    unless he's got a ton of <script runat=server> baggage... Commented Dec 30, 2009 at 1:22
  • Yeah, unfortunately with the legacy project that I am working with (which was originally ported from classic ASP), it's quite a lot of spaghetti code. :( Commented Dec 30, 2009 at 1:23
  • Well, that's a bummer :( Commented Dec 30, 2009 at 2:03

3 Answers 3

1

I have tried C-Sharpener For VB & seems to be a good tool. Please try this out.

http://www.elegancetech.com/CSVB/CSVB.aspx

Sign up to request clarification or add additional context in comments.

Comments

0

I have never really had to do what you are saying but look at SharpDevelop. http://www.icsharpcode.net/OpenSource/SD/ It has an option to convert pages to different code -- might work

Comments

0

Code Converter is the best options. Its free a integrated totally integrated with Visual Studio

Code Converter (VB - C#)

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.