InputPanel not suported on CE.net emulator?

A

Alberto Silva

Hi,
The subject says it all... if I add an inputpanel to a form and run it on
the emulator, I get an 'System.NotSupportedException'... am I doing
something wrong?

If I build the solution & copy manually the exe to the device (CE.net 4.1),
it works fine...

Regards,
Alberto Silva
 
R

RAVI KRISHNASWAMY [MSFT]

Do you have Coredll.dll in Windows?

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Alberto Silva

I guess so... I made a dir core.dll.dll /ah on the emulator's windows
folder, and it returned that the file exists...

Thanks,
Alberto Silva
 
R

RAVI KRISHNASWAMY [MSFT]

InputPanel relies on GetSipInfo and SetSipInfo utilities from cordll.dll.
It is not always present there, you need to specify input panel to be
included in your Platform Builder Image in order for the right stuff to be
included.

This posting is provided "AS IS" with no warranties, and confers no rights.
 

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