asp.net-mvc-4 – 如何解决Antlr3依赖地狱

我有一个asp.net MVC 4项目与MEF和RavenBD。

项目加载时会抛出此异常:无法加载文件或程序集Antlr3.Runtime.dll

我发现RavenDB和WebGrease(与MVC 4一起安装)都使用Antlr3。但WebGrease自带的Antlr3 dll,由Microsoft签署 – PublicKeyToken 31bf3856ad364e35

Antlr3默认PublicKeyToken是eb42632606e9261f。

RavenDB和WebGrease使用相同版本的Antlr3 3.3.1.7705

如何解决这个问题?

解决方法

不幸的是,我没有找到与不同签名相同版本的冲突相依性的解决方案。

但好消息是,WebGrease的贡献者之一Howard Dierking通过电子邮件回答了我的疑虑。这是他的回应:

Hi Maxime – sorry that you ran into this. I’m working to do a couple
things to quickly resolve the issue:

1) Preparing an update to the antlr package with the latest antlr
version – will test and push to nuget.org

2) Working with the WebGrease team to change their NuGet package
so that it does not ship the antlr.dll but rather takes a package
dependency – in talking with them,they were unaware that a package
existed.

This should resolve the dll hell issue that you ran into. Hopefully
this won’t take more than a couple weeks with the holidays.

Thanks,

_howard

相关文章

### 创建一个gRPC服务项目(grpc服务端)和一个 webapi项目(...
一、SiganlR 使用的协议类型 1.websocket即时通讯协议 2.Ser...
.Net 6 WebApi 项目 在Linux系统上 打包成Docker镜像,发布为...
一、 PD简介PowerDesigner 是一个集所有现代建模技术于一身的...
一、存储过程 存储过程就像数据库中运行的方法(函数) 优点:...
一、Ueditor的下载 1、百度编辑器下载地址:http://ueditor....