In anybody integrate devexpress reporitng and aspnetzero core angular ?
I added reporitng feature to my solution but i got DXXRDV not found error. Devexpress said that "this is a backend problem, your backend can not route." i want integrate devexpress reporitng .
7 Answer(s)
-
0
Hi @emirsec
Can you please share all the error you get? When I searched, I saw that this could happen for a number of reasons. If you share your error exactly, I may suggest a suitable solution for you.
-
0
error we have stuck while integrating Devexpress Report in Asp.net Zero as we have two different solution for frontend and backend , we are getting error in forntend angular solution.
Version we are using 1.Devexpress Version (BackEnd - Asp.net Core = 20.2.4) 2.Devexpress Vesrion (FrontEnd -Angular = 18.2.4)
-
0
Hi @emirsec
Can you also please share the relevant part of the log.txt
-
0
HI Team This is log file data
ERROR 2021-01-14 13:50:03,217 [28 ] nostics.DeveloperExceptionPageMiddleware - An unhandled exception has occurred while executing the request. Microsoft.AspNetCore.Routing.Matching.AmbiguousMatchException: The request matched multiple endpoints. Matches:
LockthreatCompliance.Web.Controllers.CustomWebDocumentViewerController.Invoke (LockthreatCompliance.Web.Host) DevExReportDemo.Web.Host.Controllers.DXWebDocumentViewerController.Invoke (LockthreatCompliance.Web.Host) at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ReportAmbiguity(CandidateState[] candidateState) at Microsoft.AspNetCore.Routing.Matching.DefaultEndpointSelector.ProcessFinalCandidates(HttpContext httpContext, CandidateState[] candidateState) at Microsoft.AspNetCore.Routing.Matching.DfaMatcher.MatchAsync(HttpContext httpContext) at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.Invoke(HttpContext httpContext) at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware.Invoke(HttpContext context) INFO 2021-01-14 13:50:03,218 [28 ] Microsoft.AspNetCore.Hosting.Diagnostics - Request finished in 1.7971ms 500 text/plain
Thank You
-
0
the isue is that devexpress version 18.2.x works fine for angular reporting and when file uploader requires devexpress 20.2.x, so there's always an issue with either one of the components due to different version dependency
-
0
-
0
Hi @emirsec
Did you try changing name of
CustomWebDocumentViewerController
or adding it to a Route attribute with a different route name ?