views:

148

answers:

1

I have an application that I created a while ago for some unknown portable device (by portable I mean pocket pc and such). I finally got the device I needed, which is a MC3000 from Motorola, which runs on Windows CE5 instead of Windows Mobile, which I initially developed for. When I try to deploy the solution, I get 0x89731706 from the "Device Connectivity Component" file. I tried cleaning the solution and restart it in case it was still hooked up on the emulator.

I created a deployment project for the application and it seems that there is something missing (it tells me "Cannot find 'x' or one of its components...)

I already developed applications for MC9090 and I never even had something close to this as a problem (except when the device was unplugged of course)

Does anybody knows the answer to this?

+1  A: 

After some search, I found out that it's simply because the device itself doesn't have much space, so I had to give it more ROM instead of RAM to even install the framework.

A rather hollow victory because now it has pretty much no more ram...

David Brunelle