Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get audio payload in G729 Pin
Bernhard Hiller15-Jun-14 21:35
Bernhard Hiller15-Jun-14 21:35 
QuestionHow to display records from database between two dates using calender control Pin
Nishant.Chauhan8012-Jun-14 23:18
Nishant.Chauhan8012-Jun-14 23:18 
AnswerRe: How to display records from database between two dates using calender control Pin
Pete O'Hanlon12-Jun-14 23:38
mvePete O'Hanlon12-Jun-14 23:38 
GeneralRe: How to display records from database between two dates using calender control Pin
Nishant.Chauhan8013-Jun-14 0:08
Nishant.Chauhan8013-Jun-14 0:08 
AnswerRe: How to display records from database between two dates using calender control Pin
Simon_Whale13-Jun-14 0:15
Simon_Whale13-Jun-14 0:15 
GeneralRe: How to display records from database between two dates using calender control Pin
Eddy Vluggen13-Jun-14 0:28
professionalEddy Vluggen13-Jun-14 0:28 
GeneralRe: How to display records from database between two dates using calender control Pin
Simon_Whale13-Jun-14 0:36
Simon_Whale13-Jun-14 0:36 
GeneralRe: How to display records from database between two dates using calender control Pin
Eddy Vluggen13-Jun-14 7:32
professionalEddy Vluggen13-Jun-14 7:32 
AnswerRe: How to display records from database between two dates using calender control Pin
V.13-Jun-14 1:26
professionalV.13-Jun-14 1:26 
QuestionLong Range Camera Image Stabilization S/W Required Pin
panumaansi12-Jun-14 19:33
panumaansi12-Jun-14 19:33 
AnswerRe: Long Range Camera Image Stabilization S/W Required Pin
Pete O'Hanlon12-Jun-14 20:23
mvePete O'Hanlon12-Jun-14 20:23 
QuestionHelp with LINQ To SQL query... Pin
SledgeHammer0112-Jun-14 10:23
SledgeHammer0112-Jun-14 10:23 
AnswerRe: Help with LINQ To SQL query... Pin
Richard MacCutchan12-Jun-14 21:02
mveRichard MacCutchan12-Jun-14 21:02 
QuestionInstalling Office Interop assemblies on server Pin
nitin_ion12-Jun-14 2:12
nitin_ion12-Jun-14 2:12 
AnswerRe: Installing Office Interop assemblies on server Pin
Richard Deeming12-Jun-14 2:41
mveRichard Deeming12-Jun-14 2:41 
GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 3:06
nitin_ion12-Jun-14 3:06 
GeneralRe: Installing Office Interop assemblies on server Pin
Bernhard Hiller12-Jun-14 21:16
Bernhard Hiller12-Jun-14 21:16 
GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 21:19
nitin_ion12-Jun-14 21:19 
AnswerRe: Installing Office Interop assemblies on server Pin
OriginalGriff12-Jun-14 2:43
mveOriginalGriff12-Jun-14 2:43 
GeneralRe: Installing Office Interop assemblies on server Pin
nitin_ion12-Jun-14 3:06
nitin_ion12-Jun-14 3:06 
QuestionHelp to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 0:55
EADever12-Jun-14 0:55 
AnswerRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
OriginalGriff12-Jun-14 1:12
mveOriginalGriff12-Jun-14 1:12 
Check your questSteps. It's pretty much impossible for questConds[i] to exceed the array, given that you do this:
C#
for (int i = 0; i < questConds.Count; i++)
(It's possible, but it would taken some work and multi threading)

So the most likely is that at least one of your questConds has a lero length number of queststeps which you do not check for.

The debugger should tell you if you look at the variables on the line that throws the error.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 1:38
EADever12-Jun-14 1:38 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
OriginalGriff12-Jun-14 1:44
mveOriginalGriff12-Jun-14 1:44 
GeneralRe: Help to solve: index was out of range must be nonnegative and less than the size of the collection in c# Pin
EADever12-Jun-14 1:43
EADever12-Jun-14 1:43 

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.