After i copy and paste my c# visual studio 2015 project to other directory, Copied project's dlls are all missing.
original project is in C:\test\temp1 , and ccopied project is in C:\test\temp2
when i remove all dll and add new dll, project cant recognize dll file. How can i restore this dll ?
**update : This is dll property. how can i check relative or absolute path?

