When I debug the application it works fine. The copy of the debug version residing in Program Files/AppName
dir works fine running stand alone on the device.
However, the CAB installed version of my app, with the DLLs present in the application directory, does not work.
How can this be solved?
RESOLVED (Can't answer my own question within 8 hrs with < 100 rep)
Turns out the problem was the device had the DLLs already installed in the Windows directory and the DLLs my CAB was installing were x86 and not ARM. Removi开发者_Go百科ng the DLLs I provided with my CAB solved the problem.
精彩评论