LuoWeiweiGithub / Douban

0 stars 0 forks source link

编译不通过 #2

Open LiangYanZhejiang opened 8 years ago

LiangYanZhejiang commented 8 years ago

1>------ Build started: Project: Dyllan.Common, Configuration: Debug Any CPU ------ 1>CSC : error CS2001: Source file 'SQL\ColumnAttribute.cs' could not be found 1>CSC : error CS2001: Source file 'SQL\SqlHelper.cs' could not be found 1>CSC : error CS2001: Source file 'SQL\TableTypeAttribute.cs' could not be found 2>------ Build started: Project: Douban.Model, Configuration: Debug Any CPU ------ 2>I:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Dyllan.Common\bin\Debug\Dyllan.Common.dll' could not be found 3>------ Build started: Project: Douban.Dal, Configuration: Debug Any CPU ------ 4>------ Build started: Project: Douban.Contract, Configuration: Debug Any CPU ------ 4>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Model\bin\Debug\Douban.Model.dll' could not be found 3>I:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Contract\bin\Debug\Douban.Contract.dll' could not be found 3>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Model\bin\Debug\Douban.Model.dll' could not be found 3>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Dyllan.Common\bin\Debug\Dyllan.Common.dll' could not be found 5>------ Build started: Project: Douban.Spider, Configuration: Debug Any CPU ------ 5>I:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "HtmlAgilityPack". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>I:\Program Files (x86)\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(1635,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "NLog". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Contract\bin\Debug\Douban.Contract.dll' could not be found 5>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Dal\bin\Debug\Douban.Dal.dll' could not be found 5>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Model\bin\Debug\Douban.Model.dll' could not be found 5>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Dyllan.Common\bin\Debug\Dyllan.Common.dll' could not be found 6>------ Build started: Project: Douban.Terminal, Configuration: Debug Any CPU ------ 6>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Model\bin\Debug\Douban.Model.dll' could not be found 6>CSC : error CS0006: Metadata file 'E:\12_GitHub\Douban\Douban.Spider\bin\Debug\Douban.Spider.dll' could not be found ========== Build: 0 succeeded, 6 failed, 0 up-to-date, 0 skipped ==========

LuoWeiweiGithub commented 8 years ago

这两个Projects: Dyllan.Common, Douban.Contract 是找不到Nlog这个DLL,你重新引用下就好了 Project:Douban.Spider找不到HtmlAgilityPack,你也重新引用下。

LiangYanZhejiang commented 8 years ago

2>E:\12_GitHub\Douban\Douban.Model\BookInfo.cs(21,6,21,15): error CS0246: The type or namespace name 'TableType' could not be found (are you missing a using directive or an assembly reference?) 2>E:\12_GitHub\Douban\Douban.Model\BookInfo.cs(21,6,21,15): error CS0246: The type or namespace name 'TableTypeAttribute' could not be found (are you missing a using directive or an assembly reference?)

LuoWeiweiGithub commented 8 years ago

想不明白 明明我本地有,偏偏不在Server上

LiangYanZhejiang commented 8 years ago

坐等你把书看完