0

I am using Visual Studio 2013. When I am compile/running my project I am getting Error

"Metadata file 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\ .NETFramework\v4.5.1\Facades\ *.dll' could not be found projectPath\CSC ProjectName".

I have refereed Metadata file '.dll' could not be found

I tried all the solutions in above link but still no success.

Community
  • 1
  • 1
Rushee
  • 766
  • 7
  • 18

1 Answers1

0

You might have the wrong path in your references. On my machine I have a different path to the Facades directory:

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.1\Facades\*.*

Double check your \ separators.