<i id='ugrLC'><tr id='ugrLC'><dt id='ugrLC'><q id='ugrLC'><span id='ugrLC'><b id='ugrLC'><form id='ugrLC'><ins id='ugrLC'></ins><ul id='ugrLC'></ul><sub id='ugrLC'></sub></form><legend id='ugrLC'></legend><bdo id='ugrLC'><pre id='ugrLC'><center id='ugrLC'></center></pre></bdo></b><th id='ugrLC'></th></span></q></dt></tr></i><div id='ugrLC'><tfoot id='ugrLC'></tfoot><dl id='ugrLC'><fieldset id='ugrLC'></fieldset></dl></div>
    <tfoot id='ugrLC'></tfoot>

      <small id='ugrLC'></small><noframes id='ugrLC'>

    1. <legend id='ugrLC'><style id='ugrLC'><dir id='ugrLC'><q id='ugrLC'></q></dir></style></legend>
        <bdo id='ugrLC'></bdo><ul id='ugrLC'></ul>
    2. System.UnauthorizedAccessException:检索 Word 互操作的 COM 类工厂失败并出现

      System.UnauthorizedAccessException: Retrieving the COM class factory for Word Interop fails with error 80070005(System.UnauthorizedAccessException:检索 Word 互操作的 COM 类工厂失败并出现错误 80070005)
        <bdo id='7GPeN'></bdo><ul id='7GPeN'></ul>
      • <tfoot id='7GPeN'></tfoot>

          <tbody id='7GPeN'></tbody>
        <i id='7GPeN'><tr id='7GPeN'><dt id='7GPeN'><q id='7GPeN'><span id='7GPeN'><b id='7GPeN'><form id='7GPeN'><ins id='7GPeN'></ins><ul id='7GPeN'></ul><sub id='7GPeN'></sub></form><legend id='7GPeN'></legend><bdo id='7GPeN'><pre id='7GPeN'><center id='7GPeN'></center></pre></bdo></b><th id='7GPeN'></th></span></q></dt></tr></i><div id='7GPeN'><tfoot id='7GPeN'></tfoot><dl id='7GPeN'><fieldset id='7GPeN'></fieldset></dl></div>

          1. <small id='7GPeN'></small><noframes id='7GPeN'>

          2. <legend id='7GPeN'><style id='7GPeN'><dir id='7GPeN'><q id='7GPeN'></q></dir></style></legend>
                本文介绍了System.UnauthorizedAccessException:检索 Word 互操作的 COM 类工厂失败并出现错误 80070005的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我在 Visual Studio 2008 中遇到了一个 C# ASP .NET 项目的问题当我用 Windows 7 Ultimate (x64) 重新安装我的电脑时,这个问题就开始了.为此,我也在使用 Office 2007.

                I have a problem with a C# ASP .NET project in Visual Studio 2008 This problem started when I reinstalled my computer with Windows 7 Ultimate (x64). To this I'm also using Office 2007.

                我得到的错误信息是:

                System.UnauthorizedAccessException:检索具有 CLSID {000209FF-0000-0000-C000-000000000046} 的组件的 COM 类工厂失败,原因是以下错误:80070005.在 xxx.Utility.WordDocument..ctor(字符串文件路径,HttpServerUtility util)在 c:xxxWebsitecustomercommunication.aspx.cs:line 127 中的 customer_communication.BuCreate_click(Object sender, EventArgs e) 处

                System.UnauthorizedAccessException: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005. at xxx.Utility.WordDocument..ctor(String filePath, HttpServerUtility util) at customer_communication.BuCreate_click(Object sender, EventArgs e) in c:xxxWebsitecustomercommunication.aspx.cs:line 127

                推荐答案

                这是我解决此问题的方法:

                我使用的是 Win 7 64 位和 Office 2007

                I'm using Win 7 64bit and Office 2007

                运行程序dcomcnfg -32".(64位下找不到word和excel组件)

                Run program "dcomcnfg -32". ( You cant find the word and excel components if it runs under 64bit)

                转到控制台根目录/组件服务/计算机/我的电脑/DCOM 配置/"查找 Microsoft Word 和 Excel 并选择属性.

                Go to "Console Root/Component Services/Computer/My Computer/DCOM Config/" Look up Microsoft Word and Excel and choose properties.

                转到安全并选择配置权限"下的自定义".(如果需要,您可能还想更改其他权限,但我不需要)添加IIS_IUSRS"并赋予它完全控制".

                Go to Security and select "Customize" under "Configuration Permissions. (If needed you might want to change the other permissions as well, but I didn't need to) Add "IIS_IUSRS" and give it "Full Control".

                现在转到身份"并选择交互式用户".

                Now go to "Identity" and select "The interactive user".

                完成后不要忘记按确定".:D

                Do not forget to press "OK" when done. :D

                我希望这可以帮助您解决您的问题,以及其他到这里阅读本文的人.

                I Hope this helps you with your problem and also the rest who gets here and read this.

                这篇关于System.UnauthorizedAccessException:检索 Word 互操作的 COM 类工厂失败并出现错误 80070005的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Adding and removing users from Active Directory groups in .NET(在 .NET 中的 Active Directory 组中添加和删除用户)
                set equality in linq(在 linq 中设置相等)
                HashSet conversion to List(HashSet 转换为 List)
                How to set timeout for webBrowser navigate event(如何为 webBrowser 导航事件设置超时)
                Test whether two IEnumerablelt;Tgt; have the same values with the same frequencies(测试两个IEnumerablelt;Tgt;具有相同频率的相同值)
                How do you determine if two HashSets are equal (by value, not by reference)?(您如何确定两个 HashSet 是否相等(按值,而不是按引用)?)
              • <legend id='7kyJP'><style id='7kyJP'><dir id='7kyJP'><q id='7kyJP'></q></dir></style></legend>
                • <tfoot id='7kyJP'></tfoot>

                  <small id='7kyJP'></small><noframes id='7kyJP'>

                    <i id='7kyJP'><tr id='7kyJP'><dt id='7kyJP'><q id='7kyJP'><span id='7kyJP'><b id='7kyJP'><form id='7kyJP'><ins id='7kyJP'></ins><ul id='7kyJP'></ul><sub id='7kyJP'></sub></form><legend id='7kyJP'></legend><bdo id='7kyJP'><pre id='7kyJP'><center id='7kyJP'></center></pre></bdo></b><th id='7kyJP'></th></span></q></dt></tr></i><div id='7kyJP'><tfoot id='7kyJP'></tfoot><dl id='7kyJP'><fieldset id='7kyJP'></fieldset></dl></div>
                      <tbody id='7kyJP'></tbody>
                        <bdo id='7kyJP'></bdo><ul id='7kyJP'></ul>