VS 2008中的.NET CF 3.5移动应用程序建设缓慢 [英] .NET CF 3.5 mobile app building slowly in VS 2008

查看:196
本文介绍了VS 2008中的.NET CF 3.5移动应用程序建设缓慢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在使用Visual Studio 2008中使用.NET Compact Framework 3.5构建的Windows Mobile 6应用程序。应用程序构建速度非常慢,大部分时间都在使用PlatformVerificationTask。

I have been working with a Windows Mobile 6 app that is built with .NET Compact Framework 3.5 in Visual Studio 2008. The application builds incredibly slow, spending a majority of the time doing the PlatformVerificationTask.

如何加快构建?

推荐答案

最好的方法来停止PlatformVerificationTask分布式开发环境我建议将以下内容添加到移动应用程序的项目文件中:

The best way to stop the PlatformVerificationTask in a distributed development environment I would suggest adding the following to the mobile app's project file:

<Target Name="PlatformVerificationTask">
</Target>

这将覆盖\Windows\Microsoft.NET\Framework\v3中的PlatformVerificationTask。 5\Microsoft.CompactFramework.Common.targets

This will overwrite the PlatformVerificationTask in \Windows\Microsoft.NET\Framework\v3.5\Microsoft.CompactFramework.Common.targets

这篇关于VS 2008中的.NET CF 3.5移动应用程序建设缓慢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆