• <small id='WypUV'></small><noframes id='WypUV'>

      <bdo id='WypUV'></bdo><ul id='WypUV'></ul>

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

        Server.CreateObject 在经典 ASP 中失败

        Server.CreateObject Failed in Classic ASP(Server.CreateObject 在经典 ASP 中失败)
          <bdo id='Ac2Zm'></bdo><ul id='Ac2Zm'></ul>
          <legend id='Ac2Zm'><style id='Ac2Zm'><dir id='Ac2Zm'><q id='Ac2Zm'></q></dir></style></legend>
          <i id='Ac2Zm'><tr id='Ac2Zm'><dt id='Ac2Zm'><q id='Ac2Zm'><span id='Ac2Zm'><b id='Ac2Zm'><form id='Ac2Zm'><ins id='Ac2Zm'></ins><ul id='Ac2Zm'></ul><sub id='Ac2Zm'></sub></form><legend id='Ac2Zm'></legend><bdo id='Ac2Zm'><pre id='Ac2Zm'><center id='Ac2Zm'></center></pre></bdo></b><th id='Ac2Zm'></th></span></q></dt></tr></i><div id='Ac2Zm'><tfoot id='Ac2Zm'></tfoot><dl id='Ac2Zm'><fieldset id='Ac2Zm'></fieldset></dl></div>

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

              <tbody id='Ac2Zm'></tbody>

                  <tfoot id='Ac2Zm'></tfoot>
                • 本文介绍了Server.CreateObject 在经典 ASP 中失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我用我需要在经典 ASP 页面中使用的一个功能创建了 ASP.NET dll.

                  I created the ASP.NET dll with one function that i need to use in Classic ASP page.

                  我使用下面的代码在经典的 asp 页面中创建对象

                  I used the below code for creating object in classic asp page

                  set PeopleSoft = server.createobject("OPS.PSL")
                  

                  执行时出现以下错误

                  Server object error 'ASP 0177 : 80070002' 
                  
                  Server.CreateObject Failed 
                  

                  我在 stackoverflow 中搜索了一些解决方案.通过启用使程序集 COM 可见"和注册 COM 互操作".

                  I searched in stackoverflow i saw some solution. By enabling the "Make assembly COM-visible" and "Register for COM interop".

                  请帮助我摆脱这个问题

                  推荐答案

                  你必须先注册你的DLL,如果问题仍然存在,这样做:

                  You have to register your DLL first, and if the problem persists, do this:

                  • 找到并单击以下注册表子项:HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMAINFeatureControlFEATURE_IGNORE_ZONES_INITIALIZATION_FAILURE_KB945701
                  • 注意如果 FEATURE_IGNORE_ZONES_INITIALIZATION_FAILURE_KB945701 子项不存在,您必须手动创建它.如果您使用的是 64 位操作系统,则可能需要改用 HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftInternet ExplorerMAIN FeatureControlFEATURE_IGNORE_ZONES_INITIALIZATION_FAILURE_KB945701
                  • 右键单击 FEATURE_IGNORE_ZONES_INITIALIZATION_FAILURE_KB945701,指向新建,然后单击 DWORD 值
                  • 键入 w3wp.exe 以命名新的注册表项,然后按 Enter.
                  • 右键单击 w3wp.exe,然后单击修改.
                  • 在数值数据框中,键入 1,然后单击确定.

                  设置此注册表项后,简单的应用程序池重启将应用更改.您的 .NET COM 组件将不再会在没有真正解决方案的情况下随机停止工作,除非改组应用程序池!

                  After setting this registry key, a simple app pool restart will apply the change. No longer will your .NET COM components randomly stop working with no real solution except shuffling application pools!

                  这篇关于Server.CreateObject 在经典 ASP 中失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  listbox selected item give me quot; System.Data.DataRowViewquot; , C# winforms(列表框选择的项目给我quot;System.Data.DataRowView, C# Winforms)
                  Cannot remove items from ListBox(无法从列表框中删除项目)
                  Preventing ListBox scrolling to top when updated(更新时防止列表框滚动到顶部)
                  Deselection on a WPF listbox with extended selection mode(具有扩展选择模式的 WPF 列表框上的取消选择)
                  How do I get at the listbox item#39;s quot;keyquot; in c# winforms app?(如何获取列表框项目的“键?在 c# winforms 应用程序中?)
                  Problem getting list box items added through jquery in code behind(在后面的代码中通过 jquery 添加列表框项目时出现问题)
                    <bdo id='HDRym'></bdo><ul id='HDRym'></ul>

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

                              <tbody id='HDRym'></tbody>
                            <legend id='HDRym'><style id='HDRym'><dir id='HDRym'><q id='HDRym'></q></dir></style></legend>

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

                            <tfoot id='HDRym'></tfoot>