ERROR CS0102 Type already contains a definition for the identifier, as is it possible?
-
I wonder if I'm the only one who's ever encountered this? In the class, two distinctly named properties, and the compiler thinks it's one thing. And the project is not going.
What can we do? The option of rename is not appropriate, as many legacy is tied to these names.
-
Comments on the matter indicated the correct solution.
The code should be written using the PascalCase style, which would eliminate future mistakes.