Click here to Skip to main content
15,896,154 members
Home / Discussions / C#
   

C#

 
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 
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 
QuestionPropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 0:07
Mc_Topaz12-Jun-14 0:07 
AnswerRe: PropertyGrid - List rows in a file in a GridITem Pin
Eddy Vluggen12-Jun-14 0:35
professionalEddy Vluggen12-Jun-14 0:35 
QuestionRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 1:05
Mc_Topaz12-Jun-14 1:05 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Eddy Vluggen12-Jun-14 3:00
professionalEddy Vluggen12-Jun-14 3:00 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 3:49
Mc_Topaz12-Jun-14 3:49 
GeneralRe: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 3:58
Mc_Topaz12-Jun-14 3:58 
Answer[Solved] Re: PropertyGrid - List rows in a file in a GridITem Pin
Mc_Topaz12-Jun-14 4:17
Mc_Topaz12-Jun-14 4:17 
GeneralRe: [Solved] Re: PropertyGrid - List rows in a file in a GridITem Pin
Eddy Vluggen12-Jun-14 5:24
professionalEddy Vluggen12-Jun-14 5:24 
Question(Nishant)plz solve this issue Pin
Nishant.Chauhan8011-Jun-14 21:58
Nishant.Chauhan8011-Jun-14 21:58 
AnswerRe: (Nishant)plz solve this issue Pin
Pete O'Hanlon11-Jun-14 22:19
mvePete O'Hanlon11-Jun-14 22:19 
GeneralRe: (Nishant)plz solve this issue Pin
Nishant.Chauhan8011-Jun-14 23:00
Nishant.Chauhan8011-Jun-14 23:00 
AnswerRe: (Nishant)plz solve this issue Pin
OriginalGriff11-Jun-14 22:39
mveOriginalGriff11-Jun-14 22:39 
GeneralRe: (Nishant)plz solve this issue Pin
Nishant.Chauhan8011-Jun-14 23:02
Nishant.Chauhan8011-Jun-14 23:02 

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.