what is the exception all about?

V

victor

hi guys
i get a exception like

exception

MISC: HandlerAr + 0x5b
InputPanel::.ctor + 0x3c
LoginForm:: InitializeComponent+ox6e
LoginForm:: ctor+0xc
MainForm::MainForm_load+0x17
form::OnLoad+0x15
form::_setVisibleNotify+0x1d
control:;set+visible+ox1f
application:: Run+0x7
MainForm::Main+0xa

does anyone have any clues about that?
cheers
victor
 
V

victor

actually this exception can not be caught by the vs.net studio in the debug
mode. when the exception occurs, it just exit the program directly.
 
S

Sergey Bogdanov

You didn't include the exception type. I suppose it has
NotSupportedException type, has it? Notice that InputPanel works on
PocketPC emulator but it doesn't work in WindowsCE emulator 4.1. It
maybe the reason in your case.

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
V

victor

It maybe a NotSupportedException because i already catch all exceptions in
my code

and the application doesnt run on an emulator. it runs on an acutal device

cheers
 

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


Top