2

When ever I make a change to a typed-dataset in visual studio it will change the namespace to one based on what folder the file is in. Is there anyway to stop if from changing the namespace if one is already defined?

Chad
  • 1,512
  • 1
  • 16
  • 40
  • possible duplicate of [Turn Off the Folder/Namespace Convention](http://stackoverflow.com/questions/6246637/turn-off-the-folder-namespace-convention) – jv42 Aug 08 '12 at 13:38

1 Answers1

1

I presume you've found an answer by now (possibly here) or accepted that it's not really a bad way to go, but for those who run across this in the future:

ReSharper has a setting that allows you to do so - although it sounds imperfect to me.

Community
  • 1
  • 1
brichins
  • 3,825
  • 2
  • 39
  • 60
  • I am tempted to flag this as a duplicate of that answer... But for now ill give you credit for the answer. No I had not solved it we just worked around it. – Chad Aug 08 '12 at 14:51