I checked related question in stackoverflow. It doesn't resolve my issue. I tried all that solution mention in stackoverflow. Unfortunately I can't resolve the error.
I tried these solution:(which is mentioned in SO)
Check the Target framework version are all same.In my project I used .Net framework 4.5.1.I checked that.
Reference properties->Copy Local-> True.
Clean and ReBuild the solution.
In my project floder does not contain the specified project dll file.(projectfloder/bin/Debug
)and I checked (obj/Debug
)
I tried these above methods even though still I getting this issue.
Metadata file:'projectfloderpath\bin\Debug\projectname.dll' could not be found.
Means application shows that it can't able to find the dll.