.NET Compact Framework

M

mahesh.5683

Hi

I have built a VB.NET application in VS 2005(.NET CF 2.0) with file
name DeviceApplication.exe. I could not run that application in my
Windows CE 5.0 (.NET CF 1.0).
Any one please help how to make the application run on Windows CE?
 
L

Lonifasiko

Hi,

Have you selected Windows CE 5.0 project in the VS2005 project's
templates dialog? If yes, the application you've built uses CF 2.0
whereas your device runs CF 1.0.
Anyway, when deploying your application to the device, if you use
VS2005, the environment automatically installs CF 2.0 in the device, so
I suppose you've got CF 2.0 already installed on the device. Anyway,
check that you've gor CF 2.0 installed on the device from "Add/Remove
programs".

Application seems to start or just crashes with somekind of error
message? Perhaps a detailed error message could point us in the right
direction.

Thanks.
 
M

mahesh.5683

Hi

Thanks for your guidance. Also I have just installed the Windows CE
5.0 QFE update. .NET CF 2.0 got included in Platform Builder 5.0. Now
my application going on perfectly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top