A
Alan Marchiori
Hello,
I am working on a Windows CE based Kiosk. Mike Hall's Kiosk Mode blog
entries have been usefull (see
http://blogs.msdn.com/mikehall/archive/2005/08/03/447386.aspx). I tried
to take this one step further and rather than use a C/C++ shell launcher
app, I am attempting to launch my kiosk.exe (C#, .net) directly using:
[HKEY_LOCAL_MACHINE\init]
"Launch50"="kiosk.exe"
"Depend50"=hex:14,00,1E,00
it appears to begin launching my app and very quickly there after a
missing method exception is thrown (below). If I boot the windows shell
then launch kiosk.exe everything works great. Does a .NET forms app
require the windows shell be running? Any thoughts?
Thanks
------------------------------------------------------------------------
kiosk.exe
Error
An Unexpected error has occured in kiosk.exe
Select Quit and then restart this program, or select Details for more
information.
1 => Quit
2 => Details
2
kiosk.exe
Error
kiosk.exe
MissingMethodException
Control::_InitIntance+0x31
Control::ctor+0x15
ScrollableControl::.ctor+0x8
ContainerControl::.ctor+0x8
Form::ctor+0x9
Form1::.ctor+0x6
Form1::Main+x28
I am working on a Windows CE based Kiosk. Mike Hall's Kiosk Mode blog
entries have been usefull (see
http://blogs.msdn.com/mikehall/archive/2005/08/03/447386.aspx). I tried
to take this one step further and rather than use a C/C++ shell launcher
app, I am attempting to launch my kiosk.exe (C#, .net) directly using:
[HKEY_LOCAL_MACHINE\init]
"Launch50"="kiosk.exe"
"Depend50"=hex:14,00,1E,00
it appears to begin launching my app and very quickly there after a
missing method exception is thrown (below). If I boot the windows shell
then launch kiosk.exe everything works great. Does a .NET forms app
require the windows shell be running? Any thoughts?
Thanks
------------------------------------------------------------------------
kiosk.exe
Error
An Unexpected error has occured in kiosk.exe
Select Quit and then restart this program, or select Details for more
information.
1 => Quit
2 => Details
2
kiosk.exe
Error
kiosk.exe
MissingMethodException
Control::_InitIntance+0x31
Control::ctor+0x15
ScrollableControl::.ctor+0x8
ContainerControl::.ctor+0x8
Form::ctor+0x9
Form1::.ctor+0x6
Form1::Main+x28