I want to create a Pocket PC application for a handheld device. In order to create and deploy application i am using Microsoft Visual Studio 2008 Version (for Smart device project with C#).
But I need to add reference under COM link in the project. How can i do that? (It is OK for VS 2022 but not for VS2008) Also, how can i change my target platform as x86 in VS 2008 for smart device project (Pocket PC app)?? (Even if I create a new target platform from configuration manager it doesn't change).
Note: For example, i can add reference under COM link in the Visual Studio 2022 or newest but cannot same thing in VS 2008.
Thanks in advance.
Adding reference under COM link is OK for newest versions of VS but not VS08.
Also, target platform selection is OK for Windows Form applications but not for Smart Device Projects.