System.OutOfMemoryException'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • king solomon

    #1

    System.OutOfMemoryException'

    Hi,
    I have installed VS.Net(Ver:7.0. 9466) & .Net_Frameword_ 1.0
    (Ver: 1.0.3705). Until recently, I could develop and run
    applications using the VS.IDE.

    A couple of days ago, I downloaded a sample application
    (remoting example) that required .Net_Framework_ 1.1.
    Since then I can only run console apps. If I try to run a
    windows app with only a form, I get the following error
    message:
    /*---------------------------------------------------
    1. WINDOWS APP WITH ONLY A FORM
    -------------------------------
    An unhandled exception of
    type 'System.OutOfMe moryException' occurred in
    system.windows. forms.dll

    Additional information: Error creating window handle.

    -----------------------------------------
    2. WINDOWS APP WITH FORM AND TEXTBOX ONLY
    -----------------------------------------
    An unhandled exception of
    type 'System.NullRef erenceException ' occurred in system.dll

    Additional information: Object reference not set to an
    instance of an object.
    ------------------------------------------------------*/

    I uninstalled everything that has to do with VS.Net and re-
    installed it. The problem still remains.

    I tried to run a compiled windows application written in
    VS.Net in a different developer machine and it seems to
    run fine.

    WHAT IS THE PROBLEM
    Thanx.

    ..


  • Tim Stephenson

    #2
    Re: System.OutOfMem oryException'

    Did you install framework 1.1 when trying to run the sample app ?

    One option that may sort the problem out would be to remove Visual Studio,
    remove the framework (both 1.0 & 1.1) and then reinstall - frameworks
    first.

    --
    Regards

    Tim Stephenson MCSD.NET
    Charted MCAD & MCSD.NET Early Achiever


    "king solomon" <solomon.fekadu @texceltechnolo gy.com> wrote in message
    news:038401c38f 25$6fdb49b0$a00 1280a@phx.gbl.. .[color=blue]
    > Hi,
    > I have installed VS.Net(Ver:7.0. 9466) & .Net_Frameword_ 1.0
    > (Ver: 1.0.3705). Until recently, I could develop and run
    > applications using the VS.IDE.
    >
    > A couple of days ago, I downloaded a sample application
    > (remoting example) that required .Net_Framework_ 1.1.
    > Since then I can only run console apps. If I try to run a
    > windows app with only a form, I get the following error
    > message:
    > /*---------------------------------------------------
    > 1. WINDOWS APP WITH ONLY A FORM
    > -------------------------------
    > An unhandled exception of
    > type 'System.OutOfMe moryException' occurred in
    > system.windows. forms.dll
    >
    > Additional information: Error creating window handle.
    >
    > -----------------------------------------
    > 2. WINDOWS APP WITH FORM AND TEXTBOX ONLY
    > -----------------------------------------
    > An unhandled exception of
    > type 'System.NullRef erenceException ' occurred in system.dll
    >
    > Additional information: Object reference not set to an
    > instance of an object.
    > ------------------------------------------------------*/
    >
    > I uninstalled everything that has to do with VS.Net and re-
    > installed it. The problem still remains.
    >
    > I tried to run a compiled windows application written in
    > VS.Net in a different developer machine and it seems to
    > run fine.
    >
    > WHAT IS THE PROBLEM
    > Thanx.
    >
    > .
    >
    >[/color]


    Comment

    Working...