Hi guys and gals,
When I run the C# sample code in the RoleBasedAuthorizationWithGetSetInterceptors project, I receive an error:
"Incorrect syntax near the keyword 'from'"
The error is thrown when trying to evaluate the line:
User aUser = pManager.GetEntity<User>(anRdbQuery)
in the GetRoles(PersistenceManager pManager, string pUserName) method of the LoginManager class, after submitting the login form with the default entries.
Just thought I'd let you know...
Regards,
Steve