zoukankan      html  css  js  c++  java
  • VSTO install error 0x80131604

     

     I have been creating a vsto 2007 excel add in inside of Visual Studio 2010 and .net 4.  It works fine when I run it from the debugger, but when i try to use the .vsto file to try install it, I get the following error:

    The following Microsoft Office solution cannot be installed due to a general installer error: Aeci.QueryHelper.vsto.

    0x80131604

    This error was isolated to my machine, but I was having others test it on their machine.  It would install but it would Fail to load inside excel.  When they uninstallled the add in, and tried to run the .vsto, they are now getting my error.  We are using ClickOnce and publishing it to IIS. 

    Any Ideas

     Hi Bob,

    In addition to what Sidharth requested, can you check the Properties of Application event log.

    Start -> Run -> Eventvwr -> Right click on Application and select Properties.

    By default the Log is setup to "Overwrite events as needed" which means that you get an infiniate log, and when new events come oldest events will be overwritten.

    Do you have "Overwrite events as needed" selected or "Do not overwrite events" selected?

    我点击清除日志按钮就解决问题了。 

    Thanks,

    Navneet

     

  • 相关阅读:
    流程控制-分支结构
    nginx配置详解
    git/github初级使用
    svn基本使用详情
    windows下搭建SVN服务器
    Linux下搭建svn服务器
    构建源码
    swipe实现app滑动效果
    app测试专项(摘抄自网络)
    新版本覆盖安装升级后,微信登陆提示获取openid失败
  • 原文地址:https://www.cnblogs.com/cuishengli/p/1806334.html
Copyright © 2011-2022 走看看