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)
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 .
Hi velu,
My team is also interested in DevExtreme reporting integration in ASP.NET Core and Angular. Please, send link to: [email protected] / [email protected]
Regards, AB
Hello @Velu, please share the same to [email protected]
Issue Resolved Using npm run Publish . Not use ng build --prod to Deploye IIS
Followwing Steps To deploy Front End Solution
1] ng Build --prod 2] Create New Side for IIS Using Port 4200 3] Copy Dist Folder File To C:\inetpub\wwwroot\LockcompFrontEnd 4] run browser getting this issue
Product Version is 8.5 Framework is .net core
I have Deployed On IIS After that getting Following error how to resolve this.but project run on local machine no issue
Note:- i have Deployed Project With same port 4200 on IIS!
Get this errors during npm run publish Warning: Entry point 'abp-ng2-module' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/rxjs/internal/observable/throwError'. This is probably not a problem, but may cause the compilation of entry points to be out of order. Warning: Entry point 'angular-calendar-year-view' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/lodash/cloneDeep'. This is probably not a problem, but may cause the compilation of entry points to be out of order. Warning: Entry point 'angular2-text-mask' contains deep imports into 'C:/Users/source/repos/emirsec/LCFE/node_modules/text-mask-core/dist/textMaskCore'. This is probably not a problem, but may cause the compilation of entry points to be out of order.