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.
-
The ASPX markup changes from VB to C# should be rather minimal, yea?o.k.w– o.k.w2009-12-30 01:06:59 +00:00Commented Dec 30, 2009 at 1:06
-
2unless he's got a ton of <script runat=server> baggage...x0n– x0n2009-12-30 01:22:43 +00:00Commented 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. :(enderminh– enderminh2009-12-30 01:23:22 +00:00Commented Dec 30, 2009 at 1:23
-
Well, that's a bummer :(o.k.w– o.k.w2009-12-30 02:03:08 +00:00Commented Dec 30, 2009 at 2:03
Add a comment
|
3 Answers
I have tried C-Sharpener For VB & seems to be a good tool. Please try this out.
Comments
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
Code Converter is the best options. Its free a integrated totally integrated with Visual Studio