CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2005
    Posts
    45

    How do you shut this thing off?

    I don't know how this got started on my project, but I was working on a C++ program in Visual Studio and somehow this thing called Run Code Analysis on Solution got started. Now I can't shut it off. I don't want or need it now. How do I shut it off?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,237

    Re: How do you shut this thing off?

    Follow these steps:
    1. in Solution Explorer window, right click on the project and choose Properties from menu;
    2. in the left pane select Code Analysis;
    3. depending on Visual Studio version, find in the right pane a checkbox or a combobox with the text Enable Code Analysis on Build;
    4. finally, uncheck or select No.


    EnableCodeAnalysis.jpg
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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