Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 703943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:53:12+00:00 2026-05-14T03:53:12+00:00

I cannot figure out how to get rid of errors that should not be

  • 0

I cannot figure out how to get rid of errors that should not be halting my compilation in Visual Studio 2010, and should not be show-stoppers (I will fix them later). I don’t want the compiler to just return an error and halt on these kinds of problems.

For example, I’m getting the following error:

Error 1 Warning as Error: XML comment
on
‘ScrewTurn.Wiki.SearchEngine.Relevance.Finalize(float)’
has a paramref tag for ‘IsFinalized’,
but there is no parameter by that name
C:\www\Wiki\Screwturn3_0_2_509\SearchEngine\Relevance.cs
60 70 SearchEngine

for this code:

  /// <summary>
  /// Normalizes the relevance after finalization.
  /// </summary>
  /// <param name="factor">The normalization factor.</param>
  /// <exception cref="InvalidOperationException">If <paramref name="IsFinalized"/> is <c>false</c> (<see cref="M:Finalize"/> was not called).</exception>
  public void NormalizeAfterFinalization(float factor) {
      if (factor < 0)
          throw new ArgumentOutOfRangeException("factor", "Factor must be greater than or equal to zero");

      if (!isFinalized)
          throw new InvalidOperationException("Normalization can be performed only after finalization");
      value = value * factor;
  }

I looked in menu Tools -> Options, but I don’t see where I can tweak the compiler and tell it not to worry about comment or XHTML based errors.

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T03:53:12+00:00Added an answer on May 14, 2026 at 3:53 am

    Each project in Visual Studio has a “treat warnings as errors” option. Go through each of your projects and change that setting:

    1. Right-click on your project, select “Properties”.
    2. Click “Build”.
    3. Switch “Treat warnings as errors” from “All” to “Specific warnings” or “None”.

    The location of this switch varies, depending on the type of project (class library vs. web application, for example).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I cannot figure out why this is not working. I get the same thing
A puzzler from a coworker that I cannot figure out... update btd.dbo.tblpayroll set empname
I have not used generics much and so cannot figure out if it is
I often work with sales and marketing types that cannot figure out how to
still cannot figure out what I am doing wrong. Just trying to get a
Cannot figure out how to get access to the extended properties of a child
Hello I cannot figure out why I get this error. I've got a list
I cannot figure out how to change the title bar icon (the icon in
I cannot figure out a way to disable a container AND its children in
I cannot figure out how to enable per-session instances for my WCF service while

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.