adi2015
Member
- Joined
- Mar 4, 2015
- Messages
- 17
- Programming Experience
- 3-5
Error "Friend Overloads Sub InitVars()' has multiple definitions with identical signa
Hi,
I am using visual studio 2013 to build my database Last day I was working on my form with 6 tabs total. From time to time I haved copied some textbox or combobox from 1 to my 6 or 7 tab. I was to lasy to create some blank textbox or combobox and that's why I did it. Suddenly I get this error
'Friend Overloads Sub InitVars()' has multiple definitions with identical signatures.
'Friend Overloads Sub InitVars(initTable As Boolean)' has multiple definitions with identical signatures.
'Friend Property Connection As System.Data.SqlClient.SqlConnection' has multiple definitions with identical signatures.

and I can't open ANY form from my database! I suddenly have 102 errors?!
Can anyone help me with this please?
Greetings!
Adi
Hi,
I am using visual studio 2013 to build my database Last day I was working on my form with 6 tabs total. From time to time I haved copied some textbox or combobox from 1 to my 6 or 7 tab. I was to lasy to create some blank textbox or combobox and that's why I did it. Suddenly I get this error
'Friend Overloads Sub InitVars()' has multiple definitions with identical signatures.
'Friend Overloads Sub InitVars(initTable As Boolean)' has multiple definitions with identical signatures.
'Friend Property Connection As System.Data.SqlClient.SqlConnection' has multiple definitions with identical signatures.

and I can't open ANY form from my database! I suddenly have 102 errors?!
Can anyone help me with this please?
Greetings!
Adi