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