gpt4 book ai didi

asp.net - NLogConfigurationException - 从 'System.String' 到 'System.Uri' 的无效转换

转载 作者:行者123 更新时间:2023-12-04 08:56:03 25 4
gpt4 key购买 nike

现在我已经从 1.0 -> 2.0 更新,Nlog 抛出异常。

当 NLog.Config.XmlLoggingConfiguration.Initialize 被调用时,会发生以下异常:

“在 WebService 目标 [Target_AuditLog_WebService_Global] 上设置属性“Url”时出错”
内部异常为: "从 'System.String' 到 'System.Uri' 的无效转换。

目标看起来像这样:

<target name="Target_AuditLog_WebService_Global" xsi:type="WebService" namespace="http://ourLoggingServer.corp/" protocol="Soap12" methodName="AddLog" url="http://ourLoggingServer.corp/Logger.asmx">
<parameter /> <!-- Several params, none of type system.uri -->
</target>

我发现了这个,但是他们似乎认为它是固定的:
http://nlog.codeplex.com/workitem/5352

最佳答案

这是一个错误并已修复,但是,尚未正式发布或通过 NuGet 发布带有修复程序的版本,如果您遇到此问题,则需要使用夜间构建版本:http://nlog.codeplex。 com/releases/view/64708(我已经确认有效)如果在 2011 年 4 月 27 日之后有正式版本,您应该尝试使用它。
http://nlog.codeplex.com/releases

关于asp.net - NLogConfigurationException - 从 'System.String' 到 'System.Uri' 的无效转换,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5757022/

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