Question How to copy a project and change the name of it

tvb2727

Member
Joined
Jul 19, 2012
Messages
8
Programming Experience
1-3
I am wanting to copy a project I have already developed with vs 2010 and vb.net code. I want to move it from an ACCESS DB to an SQL DB. How can I copy the folder(project) and make it work, so I can have both files - one connecting with access db and the other with sql server 2008?

I tried to just copy and rename the main root folder and when I open the Project I have this error below. I want to move the main folder from CR to CRsql.

---------------------------
Microsoft Visual Basic 2010 Express
---------------------------
There is no editor available for 'C:\CRsql\CR\msg_box_grid.vb'.


Make sure the application for the file type (.vb) is installed.
---------------------------
OK
---------------------------
 
I was able to change the project name from CR to CRsql in the solution explorer and then my .vb forms would show up without an error.
 
Back
Top