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. C#
  4. Possibilities for 'Out of Memory Exception'

Possibilities for 'Out of Memory Exception'

Scheduled Pinned Locked Moved C#
performance
5 Posts 5 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.
  • I Offline
    I Offline
    ilango gandhi
    wrote on last edited by
    #1

    Possibilities for 'Out of Memory Exception'

    C N 2 Replies Last reply
    0
    • I ilango gandhi

      Possibilities for 'Out of Memory Exception'

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      You're out of memory. If you want more detail, you need to provide more info.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      1 Reply Last reply
      0
      • I ilango gandhi

        Possibilities for 'Out of Memory Exception'

        N Offline
        N Offline
        Nouman Bhatti
        wrote on last edited by
        #3

        simple .. u'r system doesn't have enough memory as it is required to complete the running program execution

        H 1 Reply Last reply
        0
        • N Nouman Bhatti

          simple .. u'r system doesn't have enough memory as it is required to complete the running program execution

          H Offline
          H Offline
          Harkamal Singh
          wrote on last edited by
          #4

          our application is .net oracle drive based and sometimes we get this error though 2GB RAM is lying free. In our case, we reset msdtc (specific to our environment).

          before c# there was darkness

          R 1 Reply Last reply
          0
          • H Harkamal Singh

            our application is .net oracle drive based and sometimes we get this error though 2GB RAM is lying free. In our case, we reset msdtc (specific to our environment).

            before c# there was darkness

            R Offline
            R Offline
            Rudolf Jan
            wrote on last edited by
            #5

            Most of the time this is caused by a very stupid programming error. It happened to me when I just started using C#, I did nogt completely understand the concept of properties and made a prperty assign to itself. It is difficult to give a general way out. Your best chance is to try isolate the probleme, but maybe you have to tear down your complete application to find out which line of code causes the problem. You may use breakpoints to find out where your application uses operations that appear to take a long time (normally it takes some time to fill such an amount of memory). Good bug hunting!

            Rudolf Heijink

            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