Metadata file … could not be found error when building projects

前端 未结 21 3262
北恋
北恋 2020-12-14 14:28

Every time I start Visual Studio 2008, the first time I try to run the project I get the error CS0006 The metadata file ... could not be found. If I do a rebuild of the comp

21条回答
  •  孤街浪徒
    2020-12-14 14:44

    Windows 7 Ultimate 32 Visual Studio 2008 SQL Server v2005

    I was receiving the same error. And I decided to remove and re-add the project references. I was unable to add them back because the Database reference in each of the referenced projects was blank.

    Once I reset the database reference to the correct setting, I was able to build without further issue. Additionally, this was my first attempt to rebuild this project after having branched source code in VSS.

    Good Luck

提交回复
热议问题