gpt4 book ai didi

visual-studio-2010 - Word 2010 插件无法加载,vsto 2010

转载 作者:行者123 更新时间:2023-12-04 01:08:45 30 4
gpt4 key购买 nike

我们的开发机器是 64 位硬件,运行 Windows 7 Professional N(64 位)、64 位 Office Professional 2010 和 Visual Studio Professional 2010。

我们使用 .NET Framework 4、功能区和面向 Office 2010 的 Windows 安装程序创建了一个 Word 2010(应用程序级加载项)。我们多次遵循从官方 MSDN 在线教程到 dot 的所有内容。对于我们的安装程序,我们选择 .NET 4 客户端配置文件和 Windows 安装程序 3.1 作为先决条件,因为 Office 2010 安装了 VSTO 4.0 运行时并且 .NET framework 4 没有 PIA 功能。在启动条件下,我们使用适当的组件 ID 检查了 Office 2010 共享 PIA 和 Word 2010 PIA 的可用性。此外,我们检查了 MSDN 文章中列出的 VSTO 运行时可用性。

我们的加载项仅在 Visual Studio 调试 (F5) 中加载和执行完整功能。构建安装项目会创建 Windows 安装程序 (msi)。安装它会在机器上安装插件,没有任何错误。但是,当我们尝试打开任何 Word 2010 文档时安装加载项后,我们会看到以下行为:

  • 我们尝试打开任何 Microsoft Word 2010 文档,出现 Word 2010 启动屏幕,我们可以看到我们的加载项正在加载“正在加载 [我们的] 加载项”,但 Word 2010 没有打开。启动屏幕消失且不显示错误消息。
  • 第二次打开word文档就弹出这个消息(这次没有word 2010启动屏幕):

    Word experienced a serious problem with the '[Our] word addin' add-in. If you have seen this message multiple times, you should disable this add-in and check to see if an update is available. Do you want to disable this add-in?'



    单击“否”,会短暂启动 Microsoft Word 2010 的启动屏幕,然后再次停止加载(消失)。单击是,打开 Word 2010 并带有 [Our]添加禁用。通过单击 File-Options-AddIns 进行验证。在禁用的应用程序加载项下查看

    设置 VSTO_SUPPRESSDISPLAYALERTS=0VSTO_LOGALERTS=1也没有用。我们检查了我们的 Temp 目录,没有日志。
  • 由于上述方法不起作用,我从这个名为 'Deploying a VSTO 2010 solution for Office 2007/2010 using Windows Installer' 的链接下载了示例项目。并使用了在 Office Development 下找到的相应项目 - Setup and Deployment Projects Samples\FX40\AddIn Deployment\All User Install for 64-bit Office .

    最初,我通过创建和运行安装程序 (msi) 测试了该解决方案以正确加载演示 Excel 2010 加载项项目然后我们将 Word 加载项项目逐个文件添加到解决方案文件中并正确构建它 (CTRL+SHIFT+B)。它甚至可以正确地从 Visual Studio 调试 (F5) 运行。然后我们重新配置现有的设置项目以删除演示 Excel 项目并加载我们的 word Add-In 的主要输出,[OurAdd-In].vsto 和 [OurAdd-In].dll.manifest 文件。我们刷新了项目依赖项并采取了适当的步骤来排除相关文件。我们保持注册表检查不变,并添加了启动条件来检查 Word 2010 PIA。

    安装程序成功构建并且安装没有错误,但不幸的是,我们目睹了与之前描述的 Word 2010 完全相同的行为。

  • 我们还尝试使用 Windows 事件日志进行调试。我发现此事件的事件 ID 为 4096:
    ************** Exception Text **************
    Microsoft.VisualStudio.Tools.Applications.Deployment.FrameworkVersionMismatchException: <compatibleFrameworks xmlns="urn:schemas-microsoft-com:clickonce.v2">
    <framework targetVersion="4.0" profile="Client" supportedRuntime="4.0.30319" />
    <framework targetVersion="4.0" profile="Full" supportedRuntime="4.0.30319" />
    </compatibleFrameworks>

    我们需要为 32 位和 64 位 Word 2010 的 Word 插件创建安装程序。

    我进一步研究,这就是我发现的。

    我使用 AddInSpy 进一步调查,这是我得到的调试信息......
    <addIn>
    <Item>1</Item>
    <Host>Word</Host>
    <Running>true</Running>
    <Loaded>false</Loaded>
    <Type>VSTO</Type>
    <FriendlyName>[OURADDIN]WordAddIn</FriendlyName>
    <ProgID>[OURADDIN].WordAddIn</ProgID>
    <CLSID>n/a</CLSID>
    <Manifest>C:\Program Files\Microsoft\[OURADDIN]Setup2010\[OURADDIN]WordAddIn.vsto|vstolocal</Manifest>
    <DllPath>C:\Program Files\Microsoft\[OURADDIN]Setup2010\[OURADDIN]WordAddIn.dll</DllPath>
    <LoadBehavior>3</LoadBehavior>
    <RegHive>HKCU</RegHive>
    <AssemblyName>?</AssemblyName>
    <CLR_version>?</CLR_version>
    <Exposed>false</Exposed>
    <Interfaces>?</Interfaces>
    <FormRegions>n/a</FormRegions>
    <VSTOR>2008</VSTOR>
    <Installed>?</Installed>
    <PubVer>n/a</PubVer>
    <Status>Alert</Status>
    <StatusDescription>Add-in DLL path is not found. System.BadImageFormatException: Could not load file or assembly 'file:///C:\Program Files\Microsoft\[OURADDIN]Setup2010\[OURADDIN].dll' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
    File name: 'file:///C:\Program Files\Microsoft\[OURADDIN]Setup2010\[OURADDIN].dll'
    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, StackCrawlMark& stackMark)
    at System.Reflection.Assembly.ReflectionOnlyLoadFrom(String assemblyFile)
    at AddInSpy.AssemblyScanner.GetAssemblyInfo(String fileName, String hostName, Boolean isVstoAddIn)

    Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
    Running under executable C:\Users\Interance\Downloads\AddInSpy\AddInSpy.exe
    --- A detailed error log follows.

    === Pre-bind state information ===
    LOG: User = Interance-PC\Interance
    LOG: Where-ref bind. Location = C:\Program Files\Microsoft\[OURADDIN]Setup2010\[OURADDIN].dll
    LOG: Appbase = file:///C:/Users/Interance/Downloads/AddInSpy/
    LOG: Initial PrivatePath = NULL
    Calling assembly : (Unknown).
    ===
    LOG: This is an inspection only bind.
    LOG: No application configuration file found.
    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
    LOG: Attempting download of new URL file:///C:/Program Files/Microsoft/[OURADDIN]Setup2010/[OURADDIN]AddIn.dll.
    ERR: Failed to complete setup of assembly (hr = 0x8013101b). Probing terminated.
    </StatusDescription>
    </addIn>

    我相信上面有趣的是以下几行

    This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded...

    Assembly manager loaded from: C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll

    LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v2.0.50727\config\machine.config.



    根据我的理解,Word 2010 正在尝试使用引用固件版本 v2.0.50727 的装配管理器和机器配置文件加载我的插件。什么时候应该引用 \Framework64\v4.0.30319\因为我已经使用 .NET 4 构建了我的插件。结果是错误消息 'This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded...'
    我想这可能是来源。任何想法为什么会发生这种情况以及如何解决它?

    嗯...我想我应该早先提到这一点,但我使用 open xml 2 sdk 在我的 Word 2010 加载项中创建/读取 word 文件和 .NET f/w 4。我遵循了 documentation provided here .如果您向下滚动该页面,您将在 部分找到介绍 Open XML SDK 格式架构 小节系统支持层,它支持 .NET f/w 3.5,目前 Open XML 格式 SDK 基于标准 Ecma-376。

    此外,经过几个小时的眯眼和阅读大量文章,例如 Chris Rae's detailed article他指出,Office 2010 使用另一个标准 ISO/IEC 29500 作为其默认文件格式,而 Office 2007 支持 ECMA-376。进一步指出:

    ISO/IEC 29500 is a direct descendant of ECMA-376. It's so direct a descendant, in fact, that ECMA-376 2nd edition is identical to ISO/IEC 29500.

    I found that Open XML SDK Format Architecture system support layer supports .NET f/w 3.5 and currently the Open XML Format SDK 2 is based on Standard Ecma-376.

    Link for Reference



    因此,我只是想知道 Open XML SDK 2 是否是我的问题的根源?由于 ISO/IEC 29500 是 ECMA-376 的后代,我可以使用 Open XML SDK 2 在我的代码中创建/修改 Word 2010 文档吗?

    这就是装配管理器和机器配置文件从 framework\v2.0.50727\ and not from \Framework64\v4.0.30319\ 加载的原因吗? ?

    最佳答案

    Open XML SDK 2 是原因,我避免使用 Open XML SDK 2,我的 AddIn 现在完美运行。使用 Microsoft Interop 从头开始​​重建我的项目以读取/写入 Microsoft Office 2010 文档。

    问题是没有太多可供开发人员阅读的文档。我已经完成了阅读文章并自己解决问题的繁重工作。

    希望其他人不必面临同样的磨难。

    关于visual-studio-2010 - Word 2010 插件无法加载,vsto 2010,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3872627/

    30 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com