On the Try It Out for Creating a strongly typed PreviousPage (p591), I'm getting the following error once I've typed in all the code:
Quote:
|
The type or namespace name 'RegistrationInfo' could not be found (are you missing a using directive or an assembly reference?)
|
in the files ResultsPage.aspx.cs and Registration.aspx.cs
I'm guessing that the files aren't 'seeing' the RegistrationInfo class that's been added. Any ideas on how to achieve this?

cobberas63