If you've typed the code in, this generally means that the name of a field in your web.config file doesn't match how it's coming out of the database. check that everything is matching up.
alternatively, you need to make sure you made the changes to the global.asax.cs file (setting up all the DBTypeHints etc etc).
|