MonoDevelop 2.4: Help finding a dll

[亡魂溺海] 提交于 2019-12-08 10:11:55

问题


I am trying to build a MonoDevelop 2.4 add-in but I need the dll with the namespace of: MonoDevelop.Projects.Gui. Does anyone know what dll this namespace is stored in? I was told that the namespace was in MonoDevelop.Ide.dll but when I added the dll to the MonoDevelop project the namespace did not resolve.


回答1:


This namespace doesn't exist anymore in MonoDevelop 2.4. The classes that were there have been moved to MonoDevelop.Ide.* namespaces. You can try looking in MonoDevelop.Ide, MonoDevelop.Ide.Gui, MonoDevelop.Ide.Projects or MonoDevelop.Ide.Projects.OptionPanels.



来源:https://stackoverflow.com/questions/4436133/monodevelop-2-4-help-finding-a-dll

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