I would like to add a string field "SerialNumber" in my User profile table in SQL with ASP Net membership provider. I can add field directly from the SQL Database but is that right to do it? I tried this article How to assign Profile values? but at the end it gives a compilation error which is Cannot convert type 'System.Web.Profile.ProfileBase' to 'ProfileCommon'.
Please help