Its working. Thanks,
Is there way out to use AppService Method as a datasource ? Do you any example of using AppService?
I suggest to you install reports from following Devexpress Link. https://go.devexpress.com/DevexpressDownload_UniversalTrial.aspx
There is only one Package related to DevExpress which I added with nuget devexpress.reporting.core v24.1.6
Hi, I made the repository to private and share it with you. Secondly, You would find a folder "References", I added the DevExpress.Reporting.Core nuget source and related DLL's to run the project.
Thanks
Hello Maliming,
Thank you for getting back to me. I've shared the test repository here:
https://github.com/tayyab48/abp_v8_devexpress_reports_v24
You'll find three reports within it: one static and two utilizing an object data source.
Note: We've successfully used the same codebase for ABP v7 and DevExpress 23 in a separate project with no issues.
Your swift reply would be greatly appreciated.
Hello Support Team,
We're working on a project using ABP.IO V8 and .NET 8, with an Angular frontend. The backend utilizes a DDD architecture and MS SQL Database.
We've integrated DevExpress reports into the backend but are encountering the following error.
{ "error": "Could not load file or assembly 'System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.", "result": null, "success": false }
When we tested a standalone .NET 8 project without ABP, the simple static report worked fine.
We suspect there may be issues with the ABP framework or some missing configuration. Could you please assist us with this matter?
Hello @liangshiwei
Sorry, I think you could not understand the requirement.
Volo.Abp.Account.Public.Web.Areas.Account.Controllers.AccountController is being used for api/account/login
You were pushing me into another direction.
We are not using IIS or Azure App Service. Its AWS load balancer pointing to Ec2 server that is running API on it. The load balancer only forwards requests to the ec2. That's our scenario.
Secondly, We made a sample project using abp suite then published and run it at http://localhost:5000 we faced the same project. If possible please a call or teamviewer session or allow me to send you sample project to check it.
Kindly reply at your earliest, We are stuck into a point further development is halted.