Spospisil :No, I still cannot get data returned to the blazor page because now I'm encountering this error. I have changed the MaxResultCount and MaxMaxResultCount properties in several ways and I'm still getting this error. I have 50,000 rows in my database table and I'm trying to return all of them (for performance testing reasons) and it keeps popping up with the below error.
Can you tell me what's wrong with the sample project's code?
hi
You can share it with liming.ma@volosoft.com
Or https://wetransfer.com/
Thanks.
You've already modified the code based on the AI's response so that the System.NotSupportedException: The collection type 'System.Linq.IQueryable
error no longer appears.
My question is: can you get the data returned by the application service on your blazor page?
hi
I received an invitation from GitHub, but I don't know the question URL. There are many questions on the support website.
Can you get DataDictionaryList
in your blazor page now?
hi
I asked the question URL https://github.com/spospisil/AbpGridSolution/issues/1
Can you get DataDictionaryList
in your blazor page now?
var result = await DataDictionaryAppService.GetListAsync(input);
DataDictionaryList = (List<DataDictionaryDto>)result.Items;
If so, the backend is working. You can check DevExpress document to show the data.
I don't have much experience with DevExpress.
Thanks.
hi
Can you share the full exception logs?
Thanks.
你好,
你是否为ABP CLI工具设置了任何代理?
如果是, 请取消它的代理. 如果没有, 请尝试给它设置一下代理.
https://www.digitalcitizen.life/proxy-settings-windows-11/
谢谢
hi
Any idea what the underlying problem is and how I can fix it? I've given access to the private repository with a sample project to @maliming
Where is your repository?
Thanks.