zoukankan      html  css  js  c++  java
  • win8中 用office 提示值不在预期的范围内

    原文:http://bbs.kafan.cn/thread-1401951-1-1.htmlhttp://bbs.kafan.cn/thread-1401951-1-1.html

    错误如下:

    捕获.JPG

    名称: 
    从: file:///D:/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.QualityTools.LoadTestExcelAddIn.vsto

    ************** 异常文本 **************
    System.ArgumentException: 值不在预期的范围内。
       在 System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       在 Microsoft.VisualStudio.Tools.Office.Runtime.Interop.VSTOEENativeMethods.GetValidCompatibleFramework(String compatibleFrameworkXml)
       在 Microsoft.VisualStudio.Tools.Office.Runtime.CompatibleFrameworksValidation.ParseFirstValidFramework(String compatibleFrameworksXml)
       在 Microsoft.VisualStudio.Tools.Office.Runtime.OfficeAddInDeploymentManager.OnAddInManifestsDownloaded(AddInManifestsDownloadedArgs args)
       在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.RaiseOnAddInManifestsDownloadedEvent(IClickOnceAddInInstaller addInInstaller, Uri deploymentManifestUri, AddInInstallationStatus addinSolutionState, String productName, String deploymentManifestXml, String applicationManifestXml, String hostManifestXml, String logFilePath, String version, Uri supportUri)
       在 Microsoft.VisualStudio.Tools.Applications.Deployment.ClickOnceAddInDeploymentManager.InstallAddIn()
    =================================================


    解决办法:

    已解决,微软11月13日发布补丁Microsoft Visual Studio 2010 Tools for Office Runtime (KB2764593) 的更新

    Visual Studio 2010 中针对 Visual Studio Tools for Office Runtime 的以下问题的修补程序:
              如果文档中存在其他嵌入式对象,则无法删除 VSTO 控件
              从安全 UNC WebDav 共享中打开文档时,无法解析主机名(并崩溃)。
              高速缓存的数据存储在受保护的文档中失败
              无法自定义或检查(如果已自定义)任何带有墨水的 Word 2010 文档
              添加运行时支持,以用于添加该目标 .NET 4.5

    More information: 
    http://go.microsoft.com/fwlink/?LinkID=267930


    Help and Support: 
    http://support.microsoft.com
    解决了这一问题,重启后打开excel2013 选择install即可

  • 相关阅读:
    PostgreSQL pg_hba.conf 文件简析
    Centos 查看端口占用情况
    Nginx 从0开始学
    windows 杀死端口号对应进程
    MyBatis基础-05-缓存
    MyBatis基础-04-动态sql
    MyBatis基础-02
    SpringMVC基础-14-SpringMVC与Spring整合
    SpringMVC基础-13-SpringMVC运行流程
    SpringMVC基础-12-异常处理
  • 原文地址:https://www.cnblogs.com/exlsunshine/p/3775097.html
Copyright © 2011-2022 走看看