Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Multi-dimensional arrays are not supported. Use a jagged array instead

Multi-dimensional arrays are not supported. Use a jagged array instead

Scheduled Pinned Locked Moved ASP.NET
data-structureshelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nicholas Naddaf
    wrote on last edited by
    #1

    I got this error message when I tried to browse my web service "Multi-dimensional arrays are not supported. Use a jagged array instead" I need to know why because I have to tell my boss why I spent more in order to convert all the multi-dimensional arrays to jagged arrays

    I 1 Reply Last reply
    0
    • N Nicholas Naddaf

      I got this error message when I tried to browse my web service "Multi-dimensional arrays are not supported. Use a jagged array instead" I need to know why because I have to tell my boss why I spent more in order to convert all the multi-dimensional arrays to jagged arrays

      I Offline
      I Offline
      Ian Darling
      wrote on last edited by
      #2

      Possibly because a "straight" multidimensional array is just a specific case of jagged array? A jagged array is an array that contains arrays, and these arrays can be of any length (including all the same). Web Services probably support jagged arrays, because these can be used to implement "straight" m-d arrays as well as anything else, but not the other way round. I have just made this up though, but it sounds plausible :-) Google search on your error returns these, which suggest I'm half right: http://www.vijaymukhi.com/documents/books/xmlsoap/chap3.htm http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=uHzLnB8TDHA.2208%40TK2MSFTNGP11.phx.gbl&rnum=1&prev=/groups%3Fsourceid%3Dnavclient%26ie%3DUTF-8%26oe%3DUTF-8%26q%3D%2522Multi-dimensional%2Barrays%2Bare%2Bnot%2Bsupported.%2BUse%2Ba%2Bjagged%2Barray%2Binstead%2522 -- Ian Darling

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups