10

I'm doing some solution housecleaning and want to move a few web references from one project to another. VS2010 will not let me drag/drop them from one project to another. What is the easiest way to move them? If it matters these are old-style asmx web services, not WCF services.

Costique
  • 23,712
  • 4
  • 76
  • 79
Gabe Moothart
  • 31,211
  • 14
  • 77
  • 99

1 Answers1

8

I think you'll have to manually copy the folders. And then edit the project file in a diff tool like Beyond Compare.

Actually a thought - can you not add the project to the current solution and copy/paste or drag copy?

Eric Pohl
  • 2,324
  • 1
  • 21
  • 31
Preet Sangha
  • 64,563
  • 18
  • 145
  • 216