Metadata file … could not be found error when building projects

前端 未结 21 3184
北恋
北恋 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 15:02

    I have a similar problem each time I update the project from SVN.
    Another solution for ASP.NET:

    1. Close the IDE.
    2. Delete the files in C:\WINDOWS\microsoft.net\framework\v…\Temporary ASP.NET File\.

提交回复
热议问题