what is the exception all about?

  • Thread starter Thread starter victor
  • Start date Start date
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
 
What does a break point and stepping through the code get you?

-Chris
 
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.
 
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
 
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
 
Does OEM provide you with Software Input Panel? If the answer is yes
then run your application in debug mode and tell us where the exception
was thrown.

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

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

Back
Top