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

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

      <legend id='oE8nK'><style id='oE8nK'><dir id='oE8nK'><q id='oE8nK'></q></dir></style></legend>

        为 64 位操作系统包装 32 位 dll 以使用 regsvr32.exe

        时间:2023-10-06

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

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

                <bdo id='GLeYb'></bdo><ul id='GLeYb'></ul>
              • <legend id='GLeYb'><style id='GLeYb'><dir id='GLeYb'><q id='GLeYb'></q></dir></style></legend>
                  本文介绍了为 64 位操作系统包装 32 位 dll 以使用 regsvr32.exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我们目前正在将我们的网站从 Windows 2003(32 位)转移到 Windows 2008(64 位)并且遇到了问题.

                  We are currently transferring our websites from Windows 2003 (32-bit) to Windows 2008 (64-bit) and have hit a problem.

                  我们的一个网站使用支付网关 HSBC CPI,它需要注册一个 DLL (regsvr32.exe),然后这个 DLL 在一个经典的 asp 网站中使用.问题是 DLL 是 32 位 DLL,因此它不会在 Windows 2008 操作系统中注册.

                  One of our website use the payment gateway HSBC CPI which requires a DLL to be registered(regsvr32.exe), this DLL is then used inside a classic asp website. The problem is the DLL is a 32-bit DLL and so it will not register with the the Windows 2008 operating system.

                  有没有办法可以将这个 32 位 dll 包装在 c#.net 项目中,以便公开它的方法并可以在操作系统中注册?

                  Is there a way we can wrap this 32 bit dll in a c#.net project so that it's methods are exposed and can be registerd with the OS?

                  非常感谢任何帮助.

                  推荐答案

                  您可以使用 C:WindowsSysWOW64 文件夹中的 regsvr32.exe 注册 DLL.

                  You can register the DLL with regsvr32.exe from the C:WindowsSysWOW64 folder.

                  但是,由于您不能混合 64/32 位代码,因此您必须创建一个在 x86 中运行的 C# 服务(请参阅项目属性、平台目标),然后您可以通过 WCF 从您的 x64 Web 应用程序中使用该服务.

                  However since you can't mix 64/32bit code you'd have to create a C# service running in x86 (see the project properties, platform target) that you can then use from your x64 web app via WCF.

                  更简单的选择是向 HSBC 索要 x64 dll.

                  An easier option would be to ask HSBC for a x64 dll.

                  这篇关于为 64 位操作系统包装 32 位 dll 以使用 regsvr32.exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何将旧 ASP 应用程序转换为 ASP.NET? 下一篇:是否可以使用 HttpModule 删除一些帖子数据?

                  相关文章

                  <tfoot id='N72mt'></tfoot>

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

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