Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I move a Web References from one project to another in VS2010?

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.

like image 266
Gabe Moothart Avatar asked Sep 02 '10 23:09

Gabe Moothart


1 Answers

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?

like image 158
Preet Sangha Avatar answered Nov 15 '22 21:11

Preet Sangha