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. General Programming
  3. .NET (Core and Framework)
  4. Index was outside the bound of the array error after deployment

Index was outside the bound of the array error after deployment

Scheduled Pinned Locked Moved .NET (Core and Framework)
sysadminhelpdatabasedata-structures
6 Posts 4 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.
  • P Offline
    P Offline
    Prajin
    wrote on last edited by
    #1

    Hi, When I deploy my web application in a Windows 2003 server(SP2) it is giving the array "index was outside the bound of the array".If you have any suggestions to resolve this issue please let me know. Regards, Prajin

    L O 2 Replies Last reply
    0
    • P Prajin

      Hi, When I deploy my web application in a Windows 2003 server(SP2) it is giving the array "index was outside the bound of the array".If you have any suggestions to resolve this issue please let me know. Regards, Prajin

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Any idea on what we should base our suggestions ?

      Luc Pattyn


      try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


      1 Reply Last reply
      0
      • P Prajin

        Hi, When I deploy my web application in a Windows 2003 server(SP2) it is giving the array "index was outside the bound of the array".If you have any suggestions to resolve this issue please let me know. Regards, Prajin

        O Offline
        O Offline
        originSH
        wrote on last edited by
        #3

        Prajin wrote:

        If you have any suggestions to resolve this issue please let me know.

        Well the index your trying to access ... in the array ... is out of the bounds :P i.e. if you have 28 items your trying to access either <= -1 or >= 28. The trick is to read the exception text, suprisingly it tells you whats wrong. I'd hate to see what you'd do if you got a Win32 error X|

        L 1 Reply Last reply
        0
        • O originSH

          Prajin wrote:

          If you have any suggestions to resolve this issue please let me know.

          Well the index your trying to access ... in the array ... is out of the bounds :P i.e. if you have 28 items your trying to access either <= -1 or >= 28. The trick is to read the exception text, suprisingly it tells you whats wrong. I'd hate to see what you'd do if you got a Win32 error X|

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          I wonder how do you know all this ?

          Luc Pattyn


          try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


          P 1 Reply Last reply
          0
          • L Luc Pattyn

            I wonder how do you know all this ?

            Luc Pattyn


            try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


            P Offline
            P Offline
            Pete OHanlon
            wrote on last edited by
            #5

            It's a gift he's got.

            Deja View - the feeling that you've seen this post before.

            O 1 Reply Last reply
            0
            • P Pete OHanlon

              It's a gift he's got.

              Deja View - the feeling that you've seen this post before.

              O Offline
              O Offline
              originSH
              wrote on last edited by
              #6

              It's my amazing psychic powers ... didn't ya know? :P I can take mere text and extract meaning out of it! I'm going to start a tour of lectures soon called how to read AND understand ... I'll make millions.

              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