I have a Visual Studio solution. This solutions contains two projects. The first is a class library with all methods that communicate with sql server db. The second is a windows service project will run every 30 minutes.
How do I distribute this setup in one package?
I have tried:
1-adding the class library as a reference to windows service. 2-create a setup project and adding the windows service in the application folder. 3-adding the windows service and the class library to the application folder.
this is a screenshot for the error.
I think this error because the class library couldn't reach the SQL db.