|
Posted by Jon Limmer on May 9, 2006, 10:44 am
Please log in for more thread options
I have a very simple application that works fine when using the WM 5.0
PocketPC Phone emulator. The application allows me to look up a contact,
make an appointment for that contact and place a phone call to that same
contact.
When I switch it to the Treo 700w emulation, , the application errors saying
show/hide quoted text
" An unexpected error has occurred in <myApp>.exe. File or assembly name
'Microsoft.WindowsMobile.Utilities, Version 1.0..0, Culture=neutral,
PublicKeyToken=31BF3856Ad364E35', or one of its dependencies, was not found.
". This occurs when I make the call using
Microsoft.WindowsMobile.Telephony.Phone.Talk(), passing the phone number via
a string variable.
As I mentioned, this works fine with a non-Treo 700w emulator.
I don't even see a reference I can add for
'Microsoft.WindowsMobile.Utilities'. Someone mentioned that this shouldn't
even be necessary for a WM 5.0 system (ie, that this applied to prior
versions).
Any help?
Thanks.
Jon
|