system error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wilfredo Perez

    #1

    system error

    I am using mdi and I have a form that loads when you click on a button, the
    form has a listview which displays data from an access table.
    The problem: when I click on the button to display the form I get a system
    out of memory on system.winfows. form.dll

    Help me


  • Jon Skeet [C# MVP]

    #2
    Re: system error

    Wilfredo Perez <wilfredo@cloud 9.net> wrote:[color=blue]
    > I am using mdi and I have a form that loads when you click on a button, the
    > form has a listview which displays data from an access table.
    > The problem: when I click on the button to display the form I get a system
    > out of memory on system.winfows. form.dll[/color]

    Well, how much memory does your machine have and how big is the table?

    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    • freddy

      #3
      Re: system error

      I have 256 mb and the table is very small just 5 col.[color=blue]
      >-----Original Message-----
      >Wilfredo Perez <wilfredo@cloud 9.net> wrote:[color=green]
      >> I am using mdi and I have a form that loads when you[/color][/color]
      click on a button, the[color=blue][color=green]
      >> form has a listview which displays data from an access[/color][/color]
      table.[color=blue][color=green]
      >> The problem: when I click on the button to display the[/color][/color]
      form I get a system[color=blue][color=green]
      >> out of memory on system.winfows. form.dll[/color]
      >
      >Well, how much memory does your machine have and how big[/color]
      is the table?[color=blue]
      >
      >--
      >Jon Skeet - <skeet@pobox.co m>
      >http://www.pobox.com/~skeet
      >If replying to the group, please do not mail me too
      >.
      >[/color]

      Comment

      • Jon Skeet [C# MVP]

        #4
        Re: system error

        freddy <anonymous@disc ussions.microso ft.com> wrote:[color=blue]
        > I have 256 mb and the table is very small just 5 col.[/color]

        Hmm... Could you post a short but complete program which demonstrates
        the problem?

        What happens if you comment out the bit of code which actually goes to
        the database, and just use an empty dataset instead?

        --
        Jon Skeet - <skeet@pobox.co m>
        Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

        If replying to the group, please do not mail me too

        Comment

        Working...