Reputation: 10820
I looked into:
http://www.developerfusion.com/tools/convert/vb-to-csharp/
as well as:
http://www.icsharpcode.net/opensource/sd/
but neither does exactly what I want.
EDIT:
The first link translates only the source code (.vb) and does a good job at it. I also need to convert the project.
The second link ... #develop does not handle .Net 4.0 projects.
So, that is why I said that neither does exactly what I want.
Upvotes: 1
Views: 559
Reputation: 19707
Hamish -- I'm pulling out of the comment stream to answer the question directly. There doesn't seem to be a magic program, unfortunately. But the good news for you is that it is a relatively small program (400 lines of code in only 4 files).
So, if it were me, I would
With luck, this will take you a couple of hours. With bad luck, it depends on what the project actually does and that will determine how long.
I wish you good luck.
If you decide to go this route, be liberal about commenting out huge parts of code and compiling and working on eliminating compiling errors first. I'll try to keep an eye out to help you with any other specific questions that I see come across the front page.
Upvotes: 1