我正在尝试利用书籍和作者 abp 教程来构建示例应用程序。
在我的示例应用程序中,我有网站(而不是书籍)和警报(而不是作者)。
一切似乎都是对的。但是,一旦我加载 /alerts 页面,我就会收到以下错误。
寻找如何解决的方向......
我最接近的是这个链接:Abp.io 异常:激活 Castle.Proxies.ProcessesServiceProxy 时抛出异常
但是,我不确定该用户到底做了什么来解决他们的问题。
[14:56:47 INF] Authorization was successful.
[14:56:47 INF] Executing endpoint 'MyApp.Alerts.AlertAppService.GetListAsync (MyApp.Application)'
[14:56:47 INF] Route matched with {action = "GetList", controller = "Alert", area = "", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Volo.Abp.Application.Dtos.PagedResultDto`1[MyApp.Alerts.AlertDto]] GetListAsync(Volo.Abp.Application.Dtos.PagedAndSortedResultRequestDto) on controller MyApp.Alerts.AlertAppService (MyApp.Application).
[14:56:47 ERR] ---------- RemoteServiceErrorInfo ----------
{
"code": null,
"message": "An internal error occurred during your request!",
"details": null,
"data": {
"ActivatorChain": "Castle.Proxies.AlertAppServiceProxy"
},
"validationErrors": null
}
[14:56:47 …Run Code Online (Sandbox Code Playgroud) abp ×1