I am using Visual studio 2013 TFS. When I check in my project and try to build it in another machine I am getting an error like this.
Error 1 The type or namespace name 'Entity' does not exist in the namespace 'System.Data' (are you missing an assembly reference?) G:\SampleProj\DataAccess\SampleData.cs
If I am running it in my machine, it works fine. I read that changing the reference path to relative in .csproj could solve the problem, but I could not find any such reference path.
Can any one help me how to solve this with necessary steps.?