开发者

Move dataset from root to folder in VS solution explorer

Im just trying to organise a pretty large solution in VS2010.

Id like to place my datasets into a sub folder of the 开发者_Go百科root but when I do I get a string of errors, how can I move them and update any reference to them?

Thankyou


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.


It's not beautifully flexible but you could use a Find & Replace on all files in the solution?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜