Hello, Yes sure, I'll send you an invitation.
In the meanwhile, here is globalServicegenerate-proxy.json. This is too long to put here, so I've uploaded it to Google Drive instead.
https://drive.google.com/file/d/1TQV3-oQe4Pry6DYTYFgqMsKAkPV4Fa3T/view?usp=sharing
Thank You!
Hello, Jeff and I are team members, however he is now unable to respond.
Here is the appsettings.json file
{
"ConnectionStrings": {
"ProductService": "mongodb://root:root123@localhost:27017/CMVPoint_ProductService?authSource=admin"
},
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44325/"
}
},
"IdentityServer": {
"AuthUri": "https://localhost:44322",
"GatewayUri": "https://localhost:44325",
"BrowserPort": 54955,
"Oidc": {
"RedirectUri": "http://127.0.0.1:54955/signin-oidc",
"ClientId": "CmvPoint_WpfClient",
"ClientSecret": "1q2w3e*",
"Scope": "openid profile email ProductService AdministrationService IdentityService ShareholderService GlobalService"
}
}
}
Hi gterdem,
I've submitted a community-article-requiest
on Github, but I think it takes time to be noticed by the team? because until now there is no reply on this. But anyway, Is there any possible to add another Data Access for Abp? I want to utilized the Xpo from DevExpress which is required by my client. My problem here is that I'm having a hard times of manually configure and build a context of it. Is there any possible for this? can you please give me some insight on this. Thank you.
I tried to copy the implementation of MongoDb Integration, but everything seems to fail. I plan to just add another Data Access layer and use DevExpress's Xpo ORM.
Hello everyone, I need to change the Data Layer on abp. Instead of Entity Framework Core (EfCore), I wanted to utilize DevExpress's eXpress Persistent Object (XPO), but it compelled me to use it. Do you have any resources that might assist me in completing this task? Alternatively, do you have any samples? I hope your kind and considering my concern thanks.
XPO Link: https://www.devexpress.com/products/net/orm/