08 2020 档案
摘要:问题描述:操作数类型冲突: uniqueidentifier 与 bigint 不兼容; 当我在做数据库字段变更时,以前的数据类型是 Guid 变更为 Long 或者 Int 时报错! C#代码示例: public virtual Guid AgentId { get; set; } // Agen
阅读全文
摘要:HTTP Error 500.0 - ANCM In-Process Handler Load Failure Common causes of this issue: The specified version of Microsoft.NetCore.App or Microsoft.AspNe
阅读全文
摘要:示例图 C#端实现代码 /// <summary> /// 创建类别 /// </summary> /// <param name="input">创建Dto</param> [AbpAuthorize(MallPermissions.Category_Edit)] public async Tas
阅读全文
摘要:问题描述:An unhandled exception occurred while processing the request. Win32Exception: 不知道这样的主机。 Unknown location SqlException: A network-related or insta
阅读全文
摘要:问题提示:System.InvalidOperationException: Null TypeMapping in Sql Tree 日志记录: System.InvalidOperationException: Null TypeMapping in Sql Tree at Microsoft.
阅读全文