SyFy's blog

By SyFy, 14 years ago, translation, In English
I use Mono on Ubuntu.
Wrote the program with this line of code:
using Mono.Math;

It works onle after connecting Mono.Security
(More), same issue here:

Can't compile program.cs:
program.cs (29,25): error CS0246: The type or namespace name `BigInteger 'could not be found.
Are you missing a using directive or an assembly reference?

This snippet of code: http://paste.ubuntu.com/426366/

Can you make and the server for this to work?

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?