X# and .NET WebAPI - What is possible
Posted: Mon Jun 27, 2022 8:55 am
Hi,
just checking what should be possible. What scenario is compatible. I was trying for the last days to add X# and ADS Db Connection to a .NET WebAPI project. Most of it worked, but unfortunately not every combination. So I want to know, what scenario should work and which one is not tested jet.
[*]
[*].NET 4.7.2 WebAPI + X# RT/RDD, AXDBFCDX + bTools.bServer -> works like charm! :cheer:
[*].NET 4.7.2 WebAPI + Advantage.Data.Provider, AdsConnection -> Collation Bug
[*].NET 5 WebAPI + X# RT/RDD, AXDBFCDX + bTools.bServer -> not possible?
[*].NET 5 WebAPI + Advantage.Data.Provider, AdsConnection -> Collation Bug
The thing is, that I wanted to use .NET 5 together with ADS as my WebAPI. But I could not get everything to work properly.
just checking what should be possible. What scenario is compatible. I was trying for the last days to add X# and ADS Db Connection to a .NET WebAPI project. Most of it worked, but unfortunately not every combination. So I want to know, what scenario should work and which one is not tested jet.
[*]
[*].NET 4.7.2 WebAPI + X# RT/RDD, AXDBFCDX + bTools.bServer -> works like charm! :cheer:
[*].NET 4.7.2 WebAPI + Advantage.Data.Provider, AdsConnection -> Collation Bug
[*].NET 5 WebAPI + X# RT/RDD, AXDBFCDX + bTools.bServer -> not possible?
[*].NET 5 WebAPI + Advantage.Data.Provider, AdsConnection -> Collation Bug
The thing is, that I wanted to use .NET 5 together with ADS as my WebAPI. But I could not get everything to work properly.
- Is X# and bTools.bServer compatible with .NET 5 at all? X# propably yes, but what about bDbServer?
- Any ideas how to treat the collation issue?
- And finally, in which scenario is Advantage.EntityFramework possible? .NET 4.7.2? Didn't get this to work either.