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

  • Home
  • SEARCH
  • 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 6042989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:51:02+00:00 2026-05-23T06:51:02+00:00

This code throws an error Format exception. String must be exactly one character long.

  • 0

This code throws an error “Format exception. String must be exactly one character long”. I cant see why. Any ideas?

var contract = (from c in db.SM_CONTRACTs
                where c.CON_TUK2 != null
                   && c.CON_TUK2 == req.Imei
                select c).FirstOrDefault();

req.Imei looks like “8944200005977030038”

The data context loooks like:

[Column(Storage="_CON_TUK2", DbType="VarChar(20)")]
public string CON_TUK2
{
    get
    {
        return this._CON_TUK2;
    }
    set
    {
        if ((this._CON_TUK2 != value))
        {
            this.OnCON_TUK2Changing(value);
            this.SendPropertyChanging();
            this._CON_TUK2 = value;
            this.SendPropertyChanged("CON_TUK2");
            this.OnCON_TUK2Changed();
        }
    }
}
  • 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-23T06:51:03+00:00Added an answer on May 23, 2026 at 6:51 am

    What is probably going on is that the SM_CONTRACTs table in your database has one or more varchar(1) (or nvarchar(1)) columns. The Code Generator will convert this to System.Char in your model. This will throw the FormatException whenever the data is not exactly one character.

    Try to look for this column in your model designer and change the Code Generation – Type property to ‘String’.

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

Sidebar

Related Questions

Hi I have below pseudo code with throws an exception like this throw new
This code does not throw an error but the query fails, that is, the
Given this piece of code : public static void writeFile(File file,List buffer)throws IOException{ File
I am writing code that catches this OutOfMemoryException and throws a new, more intuitive
i'm trying the camera preview This is my code and it doesn't throw any
I don't understand why, but this code gives me a JavaScript error: <script type=text/javascript>
does anyone have an idea, why this Python 3.2 code try: raise Exception('X') except
I have more or less exactly the same error as in this post ,
I'm getting the error Exception in thread main java.lang.NumberFormatException: For input string: scores.txt at
I'm trying to make this code generic: public final Object unwrap(Class arg0) { throw

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.