I successfully complile my project, closed it, ran 7-zip on it, then opened it back up to find, on attempting to build it, three err msgs of the sort:
- The type or namespace name 'Windows' does not exist in the class or namespace 'OpenNETCF' (are you missing an assembly reference?)
- The type or namespace name 'Threading' does not exist in the class or namespace 'OpenNETCF' (are you missing an assembly reference?)
- The type or namespace name 'IO' does not exist in the class or namespace 'OpenNETCF' (are you missing an assembly reference?)
OpenNETCF is still in my References list, so...???
I removed OpenNETCF.dll, then added it back and rebuilt, but that didn't help.