CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2004
    Posts
    62

    .suo remain visible

    Hi,

    how can I force the .suo file visual studio creates to stay visible ?

    Thanks

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: .suo remain visible

    Not sure.

    Out of curiosity, why do you need it to be visible?

  3. #3
    Join Date
    Apr 2004
    Posts
    62

    Re: .suo remain visible

    I want it to stay visible because its really annoying when I archive my files and I always get the popup about the hidden file.

  4. #4
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: .suo remain visible

    Can you set a filter to the archive operation that excludes the *.suo files?

    Or, can you write a batch file that deletes the *.suo files before archiving?

    Understand that *.suo files get regenerated when you open a sln or project so you don't need to keep them around.

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