Problem with System() command

Hi,
I have an application, script.exe, written under mono framework and for execute them in my linux box I must write in console:
mono script.exe
The problem is that when I call this application in dialplan with command:
exten => 500,1,System(mono script.exe)
the application not run!
Somebody can help me to find the problem?
Thanks!