TypeLoadException from Logger.Create when running DotNetOpenAuth under mono

不问归期 提交于 2019-12-04 20:58:36

It looks like a difference in how mono loads assemblies, throwing different exceptions than Microsoft's CLR does. I've filed issue #151 to track this.

In the meantime, please try downloading this patched build, which is v4.0.3 with the proposed fix for this bug, and see if it works for you.

This assumes that otherwise, the normal builds work on mono.

I solved this issue by simply adding the log4net DLL to the project directory and everything works.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!