Here's my problem : Visual studio crashed while I was developping (typical windows : Visual Studio is not responding wait/close). I Closed it and when I re-opened it I got an instant error message "failed to load dataset because of the following error : column requires a valid datatype". I'm using 2 typed dataset and none of them want to open in the designer. I tried Restarting VS, rebooting computer, loading an old and working version of the project, open the project on another computer (using Team Foundation), deleting sources files and replace them with ones from an old and working version. Nothing worked. I tried to find some help on google but I only found a few responses with no solution.
Any help would be greatly appreciated.
CustomType customType1;(assuming C#)? I am wondering whether the columns' data type(s) simply isn't resolving, what you might find by setting aside data sets in particular for a quick reality check. – J0e3gan Feb 12 at 22:01