I have a VB project that has to be converted to a C# project. I don't want to do it file by file, so I looked for online converters. However, they only convert lines of code, not the entire project. I saw few papers and they say: "The best part about Sharpdevelop is it converts the whole project (source files) from VB and C# and the other way".
I also found on Google that if you Right Click on the project in the Projects box and pick Convert - From VB.NET to C#, you can convert it from VB.NET to C#. However, I can't find "Convert" when I right-click on The Project in the Projects box. Is there an utility that I need to install for SharpDevelop before I can convert my project? Thanks