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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T04:43:14+00:00 2026-06-08T04:43:14+00:00

hello again i finally finish my web service and client and it works fine

  • 0

hello again i finally finish my web service and client and it works fine from the client side how ever when i try to acces de server from my web browser i receive the error can’t serialize object type System.Double[,] No support multidimensional arrays. I think it’s due to my webmethod return a multidimensional array, how ever i need to return this array, con someone help try to solve this error or how to work aroudn it
note: i am usign C#, asp.net. IIS, write in the NotePad, not using visual studio

  • 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-08T04:43:17+00:00Added an answer on June 8, 2026 at 4:43 am

    Reencode your data as double[][]

    Here’s a method do do it:

    public static T[][] ConvertToJaggedArray<T>(T [,] multiArray)
    {
      int numOfColumns=multiArray.GetLength(0);
      int numOfRows=multiArray.GetLength(1);
      T[][] jaggedArray = new T[numOfColumns][];
    
      for (int c = 0; c < numOfColumns; c++)
      {
          jaggedArray[c] = new T[numOfRows];
          for (int r = 0; r < numOfRows; r++)
          {
              jaggedArray[c][r] = multiArray[c, r];
          }
      }
    
      return jaggedArray;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello Again my fellow programmers out there, I'm designing and programming from scratch a
My client sends to the client and reads acknowledged successfully from server just for
Hello again ladies and gents! OK, following on from my other question on ASP.NET
Hello again Stack Overflow. you probably remember me from my unit spawning problem in
Hello again codes masters, I'm stuck at this piece of codes for dropdown menu.
Hello again everyone, This time I have a problem with Intent & Extras. here's
Hello again, stackoverflow community! I'm working on writing a simple blog system in Rails,
hello again, WSO2 community. My last question about your architecture for my research is
Hello again Stackoverflow people! Assume I have these words: smartphones, smartphone I want to
Hello once again stackoverflow folks, this is really hard and it's been torturing my

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.