-
Notifications
You must be signed in to change notification settings - Fork 224
Closed
Labels
VB -> C#Specific to VB -> C# conversionSpecific to VB -> C# conversion
Description
After converting a VB.NET form to C# hell breaks loose if trying to do any changes with events.
For example just double clicking on a button in the designer to open the click event of that button.
Since it has no knowledge of the special conversion of events that CodeConverter does, it will create a new event and all event handling in the designer are doubled up.
To reproduce:
WindowsApp2.zip
Using the attached VB project, convert the solution to C#. Then open the frmSearch form, and look at events. No events are visible on form. Double click on Select button so it will open the click event. Then it creates a new click event, even though it's already a click event from the VB form. Then a lot of errors are created.
Version 8.0.1 (Latest)
Metadata
Metadata
Assignees
Labels
VB -> C#Specific to VB -> C# conversionSpecific to VB -> C# conversion