zoukankan      html  css  js  c++  java
  • 无法激活windows应用商店应用程序,应用进程已启动,但激活请求失败,错误为“应用未启动”

    图片是盗图  自己懒得截图了。。。。

    win8中突然出现这个问题  也没做什么只是改了改页面效果  突然天降杯具

    然后找了很久 看到了 http://social.msdn.microsoft.com/Forums/zh-CN/30daba17-e9ff-4da1-a489-b6f7782baad4/windows 中提到 http://irisclasson.com/2012/11/04/problem-unable-to-activate-windows-store-app-the-app1-exe-process-started-but-the-activation-request-failed-with-error-the-app-didnt-start/

    说道

    problem

    NuGet will try to add an app.config with binding redirects to Windows Store apps if it thinks it is needed. However, Windows Store apps don’t need app.config, and will actually fail to start with a very confusing error message if it is present.

    solution

    Remove the App.config

    but  I can't find App.config......... what a fucking 

    然后杯具的用历史版本  把后加入的文件导入工程  还是不行 不过报错的改为 我的某个 style 中的定义的无法找到   看了下 在一个资源文件中引种app.xaml 中的定义格式  无法引导用 但是 没有提示 错误  然后把这个style 移到目标 ,一切ok

    不知道这个是否具有共性 可能报错出现在xaml中   目前这个win8报错十分恶心 都报道app中 然后定位 有些给出地址 有些完全是坑

    希望有帮助  

  • 相关阅读:
    关于题目中的内存限制
    手动实现最小堆和最大堆(优先队列)
    线性筛素数(欧拉筛)+前缀和优化
    并查集
    快速排序

    字典按中文姓名排序
    oc程序代码
    学生字典计算年龄差 随机50个数
    nsset
  • 原文地址:https://www.cnblogs.com/liumianweifeng/p/3298938.html
Copyright © 2011-2022 走看看