I am using Visual Studio 2012.
I have created WCF Service Library project named: EvalServiceLibrary
I have created Windows Service project with name: WindowsServiceHost in the same solution.
Now, I have referenced EvalServiceLibrary inside WindowsServiceHost.
When I build the solution, I am getting the following error:
The type or namespace name 'EvalServiceLibrary' could not be found (are you missing a using directive or an assembly reference?)
After some analysis, I found that it is happening to Windows Service Project type.
Can anybody please suggest the solution?