尝试打开 Windows Mobile 项目时出错
我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论