尝试打开 Windows Mobile 项目时出错

发布于 2024-12-05 06:09:15 字数 1876 浏览 0 评论 0原文

我尝试在 vs2008 中打开 Windows 智能设备项目,但收到以下错误“未安装该项目的应用程序”。我认为这是由于没有安装正确版本的 sdk 造成的。到目前为止,我安装了:

  • Pocket PC 2003
  • Windows CE
  • Windows Mobile 5.0 Pocket PC SDK
  • Windows Mobile 5.0 SmartPhone SDK
  • Windows Mobile 6 Proffesional SDK
  • Windows Mobile 6 Standard SDK

我安装了以下.Net Compact Framework 版本。 2.0 和 3.5

这是 .proj 文件的内容。

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://...msbuild/2003"  ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>WinExe</OutputType>
<StartupObject>Sub Main</StartupObject>
<RootNamespace>abc</RootNamespace>
<AssemblyName>abc</AssemblyName>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
<OSVersion>5.1</OSVersion>
<MyType>WindowsForms</MyType>
<DeployDirSuffix>abc</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
<FormFactorID>
</FormFactorID>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>

感谢您的帮助。

I am trying to open a windows smart device project in vs2008 and I am getting the following error 'The application for the project is not installed'. I assume this is due to not having a correct version installed of a sdk. So far I installed:

  • Pocket PC 2003
  • Windows CE
  • Windows Mobile 5.0 Pocket PC SDK
  • Windows Mobile 5.0 SmartPhone SDK
  • Windows Mobile 6 Proffesional SDK
  • Windows Mobile 6 Standard SDK

I have the follow .Net Compact Framework Version installed. 2.0 and 3.5

This is the contents of the .proj file.

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://...msbuild/2003"  ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<OutputType>WinExe</OutputType>
<StartupObject>Sub Main</StartupObject>
<RootNamespace>abc</RootNamespace>
<AssemblyName>abc</AssemblyName>
<PlatformFamilyName>PocketPC</PlatformFamilyName>
<PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
<OSVersion>5.1</OSVersion>
<MyType>WindowsForms</MyType>
<DeployDirSuffix>abc</DeployDirSuffix>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<OptionExplicit>On</OptionExplicit>
<OptionCompare>Binary</OptionCompare>
<OptionStrict>Off</OptionStrict>
<OptionInfer>On</OptionInfer>
<NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
<FormFactorID>
</FormFactorID>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>

Thanks for your help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文