ExecutionEngineException and No Touch problem

J

Jack Wright

Dear All,
We have deployed our client applications via No Touch and are using
..net 1.0...when the client restarts his machine and lauches the stub
program (.net exe), he sometimes gets ExecutionEngineException or
NullReference exception...
this happens only the first time after his machine has been restarted
(his machine is not the WebServer)...Is this a known issue with No
Touch?
Is there a workaround for the same? Please help...

TALIA
Many Regards
Jack
 
D

David Levine

Try upgrading to v1.1 - there were a number of known internal bugs that have
been corrected. If you can't do that then at a minimum you will need to
provide a complete stack trace.
 
J

Jack Wright

Thanks for replying...
here is the stack trace...
system.windows.forms.dll!System.Windows.Forms.NativeWindow::FromHandle(_
_int32 handle) + 0x81 bytes
system.windows.forms.dll!System.Windows.Forms.Control::FromHandleInterna
l(__int32 handle) + 0x7 bytes
system.windows.forms.dll!System.Windows.Forms.Application::ThreadWindows
Callback(__int32 hWnd, __int32 lparam) + 0x3e bytes
system.windows.forms.dll!System.Windows.Forms.Application::ThreadWindows
ThreadWindows(System.Windows.Forms.Control parent, bool onlyWinForms) +
0xdb bytes

system.windows.forms.dll!ThreadContext::DisposeThreadWindows() + 0xd0
bytes
system.windows.forms.dll!ThreadContext::Dispose() + 0xf7 bytes
system.windows.forms.dll!ThreadContext::RunMessageLoop(__int32 reason,
System.Windows.Forms.ApplicationContext context) + 0x1c6 bytes
system.windows.forms.dll!System.Windows.Forms.Application::Run(System.Wi
ndows.Forms.Form mainForm) + 0x34 bytes
ituffwf.i1tuffComm.dll!ituffwf.i1tuffComm.winMang::AddFormWithThreadProc
() + 0x6e bytes

Please help...

TALIA

Many Regards
Jack
 
J

Jack Wright

No...I cannot...my clients don't want to upgrade to v1.1 they would
prefer to go to 2.0...I cannot request them to install v1.1 it is too
much of an effort for them...
Is there some way I can overcome this problem please...
Here is the stack trace of NullReferenceException...
System.NullReferenceException: Object reference not set to an instance
of an object.
at SkinCrafter.SCSkin.impExcludeWnd(Int32 hWnd, Int32 withChildren)
at SkinCrafter.SCSkin.ExcludeWnd(Int32 hWnd, Int32 withChildren)
at Jizo.MySkin.ExcludeSkin(Control ctrl)
at Jizo.MyToolBarGroup.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)

***************************************************System.ExecutingEngin
eException Stack
Trace*******************************************************
system.windows.forms.dll!System.Windows.Forms.NativeWindow::FromHandle
(__int32 handle) + 0x81 bytes

system.windows.forms.dll!System.Windows.Forms.Control::FromHandleIntern
al(__int32 handle) + 0x7 bytes
system.windows.forms.dll!System.Windows.Forms.Form::get_ActiveForm() +
0x8a bytes
Jizo.dll!Jizo.MyMsgBox::MyMsgBox(String* msg, String* title, String*
msgUIKey, String* titleUIKey, System.Reflection.Assembly assembly,
Jizo.MyMsgBoxButtons btn, Jizo.MyMsgBoxIcons ico) + 0x251 bytes
Jizo.dll!Jizo.MyMsgBox::ShowBaseExceptionMessage(Jizo.MyBaseException
ex) + 0x91 bytes
Jizo.dll!Jizo.MyMsgBox::Show(System.Exception e) + 0xf8 bytes
Jizo.Comm.dll!Jizo.Comm.frmStartup::AddForm(Jizo.Comm.WindowManager
oCurrentWindow) + 0x3ac bytes
Jizo.Comm.dll!Jizo.Comm.frmStartup::frmStartup_Load(System.Object
sender, System.EventArgs e) + 0x2b bytes

system.windows.forms.dll!System.Windows.Forms.Form::OnLoad(System.Event
Args e) + 0xf2 bytes
system.windows.forms.dll!System.Windows.Forms.Form::OnCreateControl()
+ 0x40 bytes

system.windows.forms.dll!System.Windows.Forms.Control::CreateControl(bo
ol fIgnoreVisible) + 0x199 bytes
system.windows.forms.dll!System.Windows.Forms.Control::CreateControl()
+ 0xd bytes

system.windows.forms.dll!System.Windows.Forms.Control::WmShowWindow(Sys
tem.Windows.Forms.Message m) + 0xc7 bytes

system.windows.forms.dll!System.Windows.Forms.Control::WndProc(System.W
indows.Forms.Message m) + 0x65e bytes

system.windows.forms.dll!System.Windows.Forms.ScrollableControl::WndPro
c(System.Windows.Forms.Message m) + 0x36 bytes

system.windows.forms.dll!System.Windows.Forms.ContainerControl::WndProc
(System.Windows.Forms.Message m) + 0x17 bytes

system.windows.forms.dll!System.Windows.Forms.Form::WmShowWindow(System
..Windows.Forms.Message m) + 0x36 bytes

system.windows.forms.dll!System.Windows.Forms.Form::WndProc(System.Wind
ows.Forms.Message m) + 0x1f5 bytes

system.windows.forms.dll!ControlNativeWindow::OnMessage(System.Windows.
Forms.Message m) + 0xb bytes

system.windows.forms.dll!ControlNativeWindow::WndProc(System.Windows.Fo
rms.Message m) + 0xbc bytes

system.windows.forms.dll!System.Windows.Forms.NativeWindow::Callback(__
int32 hWnd, __int32 msg, __int32 wparam, __int32 lparam) + 0x30 bytes

system.windows.forms.dll!System.Windows.Forms.Control::SetVisibleCore(b
ool value) + 0xb4 bytes

system.windows.forms.dll!System.Windows.Forms.Form::SetVisibleCore(bool
value) + 0xfb bytes

system.windows.forms.dll!System.Windows.Forms.Control::set_Visible(bool
value) + 0xe bytes
system.windows.forms.dll!ThreadContext::RunMessageLoop(__int32 reason,
System.Windows.Forms.ApplicationContext context) + 0xbb bytes

system.windows.forms.dll!System.Windows.Forms.Application::Run(System.W
indows.Forms.Form mainForm) + 0x34 bytes

imedwf.i1ccommunication.dll!Jizo.Comm.MyWindowManager::AddFormWithThrea
dProc() + 0x6e bytes

Please help...

TALIA

Many Regards
Jack
 
D

David Levine

I have no ideas other then upgrading. I suggest opening an incident with
Microsoft - they might have a patch or a workaround.
 
J

Jack Wright

Does MS accept this as a problem in 1.0? Is there an article published
by MS for the same? I can then take this issue up with my customers.

Please help...

Many Regards
Jack
 

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