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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T22:11:21+00:00 2026-06-07T22:11:21+00:00

Anyone know why I’m getting this error message? The error message: {Message:Invalid JSON primitive:

  • 0

Anyone know why I’m getting this error message?

The error message:

{"Message":"Invalid JSON primitive: tab_group_48.","StackTrace":" at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializePrimitiveObject()\r\n at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)\r\n at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeDictionary(Int32 depth)\r\n at System.Web.Script.Serialization.JavaScriptObjectDeserializer.DeserializeInternal(Int32 depth)\r\n at System.Web.Script.Serialization.JavaScriptObjectDeserializer.BasicDeserialize(String input, Int32 depthLimit, JavaScriptSerializer serializer)\r\n at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)\r\n at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize[T](String input)\r\n at System.Web.Script.Services.RestHandler.GetRawParamsFromPostRequest(HttpContext context, JavaScriptSerializer serializer)\r\n at System.Web.Script.Services.RestHandler.GetRawParams(WebServiceMethodData methodData, HttpContext context)\r\n at System.Web.Script.Services.RestHandler.ExecuteWebServiceCall(HttpContext context, WebServiceMethodData methodData)","ExceptionType":"System.ArgumentException"}

The jQuery:

The relievant jQuery looks like this:

$.ajax({
    type: 'POST',
    url: '/webservices/minimised.asmx/UpdateState',
    data: '{ strTabID:' + tab + ', strWidgetID:' + widget[1] + ', intState:' + state + ' }',

Data posted to server

Where in this example:

Data becomes = { strTabID:tab_group_48, strWidgetID:portlet_4, intState:0 }

The C#:

And the relievant webservice section c# looks like this:

[WebMethod()]
public int UpdateState(string strTabID, string strWidgetID, int intState)
{
    intTabID = Convert.ToInt32(strTabID.Replace("tab_group_", ""));
    strQuery = "update columns set unminimised = @state where tabs_id = @tab and widgets_id = @widget";

    intWidgetID = Convert.ToInt32(strTabID.Replace("portlet_", string.Empty));

    using (connection = new SqlConnection(ConfigurationManager.AppSettings["connString"]))
    {
        using (command = new SqlCommand(strQuery, connection))
        {
            command.Parameters.Add("@tab", SqlDbType.Int, 4).Value = intTabID;
            command.Parameters.Add("@widget", SqlDbType.Int, 4).Value = intWidgetID;
            command.Parameters.Add("@state", SqlDbType.Int, 4).Value = intState;

            connection.Open();
            intAffectedRows = command.ExecuteNonQuery();
            connection.Close();
        }
    }

    return intAffectedRows;
}
  • 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-06-07T22:11:22+00:00Added an answer on June 7, 2026 at 10:11 pm

    Your JSON data format is invalid, you need to wrap the values with single quotes e.g.

    "{ strTabID: '" + tab + "', strWidgetID: '" + widget[1] + "', intState: '" + state + "' }";
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Anyone know why I am getting this error? Terminating app due to uncaught exception
Anyone know how to remedy this error? Specified cast is not valid. Description: An
Anyone know how to solve this warning message? Ambiguity between method 'Microsoft.Office.Interop.Word._Document.Close(ref object, ref
Anyone know how to set the custom 404 Error pages that the Visual Studio
Anyone know how to do draw sth similar to this in Java and working
Anyone know how I can enter a multiline value in an Ant script? I'm
Anyone know why this is happening? Whenever you go to a page on the
Anyone know what would make vs2010 not deploy .json files when doing a publish?
Anyone know of a library/script that can scan source directories and detect circular imports?
Anyone know what type of information this don't panic logs contain? /data/dontpanic And, how

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.