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

  • Thread starter Thread starter Dinesh Jain
  • Start date Start date
D

Dinesh Jain

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
 
Hi,

Do you have service pack 2 for framework 1.0 installed ?

Ken
 
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.SetWindowPos(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
 
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.SetWindowPos
(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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Floppy Fix 1
Floppy Fix 1
Floppy Fix 12
MRxSmb Event ID 3034 error code c0000064 1
SelectActiveFrame bug 2
Date Time Casting Problem 2
CF Toolbar buttons with Transparency? 2
Late bind ActiveX DLL problem 2

Back
Top