You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made a test for a problem with the constructors (too many constructors).
Here is an example project (I only created a vb.net project, with a splash screen). No line of code required. The conversion will fail.
If I add a second form (Form2) I will have the problem with the 3 forms. The zip file has only one form and one splash screen.
Edit : I used the lastest version (8.0.1.0 ) WindowsApp1.zip
Error CS0111 Type 'SplashScreen1' already defines a member called '.ctor' with the same
Error CS0111 Type 'Form2' already defines a member called '.ctor' with the same parameter
Error CS0111 Type 'Form1' already defines a member called '.ctor' with the same parameter
Thank you again
Marc
The text was updated successfully, but these errors were encountered:
Hello,
I have made a test for a problem with the constructors (too many constructors).
Here is an example project (I only created a vb.net project, with a splash screen). No line of code required. The conversion will fail.
If I add a second form (Form2) I will have the problem with the 3 forms. The zip file has only one form and one splash screen.
Edit : I used the lastest version (8.0.1.0 )
WindowsApp1.zip
Error CS0111 Type 'SplashScreen1' already defines a member called '.ctor' with the same
Error CS0111 Type 'Form2' already defines a member called '.ctor' with the same parameter
Error CS0111 Type 'Form1' already defines a member called '.ctor' with the same parameter
Thank you again
Marc
The text was updated successfully, but these errors were encountered: