Hi!
I got a solution that includes 3 different projects, a Class Library, a Web Service and a Windows Service.
MySolution.DataAccessLayer (Class Library)
Using Entity-Framework 3.5 to access the database.
MySolution.WebService (Web Service)
MySolution.WindowsService (Windows Service)
My problem is that a have to include the Connection String in my Web Service/Windows Service configuration files to get it to work.
I have checked and I have the correct Connection String in my DataAccessLayer App.Config.
Why does it not use that?