Recently in one application I am working on, there was a ambiguous reference between two namespaces. One was an object that was generated by our ORM tool (EntitySpaces), and one that was in the System.Web.Security namespace. The class in both was Roles;...