I have created a solution which has multiple project (i.e. Business Layer, Database Layer etc..). This solution also has one console application and I've added the reference of another projects dll (business layer and database layer). Now, I am following below steps to deploy it on server:
- Build the console application.
- Copy the code and replace it on server (I already have created one windows server and I've schedule it to run at some interval)
Now the problem is, console application is searching the dll as per my local path and it is not referencing to the same folder where I've deployed the code.
Any help would be really appreciated.