tags:

views:

34

answers:

1

I am developing a Winforms application using .Net 3.5. This application will run on desktop PCs as well as on handheld devices. I have bought "Tainell T500 POCKET PC" device. This device is running Windows XP. My compiled application works fine on PC, but gives crash on this handheld device. Error is:

the application failed to intialize properly (0x0000135) CLICK ON OK TO TERMINATE THE APPLICATION.

Any help will be appreciated.

+1  A: 

You didn't paste the error message correctly. The error code should be 0xC0000135, STATUS_DLL_NOT_FOUND. Install .NET Compact Framework on the device.

Hans Passant
I pasted the right error message. This was what it showed.
Raheel
Well, look on the floor, there might be a C laying around.
Hans Passant