There is a WCF service that is hosted on a console application.
Now I want to transfer it to the WinService.
I made it a library and added it to the WinService project.
When requesting a WCF service, an error occurs:
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the entityFramework section of the application config file
What am I doing wrong? I copied the console application configuration into the app.config WinService ...