This forum is closed. Thank you for your contributions.
Hi,
I want to know that can I create windows mobile 6.5 application by using .net framework 4.0. If not then please tell me which software I have to install on my PC to create windows mobile 6.5 application with .NET compact framework 3.5.
No, Windows Mobile 6.5 only supports up to .NET Compact Framework 3.5. (also, it only supports c#, not C++ .net)
http://msdn.microsoft.com/en-us/library/ms172550.aspx
To write a C# .NET 3.5 CF application, you need a Pocket PC 2003 or newer device, and Visual Studio 2008 SP1.
http://msdn.microsoft.com/en-us/library/btyhs18b(v=vs.90).aspx
The .NET 3.5 CF redistributable is available for download from Microsoft:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=65
-PaulH