473,322 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Facing Two unsolvable problems (may be Bugs) :-(


Hi All,

I am developing an application under Framework 1.0 and really getting
unsolvalble problems-

1. System.ExecutionEngineException in Unknown module:

Occurs sometimes not frequent. (Might be Marshalling problems - read
from MSDN)

2. Failed to create a bitmap compatible with the screen to
get information about screen bitmap format.
Occurs more often than the first one
(When adding .bmp/.ico file's icons to image list)

I am using the following souce code to display local files' icons:

http://groups.google.com/groups?hl=e...8&selm=MPG.16f
c7d524b40b478989b6b%40msnews.microsoft.com&rnum=8

Plase help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #1
3 1957
Hi,

Do you have service pack 2 for framework 1.0 installed ?

Ken
-------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:el***************@TK2MSFTNGP10.phx.gbl...

Hi All,

I am developing an application under Framework 1.0 and really getting
unsolvalble problems-

1. System.ExecutionEngineException in Unknown module:

Occurs sometimes not frequent. (Might be Marshalling problems - read
from MSDN)

2. Failed to create a bitmap compatible with the screen to
get information about screen bitmap format.
Occurs more often than the first one
(When adding .bmp/.ico file's icons to image list)

I am using the following souce code to display local files' icons:

http://groups.google.com/groups?hl=e...8&selm=MPG.16f
c7d524b40b478989b6b%40msnews.microsoft.com&rnum=8

Plase help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 20 '05 #2

Hello Ken,

Thanks for the reply.

I don't have service pack2 installed on my machine.
I have seen the list of bug fixes with Srvice Pack 2-
http://support.microsoft.com/?kbid=321884&sd=msdn
Specially the Marshalling Problem.

Will that really solve my problem - the specific errors
those I am getting?
My Client also reported one more error-

System.Runtime.InteropServices.SEHException: External component has
thrown an exception with the StackTrace-
at System.Windows.Forms.SafeNativeMethods.SetWindowPo s(IntPtr hWnd,
IntPtr hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32
flags)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32
width, Int32 height, BoundsSpecified specified)....

Are those .NET Bugs or am I doing something wrong with
Marshalling issues?

Please help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #3
Hello Ken,

Thanks for the reply.

I don't have service pack2 installed on my machine.
I have seen the list of bug fixes with Srvice Pack 2-
http://support.microsoft.com/?kbid=321884&sd=msdn
Specially the Marshalling Problem.

Will that really solve my problem - the specific errors
those I am getting?
My Client also reported one more error-

System.Runtime.InteropServices.SEHException: External
component has
thrown an exception with the StackTrace-
at System.Windows.Forms.SafeNativeMethods.SetWindowPo s
(IntPtr hWnd,
IntPtr hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32
cy, Int32
flags)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x,
Int32 y, Int32
width, Int32 height, BoundsSpecified specified)....

Are those .NET Bugs or am I doing something wrong with
Marshalling issues?

Please help,
Thanks in advance,

-Regards,
Dinesh

-----Original Message-----
Hi,

Do you have service pack 2 for framework 1.0 installed ?
Ken
-------------
"Dinesh Jain" <di*******@hotmail.com> wrote in message
news:el***************@TK2MSFTNGP10.phx.gbl...

Hi All,

I am developing an application under Framework 1.0 and really getting unsolvalble problems-

1. System.ExecutionEngineException in Unknown module:

Occurs sometimes not frequent. (Might be Marshalling problems - read from MSDN)

2. Failed to create a bitmap compatible with the screen to get information about screen bitmap format.
Occurs more often than the first one
(When adding .bmp/.ico file's icons to image list)

I am using the following souce code to display local files' icons:
http://groups.google.com/groups?hl=en&lr=&ie=UTF- 8&oe=UTF-8&selm=MPG.16f c7d524b40b478989b6b%40msnews.microsoft.com&rnum=8

Plase help,
Thanks in advance,

-Regards,
Dinesh

*** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!

.

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: Jim Hubbard | last post by:
Are you up to speed on the difficulties in using the 1.1 .Net framework? Not if you are unaware of the 1,596 issues listed at KBAlertz (http://www.kbalertz.com/technology_3.aspx). If you are...
55
by: drhowarddrfine | last post by:
I'm working on a web site that could use some control using js but am concerned about what problems I may have with potential users having their js turned off. Has anyone had any serious problems...
0
by: ZMan | last post by:
Scenario: This is about debugging server side scripts that make calls to middle-tier business DLLs. The server side scripts are legacy ASP 3.0 pages, and the DLLs are managed DLLs...
5
by: Michael | last post by:
Hi All, I have three very simple files as below. When I try and compile these with g++ -ansi -Wall -pedantic -o crap Base.h Other.h I get an error: Base.h:7: internal compiler error:...
5
by: psbasha | last post by:
Hi, Currently I am using Active Python 2.4.2 IDLE.I am facing the following issue. - When I modify the code in different modules and execute the main module ,and if any error is coming in some...
2
by: karen987 | last post by:
Can someone please tell me how to alter this code if it needs altering, . thanks in advance. 1. The form keeps focusing on "username" and won't submit. The 2 username functions may be clashing?...
16
by: junky_fellow | last post by:
Guys, I have put the following two lines in a header file to prevent it from getting included multiple times. #ifndef __MY_HDR.H__ #define __MY_HDR.H__ // Some macros here
10
by: kimiraikkonen | last post by:
Visual C#.NET 2005 express has some issues, unlike VB.NET 2005 has none of them: The most annoying one is: For example if there's a coding error, it must be reported at the buttom of the screen...
84
by: jacob navia | last post by:
As many people know, I think that garbage collection is a good solution for many memory allocation problems. I am aware however, that nothing is "the silver bullet", not even the GC. A recent...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.