Click here to Skip to main content
15,883,623 members
Home / Discussions / C#
   

C#

 
QuestionUser Redirect To the login page after the idle time it reaches Pin
Mits Machhi15-May-12 18:57
Mits Machhi15-May-12 18:57 
AnswerRe: User Redirect To the login page after the idle time it reaches Pin
Sandeep Mewara15-May-12 20:49
mveSandeep Mewara15-May-12 20:49 
GeneralRe: User Redirect To the login page after the idle time it reaches Pin
Mycroft Holmes15-May-12 21:18
professionalMycroft Holmes15-May-12 21:18 
JokeRe: User Redirect To the login page after the idle time it reaches Pin
Peter_in_278015-May-12 21:44
professionalPeter_in_278015-May-12 21:44 
GeneralRe: User Redirect To the login page after the idle time it reaches Pin
Mycroft Holmes15-May-12 22:14
professionalMycroft Holmes15-May-12 22:14 
GeneralRe: User Redirect To the login page after the idle time it reaches Pin
Sandeep Mewara15-May-12 22:03
mveSandeep Mewara15-May-12 22:03 
Questionconvert XML to datatable + C# Pin
jojoba201115-May-12 18:47
jojoba201115-May-12 18:47 
QuestionBig Number Pin
BobInNJ15-May-12 10:26
BobInNJ15-May-12 10:26 
I need to work with some very large integers; about 100 decimal places. Therefore, I thought I would use the data type BigInteger. However, the following program does not compile:

C#
using System;
using System.IO;
using System.Numeric;

class MainClass {
    public static void Main()
    {
        BigInteger i1;
    }
}


I get the following error message:

Error 1 'System.Numeric.BigInteger' is inaccessible due to its protection level C:\dev\C#.dev\test\main.cs 8 9 test

Should I be using a different data type? Why does this simple program not compile?

Thanks

Bob
AnswerRe: Big Number Pin
Luc Pattyn15-May-12 11:13
sitebuilderLuc Pattyn15-May-12 11:13 
GeneralRe: Big Number Pin
BobInNJ15-May-12 12:08
BobInNJ15-May-12 12:08 
AnswerRe: Big Number Pin
Luc Pattyn15-May-12 12:21
sitebuilderLuc Pattyn15-May-12 12:21 
GeneralRe: Big Number Pin
BobInNJ15-May-12 13:08
BobInNJ15-May-12 13:08 
AnswerRe: Big Number Pin
Luc Pattyn15-May-12 13:16
sitebuilderLuc Pattyn15-May-12 13:16 
QuestionSkipping locked section already in use Pin
varunpandeyengg15-May-12 5:41
varunpandeyengg15-May-12 5:41 
GeneralRe: Skipping locked section already in use PinPopular
PIEBALDconsult15-May-12 5:58
mvePIEBALDconsult15-May-12 5:58 
GeneralRe: Skipping locked section already in use Pin
varunpandeyengg15-May-12 6:13
varunpandeyengg15-May-12 6:13 
GeneralRe: Skipping locked section already in use Pin
PIEBALDconsult15-May-12 6:29
mvePIEBALDconsult15-May-12 6:29 
GeneralRe: Skipping locked section already in use Pin
Sentenryu15-May-12 7:33
Sentenryu15-May-12 7:33 
GeneralRe: Skipping locked section already in use Pin
PIEBALDconsult15-May-12 7:51
mvePIEBALDconsult15-May-12 7:51 
GeneralRe: Skipping locked section already in use Pin
Sentenryu15-May-12 8:19
Sentenryu15-May-12 8:19 
GeneralRe: Skipping locked section already in use Pin
jschell15-May-12 8:56
jschell15-May-12 8:56 
GeneralRe: Skipping locked section already in use Pin
PIEBALDconsult15-May-12 9:11
mvePIEBALDconsult15-May-12 9:11 
GeneralRe: Skipping locked section already in use Pin
Sentenryu15-May-12 9:34
Sentenryu15-May-12 9:34 
GeneralRe: Skipping locked section already in use Pin
PIEBALDconsult15-May-12 9:50
mvePIEBALDconsult15-May-12 9:50 
GeneralRe: Skipping locked section already in use Pin
Sentenryu16-May-12 0:29
Sentenryu16-May-12 0:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.