Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Error 2 'Private Shared Shadows Sub __ENCAddToList(value As Object)' has multiple definitions with identical signatures. c:\users\(myusernamegoeshere)\documents\visual studio 2013\Projects\A - C - G\A - C - G\Form2.vb 1 1 A - C - G

What I have tried:

i dont know how to fix this problem i need help it keeps on saying this error everytime i put in the code
Posted
Updated 26-Nov-16 18:46pm
Comments
cvogt61457 26-Nov-16 22:15pm    
Do you have a routine called __ENCAddToList(..)?
Do you have a project called "A - C - G"?
Is there a form called Form2.vb?
aiden thomas 27-Nov-16 8:50am    
Yes I have all of those.

1 solution

Quote:
Error 2 'Private Shared Shadows Sub __ENCAddToList(value As Object)' has multiple definitions with identical signatures. c:\users\(myusernamegoeshere)\documents\visual studio 2013\Projects\A - C - G\A - C - G\Form2.vb 1 1 A - C - G
The error message tells you all.
It means that you have more than 1 Sub named __ENCAddToList with an object as parameter

Scan your project code you should find at least 2 of them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900