Brenden Kehren
-
9/25/2013 6:38:42 PM
RE:Adding new object type for city (CityInfo and CityInfoProvider)
Most likely what happened is by manually adding the record, none of the othe values were properly set. If you added columns via SQL Management Studio, I'd remove them via SSMS and then modify your record and set the ClassShowAsSystemTable property to 1. Then log into the Site Manager and go to Development>System tables and view your table. Make modifications in there and they will be updated as needed. Manually modifying the database or adding records is not a good practice unless you are positive there are no breaking changes.
|