Hi , when ever i try to make project and run it in visual studio 2012 i get this error :
2>CSC : error CS0006: Metadata file 'E:\PROJECTS\ASP.NET\ProgrammingWiki\ProgrammingWiki.BLayer\bin\Debug\ProgrammingWiki.BLayer.dll' could not be found
what should i do ? i check build is checked in configuration manager in build menu
Mark My Post As An Answer If It Worked !
Please Visit : www.classifiedspak.com
i had the similar issue where "metadata could not be found". on the solution property, make sure that the "build" check box is marked in Build/Configuration Manager for each project.
Pushp Raj Singh
Software Engineer .Net
Marked as answer by Angie xu - MSFT on Feb 26, 2013 11:52 PM
shan000
Member
491 Points
446 Posts
CSC : error CS0006: Metadata file 'file name.dll' could not be found
Feb 20, 2013 08:24 PM|LINK
Hi , when ever i try to make project and run it in visual studio 2012 i get this error :
2>CSC : error CS0006: Metadata file 'E:\PROJECTS\ASP.NET\ProgrammingWiki\ProgrammingWiki.BLayer\bin\Debug\ProgrammingWiki.BLayer.dll' could not be found
what should i do ? i check build is checked in configuration manager in build menu
Please Visit : www.classifiedspak.com
pushpraj
Member
246 Points
37 Posts
Re: CSC : error CS0006: Metadata file 'file name.dll' could not be found
Feb 21, 2013 04:45 PM|LINK
i had the similar issue where "metadata could not be found". on the solution property, make sure that the "build" check box is marked in Build/Configuration Manager for each project.
Software Engineer .Net
EricCoffman
Member
3 Points
1 Post
Re: CSC : error CS0006: Metadata file 'file name.dll' could not be found
May 06, 2013 02:10 PM|LINK
All were checked in my project. But what worked was when I unchecked tham all and then checked them again.