Search code examples
c#visual-studiovisual-studio-2010datasourceobjectdatasource

Visual Studio won't update properties of my Data 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.


Solution

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

    Solution was to simply to rebuild the project.