我刚刚下载了Orchard CMS的1.6.1源代码。
我将解决方案文件加载到Visual Studio 2012 Express中 - 并获得722个错误,包括:
Error 919 The type or namespace name 'WhenAttribute' could not be found (are you missing a using directive or an assembly reference?) C:\inetpub\wwwroot\Orchard\Orchard.Profile\Tests\HttpClient.cs 29 10 Orchard.Profile
知道这里有什么问题吗?
我是Orchard的新手。
答案 0 :(得分:0)
我将'src'文件夹复制到wwwroot - 并尝试构建。
你必须复制整个'Orchard.Source'文件夹 - 然后在src中加载解决方案 - 保留所有文件。
答案 1 :(得分:0)
当你下载Orchard源代码时,我看到很多.bat文件:build.cmd,ClickToBuild.cmd ... =>在打开解决方案之前准备好,