On 03/03/03 suresh wrote:
> I am very new to linux.I am just working on linux only before 2 days.I 
> try to run csharp program.I got an error.I send my doubt. I appreciate u 
> if u do help me  regarding this.Thanks in advance.
[...]
> >Then i compile the program using mcs compiler using command like this
> >
> >mcs /target:exe test.cs
> >
> >It gives the output test.exe
> >
> >Then i try to run the program using wine command like this
> >
> >wine test.exe
> >
> >It give the error message as following.

Run the program with:

        mono test.exe

lupus

-- 
-----------------------------------------------------------------
[EMAIL PROTECTED]                                     debian/rules
[EMAIL PROTECTED]                             Monkeys do it better
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to