Unable to select Target framework for XNA 4.0 games
问题 I have an XNA 4.0 project that I would like to be compiled with the .Net 4.0 Full profile, but it is set to Client profile by default. The Target framework combobox in the Application tab is grayed out. I have uninstalled and reinstalled .Net 3.5, .Net 4.0 and Xna 4.0. What could be the problem? Our other development machines do not have this problem. 回答1: I found a workaround: In the .csproj file is an xml element called TargetFrameworkProfile which is set to Client . When I remove the word