views:

14

answers:

0

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.

https://connect.microsoft.com/VisualStudio/feedback/details/583180/the-auto-generated-code-of-tableadaptermanager-class-in-vs2008-and-vs2010-are-different

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?