Visual Studio 2010 crashes while designing datasets

I am working on a project with about 75 strongly typed datasets that has been upgraded from VS 2008 (which was previously upgraded from VS 2005). Visual Studio frequently crashes while editing these datasets.

Has anyone else seen this issue? Is there any workaround?

+2


a source to share


1 answer


Delete each ".Designer.vb / cs" file and then right click on each xsd file and select "Run Custom Tool" to create a new one for VS2010. I notice that it fixes a lot of issues in VS2010 with datasets, especially with updated datasets.



+3


a source







All Articles