Debug settings lost after Migrating VS2008 project to another computer
I create a Visual C++ 2008 project in my computer, then set the debugging settings for the project, including the "Command" and "Working Directory". However, after I copy all the project directory to another computer and open it with Visual Studio 2008 again, I find all the debug settings are lost. Is there are way to prevent this problem?
Re: Debug settings lost after Migrating VS2008 project to another computer
Rename <Proj-Name>.vcproj.<Domain>.<Username>.user to <Proj-Name>.vcproj.user before copying the project files to other computer.
And if you are overwriting project files on target machine then make sure that there is no new user's <Proj-Name>.vcproj.<domain>.<username>.user file.
Bookmarks