应用程序没有更新然后调试 - incrmental更新无法正常工作? [英] App doesn't get updated then debugging - incrmental update not correctly working?

查看:78
本文介绍了应用程序没有更新然后调试 - incrmental更新无法正常工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

各位大家好,

到目前为止,我对Win8机器上的WP8 SDK感到高兴,到目前为止它已经运行了......

I'm happy so far with the WP8 SDK on my Win8 machine and it work's so far...

但是我注意到它真的很烦人:然后开发一个WP8应用程序并开始在模拟器/设备上调试(设备:诺基亚Lumia 920,但选择没有任何区别)应用程序正确启动。但后来我有机会并开始再次调试
应用程序未更新,我正在使用旧的安装版本,而不是新安装的版本。 hack是那个?

But what I'm noticed and it's really annoying: Then developing an WP8 app and start debugging on emulator/device (device: Nokia Lumia 920 but choice doesn't make any difference) the app starts correctly. But then I Chance something and start Debugging again the app is NOT updated and I'm working with the old installed version and not the fresh deployed one. That the hack is that?

构建日志之后进行了增量更新:

The build log after which an incremental update was done:

1> ------构建开始:项目:图像过滤器,配置:调试任何CPU ------
$
1> 图像过滤器 - > [...] \ Image Filters \ Image Filters \ Bin \Debug \ Image Filters.dll

1> 开始申请清单生成

1> 未检测到任何更改应用程序清单文件是最新的

1> 开始Xap包装

1> 创建文件Image_Filters_Debug_AnyCPU.xap

1> 添加Image Filters.dll
$
1> 添加Assets\AlignmentGrid.png

1> 添加Assets \ AppBar \ ImageFilters.png

1> 添加Assets\AppBar\Save.png

1> 添加Assets \ AppBar \ Undo.png

1> 添加Assets \Tiles \FlipCycleTileLarge.png

1> 添加资产\ Tiles \FlipCycleTileSmall.png

1> 添加资产\ Tiles \ IconUileTileMediumLarge.png

1> 添加资产\ Tiles\IconicTileSmall.png

1> 添加README_FIRST.txt

1> 添加Toolkit.Content\ApplicationBar.Cancel.png

1> 添加Toolkit.Content\ApplicationBar.Check.png

1> 添加Toolkit.Content\ApplicationBar.Delete.png

1> 添加Toolkit.Content\ApplicationBar.Select.png

1> 添加AppManifest.xaml

1> 添加Assets\ApplicationIcon.png

1> 添加Assets \Tiles \FlipCycleTileMedium.png

1> 添加Microsoft.Phone.Controls.Toolkit.dll

1> 添加WMAppManifest.xml

1>  Xap包装成功完成

2> ------部署已启动:项目:图像过滤器,配置:调试任何CPU ------
$
2>部署[...] \ Image Filters \ Image Filters \ Bin \Debug \ Image_Filters_Debug_AnyCPU.xap ...

2>连接到仿真器720P ...

2>该应用程序已安装在设备上。检查是否可以进行增量部署...

2>执行增量部署...

2>更新与已修改文件相关的信息...

2>部署[...] \Image Filters \ Image Filters \ Binin \Debug \ Image_Filters_Debug_AnyCPU.xap成功。

========= =构建:1成功,0失败,0最新,0跳过==========

==========部署:1成功,0失败,0跳过==========

1>------ Build started: Project: Image Filters, Configuration: Debug Any CPU ------
1>  Image Filters -> [...]\Image Filters\Image Filters\Bin\Debug\Image Filters.dll
1>  Begin application manifest generation
1>  No changes detected. Application manifest file is up to date
1>  Begin Xap packaging
1>  Creating file Image_Filters_Debug_AnyCPU.xap
1>  Adding Image Filters.dll
1>  Adding Assets\AlignmentGrid.png
1>  Adding Assets\AppBar\ImageFilters.png
1>  Adding Assets\AppBar\Save.png
1>  Adding Assets\AppBar\Undo.png
1>  Adding Assets\Tiles\FlipCycleTileLarge.png
1>  Adding Assets\Tiles\FlipCycleTileSmall.png
1>  Adding Assets\Tiles\IconicTileMediumLarge.png
1>  Adding Assets\Tiles\IconicTileSmall.png
1>  Adding README_FIRST.txt
1>  Adding Toolkit.Content\ApplicationBar.Cancel.png
1>  Adding Toolkit.Content\ApplicationBar.Check.png
1>  Adding Toolkit.Content\ApplicationBar.Delete.png
1>  Adding Toolkit.Content\ApplicationBar.Select.png
1>  Adding AppManifest.xaml
1>  Adding Assets\ApplicationIcon.png
1>  Adding Assets\Tiles\FlipCycleTileMedium.png
1>  Adding Microsoft.Phone.Controls.Toolkit.dll
1>  Adding WMAppManifest.xml
1>  Xap packaging completed successfully
2>------ Deploy started: Project: Image Filters, Configuration: Debug Any CPU ------
2>Deploying [...]\Image Filters\Image Filters\Bin\Debug\Image_Filters_Debug_AnyCPU.xap...
2>Connecting to Emulator 720P...
2>The application is already installed on the device. Checking if an incremental deployment is possible...
2>Doing incremental deployment...
2>Updating information related to modified files...
2>Deployment of [...]\Image Filters\Image Filters\Bin\Debug\Image_Filters_Debug_AnyCPU.xap succeeded.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 1 succeeded, 0 failed, 0 skipped ==========

如果我清理我的解决方案并开始然后调试我得到新建的版本。但在每次增量更新的情况下,已安装的应用程序都不会更新。每个仿真器/设备和每个项目都是这种情况。

If I clean my solution and start then to debug I get the the newly builded version. But in every case of incremental update the installed app GET'S NOT UPDATED. This is the case on every Emulator/device and on every project.

清理解决方案是一种解决方法,但它真的很糟糕,因为您的islated存储得到重置,然后处理保存逻辑......

Cleaning the solution is a workaround but it really sucks because your islated storage get's resettet and then working on save logic...

Ralf Ehlert MCPD | MCTS | MCAS | MCP

Ralf Ehlert MCPD | MCTS | MCAS | MCP

推荐答案

嗨Rafl,

您能告诉我们您的变化吗?制作项目。你在添加任何新文件吗?修改任何代码文件?

Can you please let us know the changes that you are making to the project. Are you adding any new file? modifying any code file?

是否在所有类型的仿真器上或仅使用720p仿真器出现此问题?

Is this issue seen on all type of emulators or only with 720p emulator?

谢谢,

Satish


这篇关于应用程序没有更新然后调试 - incrmental更新无法正常工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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