[C#][VS 2005 B2] Starting a new project

Hi,

Itry to start a project with visual studio 2005 i allready write n application for Orange SPV C 500 with emVC++ 4.0
We want to port this application in C# so i download VS 2005.

Firts shot, try to make a simple project :

new project >> smartphone 200>> device app (1.0)

Then i change nothing and try to build the project, but i get an error

Error 1 The specified task executable location "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Csc.exe" is invalid. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.CSharp.Targets 127 9 

Does anyone knows why i've got this problem

By the  way is it really possible to write an application for windows mobile 2003 SE with frame work 1.1 (orange spv c 500 features)


Answer this question

[C#][VS 2005 B2] Starting a new project

  • Jay B. Harlow

    That's it thanks, i thik it was installed with all other stuff but...
  • DeepaRathinam

    Did you have the .Net Framework v1.1 installed on your computer In order to compile a Smartphone 2003 project, you would need to have the .Net Framework v1.1 installed since Smartphone 2003 target v1 of .Net Compact Framework and requires a v1 compiler. You can get it from http://www.microsoft.com/downloads/details.aspx FamilyId=262D25E3-F589-4842-8157-034D1E7CF3A3&displaylang=en

    It is possible to write an application on Windows Mobile 2003 SE with .Net Compact Framework v1, you just need to create a v1 Pocket PC 2003 project.

    David

  • [C#][VS 2005 B2] Starting a new project