I was curious if anyone has written AGI apps using C# and Mono?
Thanks,
Lee
I was curious if anyone has written AGI apps using C# and Mono?
Thanks,
Lee
Hi everyone,
I’ve been looking into this a bit more and I have actually been able to run a few hello world type apps on my asterisk box written in C#.
The problem that I have is that apps written against mono need to be run like so: mono myapp.exe
I’m very new to linux, but I’ve been reading the mono site and came up with this:
mono-project.com/Running_you … pplication
Unfortunately, when I run:
modprobe binfmt
I get:
FATAL: Module binfmt not found.
Still trying to learn my way through this one, but it was nice to write the sample apps in VS2005 and xcopy them to my linux box and have them run.
Lee