Possible Framework Bug

T

Tatham Oddie

Output:
-------
An unhandled exception of
type 'System.Runtime.InteropServices.SEHException'
occurred in system.windows.forms.dll

Additional information: External component has thrown an
exception.


Threads:
--------
3336 <No Name>
System.Windows.Forms.Application.ComponentManager.System.W
indows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPus
hMessageLoop Normal 1


Call Stack:
-----------
system.windows.forms.dll!
System.Windows.Forms.Application.ComponentManager.System.W
indows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPus
hMessageLoop(int dwComponentID = 1, int reason = 4, int
pvLoopData = 0) + 0x2fa bytes
system.windows.forms.dll!
ThreadContext.RunMessageLoopInner(int reason = 4,
System.Windows.Forms.ApplicationContext context =
{System.Windows.Forms.Application.ModalApplicationContext}
) + 0x1da bytes
system.windows.forms.dll!ThreadContext.RunMessageLoop
(int reason = 4, System.Windows.Forms.ApplicationContext
context =
{System.Windows.Forms.Application.ModalApplicationContext}
) + 0x4f bytes
system.windows.forms.dll!
System.Windows.Forms.Application.RunDialog
(System.Windows.Forms.Form form =
{TathamOddie.Components.Windows.Forms.Wizards.WizardForm})
+ 0x36 bytes
system.windows.forms.dll!
System.Windows.Forms.Form.ShowDialog
(System.Windows.Forms.IWin32Window owner = <undefined
value>) + 0x55d bytes
system.windows.forms.dll!
System.Windows.Forms.Form.ShowDialog() + 0x12 bytes
SSW.ExchangeManager.HostUI.exe!
SSW.ExchangeManager.HostUI.Core.Run() Line 75 + 0xb bytes
C#
SSW.ExchangeManager.HostUI.exe!
SSW.ExchangeManager.HostUI.Startup.Main() Line 20 C#


ex.ToString():
--------------

System.Runtime.InteropServices.SEHException: External
component has thrown an exception.
at
System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW
(MSG& msg)
at
System.Windows.Forms.ComponentManager.System.Windows.Forms
..UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop
(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at
System.Windows.Forms.ThreadContext.RunMessageLoopInner
(Int32 reason, ApplicationContext context)
at System.Windows.Forms.ThreadContext.RunMessageLoop
(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.RunDialog(Form
form)
at System.Windows.Forms.Form.ShowDialog(IWin32Window
owner)
at System.Windows.Forms.Form.ShowDialog()
at SSW.ExchangeManager.HostUI.Core.Run() in
c:\data\visual studio
projects\ssw\exchangemanager\hostui\core.cs:line 77


Disassembly:
------------

System.Windows.Forms.Application.ComponentManager.System.W
indows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPus
hMessageLoop

000002d4 FF 50 04 call dword ptr
[eax+4]
000002d7 0F B6 F0 movzx esi,al
000002da 85 F6 test esi,esi
000002dc 0F 85 42 01 00 00 jne 00000424
000002e2 8D 4D C0 lea ecx,[ebp-
40h]
000002e5 FF 15 30 2F EF 06 call dword ptr
ds:[06EF2F30h]
000002eb 83 7D BC 00 cmp dword ptr
[ebp-44h],0
000002ef 74 0F je 00000300
000002f1 8D 4D C0 lea ecx,[ebp-
40h]
000002f4 FF 15 3C 2F EF 06 call dword ptr
ds:[06EF2F3Ch]
000002fa 90 nop
000002fb E9 24 01 00 00 jmp 00000424
00000300 8D 4D C0 lea ecx,[ebp-
40h]
00000303 FF 15 38 2F EF 06 call dword ptr
ds:[06EF2F38h]
00000309 90 nop
0000030a E9 15 01 00 00 jmp 00000424
0000030f 83 7D 0C 02 cmp dword ptr
[ebp+0Ch],2
00000313 0F 84 15 01 00 00 je 0000042E
00000319 C7 45 A8 00 00 00 00 mov dword ptr
[ebp-58h],0
00000320 8B 4D EC mov ecx,dword
ptr [ebp-14h]
00000323 E8 5B C1 FC FF call FFFCC483
 
M

Mattias Sjögren

Does anyone know where I should send this??

Posting it in this group would be a good start. Hopefully a Microsoft
Support engineer will notice it.



Mattias
 

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

Top