Utku Dalmaz
Utku Dalmaz

Reputation: 10162

how to duplicate whole project in VB

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

Answers (1)

Andre Pena
Andre Pena

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

Related Questions