mkbundle在ubuntu上找不到gtk-sharp程序集

时间:2015-07-14 13:08:33

标签: c# ubuntu mono mkbundle

我正在尝试为我在Ubuntu 14上使用monodevelop制作的应用程序创建包。当我执行时

mkbundle myapp.exe --deps -o myapp
抛出

错误

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'gtk-sharp' or one of its dependencies. The system cannot find the file specified.
File name: 'gtk-sharp'
  at System.AppDomain.Load (System.String assemblyString, System.Security.Policy.Evidence assemblySecurity, Boolean refonly) [0x00000] in <filename unknown>:0 
  at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string,System.Security.Policy.Evidence,bool)
  at System.Reflection.Assembly.ReflectionOnlyLoad (System.String assemblyString) [0x00000] in <filename unknown>:0 

我在这里找到了Windows解决方案How to make "mkbundle --deps" option working with mono 3.2.3 但ubuntu没什么。

有人可以帮忙吗?

0 个答案:

没有答案