CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Nov 2010
    Posts
    54

    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?

    Thanks

    Alan

  2. #2
    Join Date
    Jul 2009
    Location
    India
    Posts
    835

    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.
    ◄◄ hypheni ►►

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured