|
microsoft.public.smartphone.developer - Developing software for MS Smartphone? This is your group!
|
|
|
|
|
Posted by The PocketTV Team on February 2, 2007, 8:17 pm
Please log in for more thread options
is there a way to find out what dll is missing, causing this error message
when starting an application:
show/hide quoted text
"Cannot find <application> (or one of its components). Make sure the path
and filename are correct and all the required libraries are available."
we have had report that our application displays this message on the
Audiovox 6600 (it works fine on all other Pocket PC's 2003/2003SE as far as
we know).
since this is the only device where this happens, we suspect that one of the
system dll is either missing or incorrect on the Audiovox 6600, i.e. that it
is a problem with the firmware of this particular device.
is there a way (i.e. a log file of some sort) that we could look to figure
out what dll is missing and preventing our app to start on this particular
device?
|
|
Posted by riki on February 2, 2007, 10:45 pm
Please log in for more thread options
The PocketTV Team wrote:
show/hide quoted text
> is there a way to find out what dll is missing, causing this error message
> when starting an application:
>
> "Cannot find <application> (or one of its components). Make sure the path
> and filename are correct and all the required libraries are available."
>
> we have had report that our application displays this message on the
> Audiovox 6600 (it works fine on all other Pocket PC's 2003/2003SE as far as
> we know).
>
> since this is the only device where this happens, we suspect that one of the
> system dll is either missing or incorrect on the Audiovox 6600, i.e. that it
> is a problem with the firmware of this particular device.
>
> is there a way (i.e. a log file of some sort) that we could look to figure
> out what dll is missing and preventing our app to start on this particular
> device?
>
>
I'd suggest getting a list of dlls using depends.exe on the desktop,
then write a quick app that verifies it can load them on the device
(care of LoadLibrary()), then send that out to any users of the Audiovox
Riki
--
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/ AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
It's a condescending thing, dear - you wouldn't understand.
|
|
Posted by The PocketTV Team on February 3, 2007, 2:29 am
Please log in for more thread options show/hide quoted text
> I'd suggest getting a list of dlls using depends.exe on the desktop, then
> write a quick app that verifies it can load them on the device (care of
> LoadLibrary()), then send that out to any users of the Audiovox
thanks, yes, but this suppose that we have physical access to one of those
device.
i don't think we'll purchase such a now-getting-obsolete device just for
debugging this issue, so i was looking for a way to get a more detailed
error diagnostic from a log-file.
it would be nice if MSFT could dump a small log-file in the volatile folder
with more detailed error messages when this type of error occurs, like what
is the name of dll missing, etc.
|
|
Posted by riki on February 3, 2007, 3:07 pm
Please log in for more thread options The PocketTV Team wrote:
show/hide quoted text
>> I'd suggest getting a list of dlls using depends.exe on the desktop, then
>> write a quick app that verifies it can load them on the device (care of
>> LoadLibrary()), then send that out to any users of the Audiovox
>
> thanks, yes, but this suppose that we have physical access to one of those
> device.
how so? it requires you know someone with the device (a customer?) but
you don't need one in your office.
show/hide quoted text
> i don't think we'll purchase such a now-getting-obsolete device just for
> debugging this issue, so i was looking for a way to get a more detailed
> error diagnostic from a log-file.
>
> it would be nice if MSFT could dump a small log-file in the volatile folder
> with more detailed error messages when this type of error occurs, like what
> is the name of dll missing, etc.
That isn't a bad idea methinks...
Riki
--
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/ AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
Oh My God! They Killed init! You Bastards!
|
| Similar Threads | Posted | | BT Serial Port Option Missing under Configuration.....File also missing in Windows directory, any ideas anyone or can someone send me the files to copy in please.... | June 29, 2006, 7:51 am |
| Missing CompleteAuthToken in WM 6.0 | December 29, 2008, 12:28 pm |
| Smart Device Template Missing | December 2, 2006, 7:06 am |
| CommDlgExtendedError defined in commdlg.h but missing from library | December 14, 2006, 2:33 am |
| Contact.WebPage URI returning null when missing http:// | February 15, 2006, 3:57 pm |
| Treo 700w - Missing Micosoft.WindowsMiobile.Utilities | May 9, 2006, 10:44 am |
| Missing Flash Light Check box in the Clock & Alarms settings | November 1, 2006, 3:53 am |
| call LoadLibrary() fail | June 13, 2006, 10:29 pm |
| installation fail in windows mobile 5.0 | August 29, 2006, 9:50 pm |
| How to detect if the Bluetooth fail in connection? | April 7, 2008, 12:03 am |
|
|