|
-
Jun 19th, 2013, 11:32 PM
#1
Thread Starter
Hyperactive Member
[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.
-
Jun 19th, 2013, 11:41 PM
#2
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?
-
Jun 20th, 2013, 10:25 AM
#3
Re: vb.net.exe stooped working in windows 8
 Originally Posted by jmcilhinney
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:
 Originally Posted by OP
(this is not the only one)
What else is there? Are they relatively the same error as this one?
-
Jun 20th, 2013, 10:37 AM
#4
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!
-
Jun 21st, 2013, 04:28 AM
#5
Thread Starter
Hyperactive Member
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?
-
Jun 21st, 2013, 01:24 PM
#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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|