How to Copy my C# project from one machine to another??
-
I had did a project in C# in a machine, now i need to transfer all its files to another machine?When i copied the solution folder and dropped in new machine in a right path? i had installed same version of Vs200 and Sqlserver2005 when i tried to open the same in new machine , i couldnt find my projects Solutin icon in solution explorer? Also i couldnt set a new form created in new machine as startup in the same folder? Pls help. How to rectify this?
senthil
-
I had did a project in C# in a machine, now i need to transfer all its files to another machine?When i copied the solution folder and dropped in new machine in a right path? i had installed same version of Vs200 and Sqlserver2005 when i tried to open the same in new machine , i couldnt find my projects Solutin icon in solution explorer? Also i couldnt set a new form created in new machine as startup in the same folder? Pls help. How to rectify this?
senthil
Well I never had a problem with just copying the complete folder to a new PC and then opening the solution (that should only contain relative paths) - maybe you are missing some critical files that are located on another folder (for example the solution file?)?
-
Well I never had a problem with just copying the complete folder to a new PC and then opening the solution (that should only contain relative paths) - maybe you are missing some critical files that are located on another folder (for example the solution file?)?
And that got voted down, guess it wasn't the answer they where looking for. I also have never had a problem with copying projects. They just work, wherever i put them.
My current favourite word is: Bauble!
-SK Genius
-
I had did a project in C# in a machine, now i need to transfer all its files to another machine?When i copied the solution folder and dropped in new machine in a right path? i had installed same version of Vs200 and Sqlserver2005 when i tried to open the same in new machine , i couldnt find my projects Solutin icon in solution explorer? Also i couldnt set a new form created in new machine as startup in the same folder? Pls help. How to rectify this?
senthil
Hope you are dealing with windows desktop application.If yes then hope below items are matched with items in ur another maching. .NET Framework Visual studio XXX sql server xxx If u r dealing with Web application then chk out its ISI path as well as virtual directory path. nJoy .NET
Regards Chintan www.visharadsoft.com (I am thinking to change humans to computer, but unfortunately GOD will not give me the source code)
-
I had did a project in C# in a machine, now i need to transfer all its files to another machine?When i copied the solution folder and dropped in new machine in a right path? i had installed same version of Vs200 and Sqlserver2005 when i tried to open the same in new machine , i couldnt find my projects Solutin icon in solution explorer? Also i couldnt set a new form created in new machine as startup in the same folder? Pls help. How to rectify this?
senthil
Check in the Visual Studio 2005\Projects directory for the solution directory. The solution file is probably sitting in there.
Deja View - the feeling that you've seen this post before.