Hello,
I’ve got this VB .NET app with MS Access, that I’m converting to SQL Server 2005.
I’ve modified all the connectionstrings, parameters now have “@” at the beginning.
When I run it, I get “Object reference not set to an instance of an object” error from one of the DataSets. I’m going through the debugging procedures – and looks like the GridControl can not load the table from the DataSet because of Date formatting problems. So, it’s not the DataSet itself.
Any ideas, why I’d have date formatting problem even though I got the data in the SQL Server database with date type for the appropriate columns?
THanks.
Xceedbug
Imported from legacy forums. Posted by xceedbug (had 726 views)