Reputation: 10162
I am using Visual Basic 2010 Express.
I tried to copy project folder and rename it to duplicate one of my project. But it acts like my old project. I tried change root namespace and assembly name but no luck.
How can I duplicate my whole project like "save as"?
Upvotes: 1
Views: 2651
Reputation: 59336
Ctrl+C Ctrl+V the whole project folder.
After that try taking a look at the SLN file and see if the projects are being referenced with absolute paths.
Upvotes: 1