I was trying to create a new Class Library project targeted for the .NET Compact Framework.
However, when I select "New project -> Smart Device" I only have the Smart Device Project template.
I've checked the folder:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates\CSharp\SmartDevice\1033
It contains several project templates:
- SmartDeviceClassLibrary
- SmartDeviceConsoleApplication
- SmartDeviceEmptyProject
- SmartDeviceWindowsApplication
- SmartDeviceWindowsControlLibrary
None of those are shown on my IDE.
How can I use one of those project templates?