What are the .datasource files that are automatically generated by \"Create Service Reference\" in Visual Studio? The comment in the file is this:
Th
As far as I remember, they are just generated so that you can use the data contracts used in the service as object data sources for data binding against UI controls.
The .datasource files are optional, but they can be used in your client app to easily bind a data contract to a ui control. Here is an article explaining how to use them:
http://msdn.microsoft.com/en-us/library/ee373840.aspx
I was able to delete them from one of our projects. Project built fine, and loaded stuff from the database fine, so I'm assuming it was safe. I would like to hear someone who knows more about them weigh in on this element of the subject though.
Expand your Reference.svcmap from visual studio.
Update reference.
And delete yellow warning datasources.