application starts and closes

Discussion in 'C#' started by rnbguy, Jun 26, 2007.

  1. rnbguy

    rnbguy New Member

    Joined:
    Jun 25, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    its strange i just developed a c# windows app using Visual studio, when running it on my computer it brings up window fine, but when i run it on another computer with .net 2.0 installed it will only flash a cmd window quickly and close??
     
  2. rnbguy

    rnbguy New Member

    Joined:
    Jun 25, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    its now saying this:

    program too big to fit in memory
     
  3. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    Probably the application you are trying to run has some minimum memory requirement that is not there in the other machine. Check out the RAM size / Virtual memory of both the machines.
     
  4. rnbguy

    rnbguy New Member

    Joined:
    Jun 25, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    yeah turned out had to rename it to .exe to use more memory works fine now
     
  5. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    What was the extension before.
     
  6. rnbguy

    rnbguy New Member

    Joined:
    Jun 25, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
  7. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    A .NET application with .com extension is not expected because .com is a now considered like a DOS executables.
     
  8. rnbguy

    rnbguy New Member

    Joined:
    Jun 25, 2007
    Messages:
    9
    Likes Received:
    0
    Trophy Points:
    0
    ahh okay thanx for clearing that up
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice