Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: UI, BLL and DA in different servers Pin
lmoelleb6-Oct-07 23:15
lmoelleb6-Oct-07 23:15 
Questionchecking files using c# Pin
ramyanaidu6-Oct-07 20:23
ramyanaidu6-Oct-07 20:23 
AnswerRe: checking files using c# Pin
lmoelleb6-Oct-07 21:43
lmoelleb6-Oct-07 21:43 
AnswerRe: checking files using c# Pin
BAIJUMAX7-Oct-07 5:19
professionalBAIJUMAX7-Oct-07 5:19 
AnswerRe: checking files using c# Pin
Paul Conrad7-Oct-07 5:44
professionalPaul Conrad7-Oct-07 5:44 
QuestionGetting InvalidOperationException when I modify an arraylist Pin
humblepgmr6-Oct-07 19:51
humblepgmr6-Oct-07 19:51 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Luc Pattyn6-Oct-07 20:24
sitebuilderLuc Pattyn6-Oct-07 20:24 
AnswerRe: Getting InvalidOperationException when I modify an arraylist Pin
Matthew Cuba7-Oct-07 10:33
Matthew Cuba7-Oct-07 10:33 
humblepgmr wrote:
foreach (myobject value in copy){
...
copy.RemoveAt(copy.IndexOf(value));
...
}


Hi there,

There was some information at Microsoft about this. You might consider checking out http://support.microsoft.com/kb/555972 to read about it. Looks like a workaround involves creating a copy of the collection within the foreach loop.

Good Luck!

You can't teach people to be lazy - either they have it, or they don't.
-Dagwood Bumbstead

AnswerRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak6-Oct-07 15:49
mveDave Kreskowiak6-Oct-07 15:49 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Pete O'Hanlon7-Oct-07 10:34
mvePete O'Hanlon7-Oct-07 10:34 
GeneralRe: How do you sort an ArrayList of customObjects? Pin
Dave Kreskowiak7-Oct-07 15:52
mveDave Kreskowiak7-Oct-07 15:52 
QuestionSemi-Random Array Sorting Pin
BaraMustafa6-Oct-07 15:10
BaraMustafa6-Oct-07 15:10 
AnswerRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 15:31
protectorChristian Graus6-Oct-07 15:31 
GeneralRe: Semi-Random Array Sorting Pin
Lutosław6-Oct-07 22:09
Lutosław6-Oct-07 22:09 
GeneralRe: Semi-Random Array Sorting Pin
Christian Graus6-Oct-07 23:31
protectorChristian Graus6-Oct-07 23:31 
QuestionPLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
DiefAlla6-Oct-07 13:24
DiefAlla6-Oct-07 13:24 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) [modified] Pin
Dave Kreskowiak6-Oct-07 13:31
mveDave Kreskowiak6-Oct-07 13:31 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:49
protectorChristian Graus6-Oct-07 13:49 
GeneralRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Dave Kreskowiak6-Oct-07 15:42
mveDave Kreskowiak6-Oct-07 15:42 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
Christian Graus6-Oct-07 13:33
protectorChristian Graus6-Oct-07 13:33 
AnswerRe: PLZ I Want to used xml file as database( how to add,update,delete and Search) Pin
BAIJUMAX7-Oct-07 5:35
professionalBAIJUMAX7-Oct-07 5:35 
QuestionProblem in deployment urgent Pin
Shuaib wasif khan6-Oct-07 12:36
Shuaib wasif khan6-Oct-07 12:36 
AnswerRe: Problem in deployment urgent Pin
Christian Graus6-Oct-07 13:07
protectorChristian Graus6-Oct-07 13:07 
AnswerRe: Problem in deployment urgent Pin
Paul Conrad7-Oct-07 5:46
professionalPaul Conrad7-Oct-07 5:46 
GeneralRe: Problem in deployment urgent Pin
Pete O'Hanlon7-Oct-07 10:40
mvePete O'Hanlon7-Oct-07 10:40 

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.