B
Beringer
When I use enumerations I frequently get compilation errors that state:
"Inconsistant Accessibility: <something> is less accessible than <something>
I have been getting around this through casting but really don't like that
since it defeats enumerations.
When I define an enumeration, I place the definition within my namespace. I
have even tried placing the enumerations in a seperate .cs file called
enumerations and this doesn't help either.
Thanks in advance,
Eric
"Inconsistant Accessibility: <something> is less accessible than <something>
I have been getting around this through casting but really don't like that
since it defeats enumerations.
When I define an enumeration, I place the definition within my namespace. I
have even tried placing the enumerations in a seperate .cs file called
enumerations and this doesn't help either.
Thanks in advance,
Eric