gpt4 book ai didi

c# - 尝试连接到azure数据库突然停止工作,抛出异常

转载 作者:行者123 更新时间:2023-12-03 02:59:25 26 4
gpt4 key购买 nike

我在 Azure Function (V2) 中运行以下代码;

 new DocumentClient(new Uri(keys.dbEndPoint), keys.dbPrimaryKey);

直到今天,它在本地主机上的 azure 函数中运行良好,无需更改任何内容,我现在遇到以下异常:

Data [IDictionary]:{System.Collections.ListDictionaryInternal} HResult [int]:-2146233036 HelpLink [string]:null InnerException [Exception]:{System.NullReferenceException: Object reference not set to an instance of an object.} Message [string]:"The type initializer for 'Microsoft.Azure.Documents.UserAgentContainer' threw an exception." Source [string]:"Microsoft.Azure.DocumentDB.Core" StackTrace [string]:" at Microsoft.Azure.Documents.UserAgentContainer..ctor()\r\n at Microsoft.Azure.Documents.Client.ConnectionPolicy..ctor()\r\n at Microsoft.Azure.Documents.Client.ConnectionPolicy.get_Default()\r\n
at Microsoft.Azure.Documents.Client.DocumentClient.Initialize(Uri serviceEndpoint, ConnectionPolicy connectionPolicy, Nullable1
desiredConsistencyLevel)\r\n at
Microsoft.Azure.Documents.Client.DocumentClient..ctor(Uri
serviceEndpoint, String authKeyOrResourceToken, ConnectionPolicy
connectionPolicy, Nullable
1 desiredConsistencyLevel)\r\n at Platform.AzureConfig.get_Database() in D:\DeansCloud\AzureConfig.cs:line 60" TargetSite [MethodBase]:{Void .ctor()} TypeName [string]:"Microsoft.Azure.Documents.UserAgentContainer" Static members Non-Public members

话不多说,内部异常提到了空引用异常:

消息 [字符串]:“未将对象引用设置为对象的实例。”

现在这是 azure cosmos db 的问题吗?我需要更新一些东西吗?

最佳答案

我发现问题出在最新的 azure core 工具上,降级到版本 24 修复了它。

关于c# - 尝试连接到azure数据库突然停止工作,抛出异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50562026/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com