I need to update an old customisation and found that the code has been done in VB.
I would quite like to convert it to C#, in line with other customisation work in our Epicor installation.
Has anyone had any success with online or free conversion utilities?
I tried one and the compiled C# code complained about elements being missing such as ( or ; where there wasnt.
I have used that one before, its far from perfect but it is the best I could find.
I remember it throwing an exception for some code I had. I vaguely remember it was caused by certain VB syntax, probably something that has no c# equivalent. If you can figure out what that is you can remove that line and convert the rest.
Maybe try convert half you code, if that doesn’t work half it again and repeat until you can isolate the offending line.