Results 1 to 6 of 6

Thread: [RESOLVED] vb.net.exe stoped working in windows 8

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    285

    Resolved [RESOLVED] vb.net.exe stoped working in windows 8

    Hi,
    We have GlobalModule.exe developed using VB .NET. It is working good in windows XP and windows7. But in windows8 'Global module has stopped working' error occurs randomly ...it is even working in windows 8 but this error occurs randomly
    This happens if we access program after some break and sometimes when we are closing program (Also while refreshing).

    once when we viewed the problem it listed as:
    Problem signature:
    Problem Event Name: CLR20r3

    Problem Signature 01: call register.exe
    Problem Signature 02: 1.0.4744.35351
    Problem Signature 03: 50dc565c
    Problem Signature 04: System.Drawing
    Problem Signature 05: 4.0.30319.17929
    Problem Signature 06: 4ffa5c71
    Problem Signature 07: 229
    Problem Signature 08: 18
    Problem Signature 09: System.OutOfMemoryException


    OS Version: 6.2.9200.2.0.0.256.48
    Locale ID: 1033

    (this is not the only one)

    can any one please suggest any reason/solution to this
    Last edited by IT researcher; Jun 20th, 2013 at 12:01 AM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: vb.net.exe stooped working in windows 8

    That information mentions System.Drawing and an OutOfMemoryException. Are you doing anything with Images in the application?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Re: vb.net.exe stooped working in windows 8

    Quote Originally Posted by jmcilhinney View Post
    That information mentions System.Drawing and an OutOfMemoryException. Are you doing anything with Images in the application?
    I about cringed when I saw clr20r3 but then I noticed what you did. This hopefully is something relatively simple.

    You said:
    Quote Originally Posted by OP
    (this is not the only one)
    What else is there? Are they relatively the same error as this one?

  4. #4
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: vb.net.exe stoped working in windows 8

    can any one please suggest any reason/solution to this
    It's Windows 8 ('nuff said!)/rewrite, update, test and debug the program in VS2012 on a W8 machine with Framework 4.5 and see what happens. It's the only real way to see why the program and W8 don't play well together. Alternatively, ditch W8 like all sensible people around the world and join the W7 Preservation Society!
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2013
    Posts
    285

    Re: vb.net.exe stoped working in windows 8

    thanks for the reply...i will try to do that ....at the mean time i can supply u with little more information of the problem....
    i used IL DASM to find where the problem is ....
    i found that it is in class System.Drawing.Graphics
    FromHdcInternal(native int hdc) of version 4
    in line IL_0018: ldloc.1
    but how to find out what this refers in the actual program?
    could huge GDI object be a reason?

  6. #6

    Re: vb.net.exe stoped working in windows 8

    Like what JMC asked, what are you drawing?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width