0
votes

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 ?

enter image description here

**update : This is dll property. how can i check relative or absolute path?

enter image description here

1
check the dll locations in your source project and see whether it is relative or absolute path. - Lei Yang
You seem to have problems with all your assembly references not just the one to your DLLs. Are you sure your project settings is the same? .NET version for example? - MickyD
@Lei Yang How can i check dll path is relative or absolute ? - JaeWoo So
@MickyD I set my project setting is same as original project. - JaeWoo So
select dll- right click - properties - Lei Yang

1 Answers

0
votes

I think you must replace it one by one.

Step 1: Right click the reference.

Step 2: Add new reference.

Step 3: Find the missing reference and Add it.

Note Delete first the error reference before adding new. This is only a suggestion. Good luck