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

Google though I tried, I cannot seem to figure out how to get rid
I cannot figure out why I get this error during check-in. I checked in
I'm probably missing something very basic but I cannot figure out why I get
I cannot figure out a way to get other channel types, e.g. sender channel,
I am using cfchart and I cannot figure out how to get the Y-Axis
I look in documentation and source code but cannot figure out how to get
I am using Grails 1.3.7 and cannot figure out how to get version 4.0
I'm still new to ExtJS and I cannot figure out how to get code-generated
I am using highcharts and cannot figure out what the date input should be
Cannot figure out how to get access to the extended properties of a child

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.