在我的笔记本电脑上安装源 Orchard 时大约 450MB,而我的桌面上的 Orchard 超过 1.3 GIG。除了添加一个新主题以及一些模块和布局更改之外,我没有在 Orchard(桌面)上添加任何内容。
我已经在团队基础服务器上签入了我的 Orchard 项目,但无法让它在我的笔记本电脑上运行。
查看错误列表时,它显示了近 500 个错误(似乎我因为某种原因缺少了几个 Orchard 的核心部分?)。
下面是一些生成的错误(所有 Orchard 文件)。
The type or namespace name 'Autofac' could not be found (are you missing a using directive or assembly reference?)
The type or namespace name 'FluentHibernate' could not be found (are you missing a using directive or assembly reference?)
...
在我的笔记本电脑上做了以下步骤:
- 下载了 Orchard 的源代码版本(1.6)
- 在 Visual Studio 中提取并运行 .sln 文件(到目前为止没有问题)
- 在团队基础服务器上登录
- “获取最新版本”
- 错误....
此致。