0

".NET Framework 4 Client Profile" is missing in the "New Project" window in Visual Studio 2010, so I cannot set it as a target framework.

Missing Client Profile

Any ideas?

Charles
  • 50,943
  • 13
  • 104
  • 142
Borislav Ivanov
  • 4,684
  • 3
  • 31
  • 55

1 Answers1

3

That's normal. You won't see in this combobox. Depending on the project type you are creating (windows, web, ...) Visual Studio will choose it. Once the project created you can go to the project properties and modify it there:

alt text

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928