Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I expect that the error pops up immediately because VS is trying to re-open the data set(s) that you had open prior to the crash. Do the data sets have one or more columns that use a custom data type? If so, can you successfully use the custom data type(s) in a simple class within the project - e.g. 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
yes i am using a custom types on those data set, do you think that the crash prevent the dataset to get the type right ? Maybe if i can rebuild the whole porject without error that'll work, im not at work right now, ill let you know tommorow – WizardLizard Feb 12 at 22:14

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.