c# - mkbundle cannot find gtk-sharp assembly on ubuntu -


i'm trying create bundle app made monodevelop on ubuntu 14. when execute

mkbundle myapp.exe --deps -o myapp 

error thrown

unhandled exception: system.io.filenotfoundexception: not load file or assembly 'gtk-sharp' or 1 of dependencies. system cannot find file specified. file name: 'gtk-sharp'   @ system.appdomain.load (system.string assemblystring, system.security.policy.evidence assemblysecurity, boolean refonly) [0x00000] in <filename unknown>:0    @ (wrapper remoting-invoke-with-check) system.appdomain:load (string,system.security.policy.evidence,bool)   @ system.reflection.assembly.reflectiononlyload (system.string assemblystring) [0x00000] in <filename unknown>:0  

i have found solution windows here how make "mkbundle --deps" option working mono 3.2.3 nothing ubuntu.

can please?


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -