I was wondering if anyone has ever converted scripts initially recorded in VB.Net to C#.
I have a whole Solution which has been recorded in VB.Net but I need to convert that C# (as most of our development is done in C# so would like to bring everything in line). I selected the Solution, performed right-click action, selected the Convert > from VB.Net to C# option.
After a certain amount of time, the conversion completed successfully. But when I try t compile the Converted Solution or run a particular Testcase, it displays the following Error message:
Code update error: 'C:\Projects\......\Dispatch_External.rxrec'. The project item for this file is invalid.
In short it displays this message for all the Recording modules in that Solution.
What does this mean? What do I need to do? Does conversion limit what is and is not converted?

I have noticed in the Converted Folder, the following files are missing:
<Solution Name>.rxsln
<Solution Name>.sln
<Solution Name>VS2010.sln
<Solution Name>VS2010.VS2010.sln
Not sure if i should copies these across or not. But i did.

When i copy them and try to Build the Converted solution it now displays the following message:
The parameter to the compiler is invalid, '/define:TRACE=1' will be ignored. (MSB3052)
The parameter to the compiler is invalid, '/define:DEBUG=1' will be ignored. (MSB3052)
Regards
Nadeem