views:

229

answers:

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.

A: 

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

codemypantsoff
+1  A: 

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

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

Ravia