Click here to Skip to main content
15,917,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionsetup and deploment Pin
Sandip Paul 49198424-Sep-13 3:34
Sandip Paul 49198424-Sep-13 3:34 
AnswerRe: setup and deploment Pin
Abhinav S24-Sep-13 6:01
Abhinav S24-Sep-13 6:01 
QuestionMail box unavailable for some mails. Pin
Anjani Rajdev24-Sep-13 0:50
Anjani Rajdev24-Sep-13 0:50 
AnswerRe: Mail box unavailable for some mails. Pin
Pete O'Hanlon24-Sep-13 1:00
mvePete O'Hanlon24-Sep-13 1:00 
GeneralRe: Mail box unavailable for some mails. Pin
Anjani Rajdev24-Sep-13 3:49
Anjani Rajdev24-Sep-13 3:49 
GeneralRe: Mail box unavailable for some mails. Pin
Richard MacCutchan24-Sep-13 4:35
mveRichard MacCutchan24-Sep-13 4:35 
QuestionDecimal To Octal,Vb.net Pin
srinivasankrishnaa23-Sep-13 3:24
srinivasankrishnaa23-Sep-13 3:24 
AnswerRe: Decimal To Octal,Vb.net Pin
Ron Beyer23-Sep-13 4:02
professionalRon Beyer23-Sep-13 4:02 
Well look at these two lines:

Dim i1, i2 As Integer

i1 = Convert.ToInt64(s1, 10)

What is happening here is that you are sticking an Int64 into an Integer. It can handle a certain number of "characters" (actually numbers) because after that number it overflows. You need to declare i1 and i2 as something that can hold large numbers, something like maybe Int64... Integer is an Int32 by default.
GeneralRe: Decimal To Octal,Vb.net Pin
srinivasankrishnaa24-Sep-13 5:05
srinivasankrishnaa24-Sep-13 5:05 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 5:22
professionalRon Beyer24-Sep-13 5:22 
GeneralRe: Decimal To Octal,Vb.net Pin
srinivasankrishnaa24-Sep-13 5:57
srinivasankrishnaa24-Sep-13 5:57 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 5:58
professionalRon Beyer24-Sep-13 5:58 
GeneralRe: Decimal To Octal,Vb.net Pin
srinivasankrishnaa24-Sep-13 6:08
srinivasankrishnaa24-Sep-13 6:08 
GeneralRe: Decimal To Octal,Vb.net Pin
Ron Beyer24-Sep-13 7:00
professionalRon Beyer24-Sep-13 7:00 
Question.net usercontrols and the vs2010 designer Pin
Member 774863018-Sep-13 12:17
Member 774863018-Sep-13 12:17 
AnswerRe: .net usercontrols and the vs2010 designer Pin
Dave Kreskowiak18-Sep-13 13:14
mveDave Kreskowiak18-Sep-13 13:14 
GeneralRe: .net usercontrols and the vs2010 designer Pin
Member 774863018-Sep-13 13:55
Member 774863018-Sep-13 13:55 
GeneralRe: .net usercontrols and the vs2010 designer Pin
Dave Kreskowiak18-Sep-13 15:07
mveDave Kreskowiak18-Sep-13 15:07 
Question[VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 1:43
professionalsteve_949661318-Sep-13 1:43 
AnswerRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 2:44
mvePete O'Hanlon18-Sep-13 2:44 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 3:06
professionalsteve_949661318-Sep-13 3:06 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 3:26
mvePete O'Hanlon18-Sep-13 3:26 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 3:37
professionalsteve_949661318-Sep-13 3:37 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
steve_949661318-Sep-13 23:11
professionalsteve_949661318-Sep-13 23:11 
GeneralRe: [VB.NET 2008] A runtime created Timer doesn't work Pin
Pete O'Hanlon18-Sep-13 23:27
mvePete O'Hanlon18-Sep-13 23:27 

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.