***** Disclaimer: I am a total NOOBIE to working on Smart Device Projects *****
Today I needed to upgrade on of our smart device projects from Compact Framework 2.0 to 3.5. I figured that I could do this via the properties dialog, but could not (see image below). But as you can see, the Target Framework option is no enabled.
Being the guy I am (having now regard to totally screwing something up) I decided to take a look at the project file (.csproj) to see what I could learn from that. Withen about 10 seconds of looking at the file I came across the following node.
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
I decided to change this to:
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
When I went back into my solution it asked to refresh based on the fact the files where changes. After the refresh all was good.
I know there HAS to be a better/cleaner/eaiser/safer way to do this, but I could not find it. So, if there is please let me know.
Hope this helps someone in the future,
Till next time,
[----- Remember to check out DimeCasts.Net -----]