tags:

views:

57

answers:

1

hi

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"?

thanks

+1  A: 

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.

Ciwee
ok i will give a try to this
Ahmet vardar
didnt work, copied app still gets other one's registrydata
Ahmet vardar
@Ahmet: What do you mean by registrydata?
Ciwee
like this"Application.CommonAppDataRegistry.GetValue"
Ahmet vardar