Visual Studio won't update properties of my Data Source

OMGKurtNilsen picture OMGKurtNilsen · Apr 11, 2011 · Viewed 11.3k times · Source

I am using my class "Invoice" as a Data Source. But after adding more properties to it, Visual Studio refuses to refresh the data source and I can't find the new properties in my data source.

Tried restarting project, deleting and adding object as datasource again. Did not work.

Answer

OMGKurtNilsen picture OMGKurtNilsen · Apr 29, 2011

Problem was Intellisense going out of date due to changes in the Data Source.

Solution was to simply to rebuild the project.