Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Are there any options available for hosting WCF services in .NET 8.0? I'm migrating my existing application from .NET Framework 4.5.2 to .NET 8.0. Previously, I utilized WCF in the 4.5.2 framework, but I'm currently facing challenges in finding a suitable solution for WCF in .NET 8.0.


What I have tried:

I attempted to consume WCF services in .NET 8.0 but haven't found a viable solution yet. Since I'm currently reliant on WCF services, I prefer not to refactor my code. Doing so would entail integrating numerous changes into the existing application.
Posted
Updated 4-Feb-24 19:20pm

1 solution

WCF was deprecated with the release of .NET 5.

You'll have to migrate the code to more modern technologies, like CoreWCF[^].
 
Share this answer
 
Comments
[no name] 7-Feb-24 22:25pm    
I want to use WPF as server and client. How can i achieve it?
Dave Kreskowiak 8-Feb-24 1:14am    
You're asking for an explanation that would take up entire books. That's not going to fit in these little text boxes.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900