Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have developed a small application for the windows CE mobile in C#.Net. When deployed in the emulator it is working fine, but when I deploy it in the instrument it didn't work.

The other application in the instrument which are already working are not the win32 applications rather they are WCE MFC applications. :confused: I am unable to create MFC applications in C#.

Please guide me
Posted
Updated 21-May-10 3:00am
v3

As far as I know, there's no MFC in C#. MFC is only C++.
I think you should rater focus on why your application didn't work on the device instead of trying to find a work around.
 
Share this answer
 
Have you established that the device even has .Net on it?

Oh yeah - smply saying "it didn't work" is completely useless when you're trying to get help from someone.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900