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 7010077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:56:41+00:00 2026-05-27T21:56:41+00:00

My error message is as listed in the header Input string was not in

  • 0

My error message is as listed in the header “Input string was not in a correct format” however the stack trace is even more cryptic


Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat) at Microsoft.VisualBasic.CompilerServices.Conversions.ToDouble(String Value, NumberFormatInfo NumberFormat)

This is worse due to the fact that nowhere in the project does it use “ParseDouble”. I believe that this has something to do with the objectfactorylibrary but can’t pin anything down.

Has anyone seen something similar or point me in a general direction?

Edit:
Additional information, this is a production only issue with local, dev, and QA unable to reproduce the error in any environment but Production.

  • 1 1 Answer
  • 0 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-27T21:56:42+00:00Added an answer on May 27, 2026 at 9:56 pm

    The stack trace is referring to a method inside of the .NET Framework code, called ParseDouble. It does not exist in your code. This is why the entire namespace is included, so that you can tell where the method is defined. If it starts with Microsoft or System, it’s not something you wrote.

    You probably used the CDbl operator (it’s that thing that looks like a function call to the uninitiated), and internally, the .NET Framework translated that to a call to the Conversions.ToDouble method, which internally calls the Conversions.ParseDouble method. These are implementation details that you should not have to be concerned with. Keep traveling up the stack trace until you find the last method called that is part of your code.

    As far as why your code is throwing that error, it’s almost impossible to say without seeing some code that reproduces it.

    However, my psychic debugging powers tell me that you’re probably trying to parse a string value into a number, and the method is failing because the string does not contain a valid number. Check the value of the string you’re passing into the method and update your question. It’s probably an issue of the language settings on your computer. Do you use a language where , (a comma) is the decimal separator rather than . (a period)?

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

Sidebar

Related Questions

I get the following error message in SQL Server 2005: User '<username>' does not
I get this error message when running rake db:create Could not find gem 'sqlite3
Error message: fatal: git checkout: updating paths is incompatible with switching branches/forcing How to
This error message appears on a colleague's machine when he tries to launch a
Parser Error Message: The entry 'SiteSqlServer' has already been added. Source Error: Line 23:
This error message is driving me nuts. I'm getting it when using Html.ListBox and
The error message I gen when I try to access the web page server
The above error message comes up just before SQL Server marks the database as
I'm getting an error message when I try to build my project in eclipse:
We're seeing the error message ORA-00936 Missing Expression for the following SQL: Note that

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.