System.TypeLoadException: Could not resolve type with token 0100000f

不想你离开。 提交于 2020-02-06 05:50:46

问题


I get this error running a sample asp.net 5 application on ubuntu 14.04LTS.

after a successful dnu restore command, running dnx kestrel command returns the following error: System.TypeLoadException: Could not resolve type with token 0100000f.

I tried different versions of mono still the same error. I noticed also a difference between kestrel versions in my project.lock.json file(could it be it). on the browser it returned an internal server error! I can post the file if needed. appreciate it!

来源:https://stackoverflow.com/questions/35604946/system-typeloadexception-could-not-resolve-type-with-token-0100000f

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