I\'ve developed a mono gtk 2.10 application with monodevelop 2.4.
But, when i try to launch the .exe outside my develop machine (about 5 virtual machine) i get ever:
You can try the following:
% MONO_PATH=. mono yourapp.exe
It will make mono look in the current directory to find its files. But if your environment is not set correctly you'll likely have other issues (e.g. finding the GAC, machine.config...). Look at the mono-project.com wiki for more information.