【发布时间】:2021-06-21 02:10:34
【问题描述】:
我将我的 c# .NET 5.0 代码发布到 azure 函数(Windows)并且我收到了这个奇怪的错误消息:
2021-06-21T01:56:53.465 [Error] Executed 'Function1' (Failed, Id=fdefdbba-49a7-44ad-8082-841d2941d90b, Duration=169ms)Unable to load DLL 'libgmp-10.dll' or one of its dependencies: The specified module could not be found. (0x8007007E)
我试图在 azure 函数控制台上查看 \wwwroot 文件,但随后出现此错误:
3 [main] ls (8392) C:\Program Files\Git\usr\bin\ls.exe: *** fatal error - Couldn't set directory to \\?\PIPE\ temporarily.
有什么提示吗?
【问题讨论】:
-
下面的答案有帮助吗?
标签: c# .net azure azure-functions