0

VS2010 でかなり大きなソリューションを整理しようとしています。

データセットをルートのサブ フォルダーに配置したいのですが、一連のエラーが発生した場合、データセットを移動してそれらへの参照を更新するにはどうすればよいですか?

ありがとうございました

4

2 に答える 2

0

美しく柔軟ではありませんが、ソリューション内のすべてのファイルで検索と置換を使用できますか?

于 2010-11-24T17:35:55.197 に答える
0

When you move a DataSet in Visual Studio, Visual Studio automatically updates the namespace in the DataSet to include the folder name at the end. You can go into each DataSet and remove the last/added part of the namespace. That will fix your errors.

于 2010-11-24T17:39:45.643 に答える