Skip to content

use sync over HTTP in .net 4.5 #411

Answered by Mimetis
guangyi1609 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @guangyi1609
I'm sorry, it can't be used in classic .Net Framework.

Even if the Dotmim.Sync.Web.Server package is .Net Standard 2.0 compatible, it's using some ASP.Net Core base libraries that are not compatible with .Net Fx 4.7.2
Especially everything related to HttpContext.

If you are not able to create as ASP.Net Core Web Api project, I think it's still possible to create a Dotmim.Sync.Web.Server.Fx472 project, based on the Dotmim.Sync.Web.Server source code, and adapted to .Net Framework 4.7.2 (minimum .Net Framework version to be .Net Standard 2.0 compatible)
It's a lot of work I guess, but I'm convinced this is doable.

Pull Requests are open ! :)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by guangyi1609
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants