I'm working with WSS 3.0, building a customized SharePoint site using .NET 3.5 and SPVisualDev. I have edited the FeatureEventReceiver.cs in the List area to add a new column to the User Information List ("AvailableHours"). When I go into the site after building, I can see the new column in the User Information screen. However, when I try to access this column programatically, I am told the column doesn't exist.
I have used elevated privileges but this is having no effect. Does anybody have an idea about what I'm doing wrong?