Hello,
I've bought this book (an excellent one).
Unfortunately in chapter 06 (a role-base security) I have a problem with the code.
I changed in table ENTUserAccount an user with ID=1 for "a correct MyUser which is a dbo" and I did correct a connection string but I still have an error on an url (for instance):
http://localhost/PaidTimeOffUI/Admin...istration.aspx
System.NullReferenceException
" in a row 101: of the ENTMenuItemBO.cs"
....
a row 99: {
a row 100: //Check if this user is in this role
a row 101:
if (role.RoleUserAccounts.IsUserInRole(userAccount.ID ))
a row 102: {
a row 103: //Try to find the capability with the menu item Id.
....
Any ideas

.
(I using VS 2008 Team System, MS SQL 2005 Std on Vista Ultimate and Integrated Security in MS SQL)