We have converted a project to Visual Studio 2010. While our main application work perfectly, a administration tool that use a DataSet and a TableAdapterManager to access the data is broken due to a incorrect save order created by the generated code.
I though that, maybe, it was possible to tell Visual Studio 2010 to use the Visual Studio 2008 custom tool.
In this case, the tool is named MSDataSetGenerator
.
Is it possible to run a custom tool from another version of Visual Studio?