<bdo id='3WtoP'></bdo><ul id='3WtoP'></ul>
  • <legend id='3WtoP'><style id='3WtoP'><dir id='3WtoP'><q id='3WtoP'></q></dir></style></legend>

    <small id='3WtoP'></small><noframes id='3WtoP'>

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

        在 Visual Studio 中调试 x64 Azure Functions

        Debugging x64 Azure Functions in Visual Studio(在 Visual Studio 中调试 x64 Azure Functions)

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

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

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

                  本文介绍了在 Visual Studio 中调试 x64 Azure Functions的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在通过 Visual Studio 编写一个 C# Azure 函数.该函数通过博客存储触发,使用 x64 C++ DLL 处理 blob.

                  问题是与 Visual Studio 一起安装的默认 Azure 函数工具只有 x86 版本的函数 exe (func.exe).

                  我在这个 URL 看到,现在有 x64 版本:

                  I'm writing a C# Azure function via Visual Studio. This function is triggered through blog storage, and the blob is processed using an x64 C++ DLL.

                  The issue is that the default Azure functions tooling installed with visual studio only has an x86 version of the functions exe (func.exe).

                  I see at this URL, there are now x64 builds: https://github.com/Azure/azure-functions-core-tools/releases

                  The problem is, by default, Visual Studio is picking version 1.2.0 of the tools on my machine (C:UsersacardyAppDataLocalAzureFunctionsToolsReleases1.2.0), and I don't see a 1.2.0 x64 release at the URL.

                  Is there any way to get Visual Studio to choose a different version that I could then patch with an x64 build?

                  I'm currently running Visual Studio version 15.7.1.

                  Thanks.

                  解决方案

                  1.2.0 (aka cli 1.0.13) download links have not been published yet in the release note you mentioned. And VS downloads x86 cli version for v1 functions by default.

                  So you can download a previous version x64 cli manually and use it to debug. See 1.0.12.

                  Note: Visit cli release note to download latest version(1.x for v1 functions, 2.x for v2).

                  After downloading this cli, right click your project->Properties, do debug configuration below.

                  Launch: Executable
                  Executable: yourclifolderpath1.0.12-x64func.exe
                  Application Arguments: host start
                  Working Directory: $(TargetDir)
                  

                  这篇关于在 Visual Studio 中调试 x64 Azure Functions的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

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

                  相关文档推荐

                  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 是否相等(按值,而不是按引用)?)

                    <bdo id='cbt1w'></bdo><ul id='cbt1w'></ul>
                  • <legend id='cbt1w'><style id='cbt1w'><dir id='cbt1w'><q id='cbt1w'></q></dir></style></legend>

                        <tfoot id='cbt1w'></tfoot>
                      • <small id='cbt1w'></small><noframes id='cbt1w'>

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