简体   繁体   English

将N2CMS升级到从github主干收集的最新版本

[英]Upgrade N2CMS to latest version collected from github trunk

I am upgrading an old N2CMS website to the newest version released in the trunk (2.2.5 or something like that), following these instructions https://github.com/n2cms/n2cms/blob/master/docs/releases/upgrade_2.2.1.txt but i am getting an error when tring to compile the project: 我按照以下说明https://github.com/n2cms/n2cms/blob/master/docs/releases/upgrade_2将旧的N2CMS网站升级到主干中发布的最新版本(2.2.5或类似的版本) 。 2.1.txt,但是在尝试编译项目时出现错误:

Unable to load one or more of the requested types. 无法加载一种或多种请求的类型。 Retrieve the LoaderExceptions property for more information. 检索LoaderExceptions属性以获取更多信息。

Has anyone done this before and know if there's anything else i should be doing appart from just copying files? 有没有人做过这件事,并且知道我是否还应该通过复制文件来做appart?

Thanks 谢谢

Complete text of this error contains the name of DLL you are missing. 此错误的完整文本包含您缺少的DLL的名称。 Read it carefully and you will find out what DLL you need to add. 仔细阅读,您将发现需要添加的DLL。 It could be something like Lucene.dll which was introduced recently (it depends how old your project is). 可能是最近引入的类似Lucene.dll的东西(这取决于您的项目的年代)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM