How can I convert a C# 2010 project to VB2010?
Printable View
How can I convert a C# 2010 project to VB2010?
Hm... I don't think you can convert a whole project in VS. But, there are tons of free online C# to VB.NET converters.
You'll only be able to convert code blacks, but I'm sure if you Google it, there might be an application to convert C# project to VB.
There are several websites that offer free online conversion of Csharp code to VB.Net code. Here's one I have found useful now and then: http://www.developerfusion.com/tools.../csharp-to-vb/. BB
Converting an entire project is not simple. There's more than just the C#/VB code to worry about. Many web sites offer free code converters but they provide varying degrees of functionality, with many newer language features not catered for. None of them will convert and entire project.
I've never tried but I believe that SharpDevelop, which is a free .NET IDE, can do it. There's also Instant VB and Instant C# from Tangible Software Solutions. They both do an excellent job of converting entire solutions from one language to another. They are not free though, and the trial version is limited to 100 lines of code at a time with no project support.