Issues I encountered when building Windows Store apps on a new laptop

I took over my beloved wives samsung ativ book 9 recently as her first job granted her a brandnew surface pro 3 cost half covered by her own salary and possessed by her company (hope she will stay with the company a bit longer).

I found the ssd amazing and way faster than my old laptop‘s spinal drive. So I started moving out all the rubbish including the backup partitions unncessary to me and continued programming my windows apps on it straight away.

One thing I found that hindered me was I couldn‘t launch and debug a paid software made by me and purchased by my wife on this new laptop. And the issue was exactly as described by the discussion below

https://social.msdn.microsoft.com/Forums/windowsapps/en-US/7ef57428-bd52-4b8a-aa04-d5b6afbd6700/error-dep0700-registration-of-the-app-failed-another-user-has-already-installed-an-unpackaged?forum=toolsforwinapps

I did what was suggested there and got it amazingly work. However after that I found all my microsoft/live account associated apps stopped working (exit on loading). And I suspect it was to do with what i did above and a few common housekeeping options for windows store didn‘t work (like wsreset.exe). the only easiest way I fount to resolve that was to uninstall them first and retrieve them again from the store. once reinstalled it still reported error when launching. But this time it provided me a link to the store where it shows that the app needs repair and I can repair it. after that all seems back to perfect.

时间: 2024-10-08 23:29:16

Issues I encountered when building Windows Store apps on a new laptop的相关文章

【图书推荐】Windows 8应用开发:C#和XAML卷(原名:Building Windows 8 Apps with C# and XAML)

当当网:http://product.dangdang.com/23453641.html 京东:http://item.jd.com/11439855.html 亚马逊:http://www.amazon.cn/Windows-8%E5%BA%94%E7%94%A8%E5%BC%80%E5%8F%91-C-%E5%92%8CXAML%E5%8D%B7-%E8%8E%B1%E5%85%8B%E5%B0%BC%E6%96%AF/dp/B00JGI2NRU/ref=sr_1_2?ie=UTF8&qi

Windows Store Apps 开发转载

懒得写了,就直接记录转载一下文章地址吧. 如何为应用定义全局默认字体:http://blogs.msdn.com/b/gautamdh/archive/2014/03/16/how-to-change-default-font-in-windows-store-apps.aspx Windows Store Apps 开发转载,布布扣,bubuko.com

Unity for Windows: II – Publishing Unity games to Windows Store

原地址:http://digitalerr0r.wordpress.com/2013/08/27/unity-for-windows-ii-publishing-to-windows-8/ Windows 8 is a new OS with a Windows Store where you can distribute your apps to millions of users world wide, for both PC, laptops and tablets. You can se

Unity Game Starter Kit for Windows Store and Windows Phone Store games

原地址:http://digitalerr0r.wordpress.com/2013/09/30/unity-game-starter-kit-for-windows-store-and-windows-phone-store-games/ Posted on September 30, 2013by digitalerr0r I have created a simple game that you can download, play with and submit to the store

Unity3D开发Windows Store应用程序 注意事项

原地址:http://blog.csdn.net/jbjwpzyl3611421/article/details/12704491 针对最近在移植window store项目中遇到的问题,我整理了官方说明, 在此和各位开发者分享,避免在移植过程中走弯路!     Platform status 平台现状   Currently if you want to build a Windows Store apps player, you have to do it on Windows 8, thi

关于Store Apps

因为时代在变迁,Store Apps这个概念很容易引起混淆 在过去,windows phone 8.0时代 windows store apps指的是windows metro style 的应用, 这些应用主要是运行在 以下两个OS windows rt 8/8.1 硬件载体是平板,如:sureface rt,surface (rt) 2 windows 8/8.1    硬件载体是PC,包括笔记本和台式机上 而windows phone 的app仅仅是建立在wp手机平台上 然而,随着Wind

重新想象 Windows 8.1 Store Apps (77) - 控件增强: 文本类控件的增强, 部分控件增加了 Header 属性和 HeaderTemplate 属性, 部分控件增加了 PlaceholderText 属性

[源码下载] 重新想象 Windows 8.1 Store Apps (77) - 控件增强: 文本类控件的增强, 部分控件增加了 Header 属性和 HeaderTemplate 属性, 部分控件增加了 PlaceholderText 属性 作者:webabcd介绍重新想象 Windows 8.1 Store Apps 之控件增强 文本类控件的增强 为一些控件增加了 Header 属性和 HeaderTemplate 属性 为一些控件增加了 PlaceholderText 属性 示例1.演示

重新想象 Windows 8.1 Store Apps (82) - 绑定: DataContextChanged, TargetNullValue, FallbackValue, UpdateSourceTrigger

[源码下载] 作者:webabcd 介绍重新想象 Windows 8.1 Store Apps 之绑定 DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件 TargetNullValue - 当绑定数据为 null 时所需要显示的值 FallbackValue - 当绑定失败(无法返回值)的时候所需要显示的值 UpdateSourceTrigger - UI 上数据更新的触发方式 示例1.演示 DataContextCha

重新想象 Windows 8.1 Store Apps (72) - 新增控件: AppBar, CommandBar

[源码下载] 重新想象 Windows 8.1 Store Apps (72) - 新增控件: AppBar, CommandBar 作者:webabcd介绍重新想象 Windows 8.1 Store Apps 之新增控件 AppBar - 应用程序栏控件(新增了 AppBarButton, AppBarToggleButton, AppBarSeparator) CommandBar - 应用程序栏控件(AppBar 简化版) 示例1.演示 AppBar 的应用AppBarDemo.xaml