So I have a solution with two projects inside. One project was running CF 3.5 while another was running CF 2.0. I tried many different ways to update the 2.0 through the program without success including removing the 3.5 project from the solution. I finally ended up manually opening the project file in notepad++ and changing the framework from 2.0 to 3.5 and saved it. Since Then I have been having issues with System references and went from 0 errors to 360 errors such as the following picture shows. Any idea how to resolve these problems?
after cleaning and building again this is what happens. Errors jump to 360 mark..
So apparently the Compact Framework does not support these properties that are having the issue. So I had to remove them from my project and it works fine. Just the crazy awesome abilities of windows compact framework.