c# - Addin failing to install in monodevelop -


i wrote addin using addinmaker monodevelop , wile works in debug mode, can't manage install package version.

i packaged release version in ./bin/release folder according official tutorial

 mdtool setup pack <myaddin>.dll  

when installing addin usig mpack file, unhelpful the installation failed message without other information.

from understand, addinmaker uses nuget packages. need run special command packaging?

is there way find went wrong installation?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -