I am getting error 126 when I try to load my VS2005 Winmobile App from the desktop in Platform Builder. The same App targeted for Smartphone Emulator works fine in the VS2005 emulator. I suspect there is some mfc dll missing on my target. Is there a tool I can use to give me more detail on dlls that fail to load

Platform Builder error 126
OmegaMan
I'm not sure if there is any tool around to help you.
In your error message, you wouls have got something like "DEVICE!CreateDevice: couldn't load 'xyz.dll' -- error 126 ". The dll it points to is most likely the culprit.
This issue is vaguely similar to http://groups.google.com.sg/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/13b64073c0bb904a/5adef741d126a319%235adef741d126a319
Bhupendra_Singh_4c7760
The PB message I get is:
s OpMediaPlayer
Unable to create process 'OpMediaPlayer.exe' : Error 126
End s OpMediaPlayer
(Note: OpMediaPlayer is my App)
CacheFriendly