I\'m using Visual Studio 2010 and trying to use the BigInteger type in a C# program. This type is supposed to be available in System.Numerics name
BigInteger
System.Numerics
You need to add an assembly reference to System.Numerics.dll
System.Numerics.dll
The MSDN entry on BigInteger states:
BigInteger Structure ... Namespace: System.Numerics Assembly: System.Numerics (in System.Numerics.dll)