Ch. 12 Error message
Compiler Error Message: CS0103: The name 'AddNewFanEmail' does not exist in the class or namespace 'WroxUnited.DefaultCodeBehind'
Source Error:
Line 200: if (!CheckFanEmailAddresses(FanEmail))
Line 201: {
Line 202: AddNewFanEmail(FanEmail);
Line 203: }
Line 204:
Does anyone know what I could have mucked up or removed that would cause this? The error cropped up when I switched to code-behind (using C# version of the book).
|