I'm getting unexpected behavior:
- the intellisense fails to show some queries I created in the datset for the datatable.
- the datatable fill mehod was sorted with order by clase, and I was albe to see the correct order in preview but wrong order in a datagridview despite using or not using various sortmode on columns:
NotSortable, automatic, automatic, default(no spec)
my project is targeted at .net 4 client with sql 3.5(whose .net runtime version appears to 2.0 something), I also hapen to have reference for DataSetExtension, SQLXML,
plus System XAML, .XML,I'm only using ado.net with dataset on the sql CE.