whitmark
10-16-2007, 07:35 AM
When I try to compile a particular strategy it returns an "Error on generating Strategy" and then lists several warnings across several strategies such as:
xxxxxx hides inherited member yyyyy. Use the new keyword if hiding was intended
Identifier zzzzzzz differing in case is not CLS-compliant
the variable 'e' is declared but never used
but it does not list any true errors that should prevent a compile. On several previous occassions I was able to find the bug that prevented the compile, but it was never noted as a warning or an error to give me a clue as to where it might be. Is there a type of error that the compiler will not identify yet not allow a compile? Any thoughts?
Regards
xxxxxx hides inherited member yyyyy. Use the new keyword if hiding was intended
Identifier zzzzzzz differing in case is not CLS-compliant
the variable 'e' is declared but never used
but it does not list any true errors that should prevent a compile. On several previous occassions I was able to find the bug that prevented the compile, but it was never noted as a warning or an error to give me a clue as to where it might be. Is there a type of error that the compiler will not identify yet not allow a compile? Any thoughts?
Regards