I have an issue in Microsoft Visual Studio 2008 developing a Smart Device Solution with .NET CF 3.5.
The main project is Smart Device Application Project (normal executable for smart devices - WinCE).
This project is referenced to Microsoft.WindowsCE.Forms assembly as follows.
Now, if I try to add a new item to the application project and choose the item to be an inherited form , VS pops up an error that the assembly is not a valid .NET project.
But dialog with all forms in main project is still shown.
This EXE is also SDAP executable (WinCE device). But this EXE has never been referenced to and more - it is exluded from Build all process.
This warning/error message has been never shown before.
What options should I check to solve this problem?