Click here to Skip to main content
16,015,973 members
Home / Discussions / C#
   

C#

 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 4:51
sponsorJudah Gabriel Himango9-May-08 4:51 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k9-May-08 5:34
sharp_k9-May-08 5:34 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 5:47
sponsorJudah Gabriel Himango9-May-08 5:47 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k9-May-08 6:56
sharp_k9-May-08 6:56 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
Judah Gabriel Himango9-May-08 8:36
sponsorJudah Gabriel Himango9-May-08 8:36 
GeneralRe: using DLL in Vista 64bit, Bad Image Format Exception Pin
sharp_k9-May-08 10:18
sharp_k9-May-08 10:18 
QuestionArrayList worked unexpectedly... Pin
natsuyaki8-May-08 4:39
natsuyaki8-May-08 4:39 
AnswerRe: ArrayList worked unexpectedly... Pin
Anthony Mushrow8-May-08 6:13
professionalAnthony Mushrow8-May-08 6:13 
I'm not sure what could be wrong, the problem might be somewhere else. Try putting a break point on al.Clear() and step through the foreach loop checking the contents of al each time in the debugger. If you find that by some strange reasoning everything is getting added twice in the loop, then you can try a slightly different loop, like:

foreach(ListViewItem item in lvFile.SelectedItems)
   al.Add(...);

or something.

Its always possible that items are getting doubled up somewhere else, so use the debugger to find out whats going on.

My current favourite word is: Bacon!
-SK Genius


AnswerRe: ArrayList worked unexpectedly... Pin
Luc Pattyn8-May-08 6:25
sitebuilderLuc Pattyn8-May-08 6:25 
AnswerRe: ArrayList worked unexpectedly... Pin
Gareth H8-May-08 7:46
Gareth H8-May-08 7:46 
AnswerRe: ArrayList worked unexpectedly... Pin
GuyThiebaut8-May-08 8:01
professionalGuyThiebaut8-May-08 8:01 
GeneralRe: ArrayList worked unexpectedly... Pin
Guffa8-May-08 10:49
Guffa8-May-08 10:49 
GeneralRe: ArrayList worked unexpectedly... Pin
natsuyaki10-May-08 21:24
natsuyaki10-May-08 21:24 
QuestionProgramaticly stop & start sql server? Pin
Harvey Saayman8-May-08 4:33
Harvey Saayman8-May-08 4:33 
AnswerRe: Programaticly stop & start sql server? Pin
N a v a n e e t h8-May-08 4:52
N a v a n e e t h8-May-08 4:52 
GeneralRe: Programaticly stop & start sql server? Pin
Harvey Saayman8-May-08 4:53
Harvey Saayman8-May-08 4:53 
AnswerRe: Programaticly stop & start sql server? Pin
Jimmanuel8-May-08 4:56
Jimmanuel8-May-08 4:56 
GeneralRe: Programaticly stop & start sql server? Pin
Harvey Saayman9-May-08 1:21
Harvey Saayman9-May-08 1:21 
QuestionTo the whole commuity(Part of my code) Pin
Oluwayomi8-May-08 3:58
Oluwayomi8-May-08 3:58 
AnswerCP Members Please Ignore : Duplicate Post Pin
Abhijit Jana8-May-08 4:14
professionalAbhijit Jana8-May-08 4:14 
AnswerRe: To the whole commuity(Part of my code) Pin
J4amieC8-May-08 4:46
J4amieC8-May-08 4:46 
AnswerRe: To the whole commuity(Part of my code) Pin
Dave Kreskowiak8-May-08 5:24
mveDave Kreskowiak8-May-08 5:24 
Question(To whom it may concern)SEE THIS ITS IMPORTANT Pin
Oluwayomi8-May-08 3:45
Oluwayomi8-May-08 3:45 
AnswerRe: (To whom it may concern)SEE THIS ITS IMPORTANT Pin
Pete O'Hanlon8-May-08 3:58
mvePete O'Hanlon8-May-08 3:58 
GeneralRe: (To whom it may concern)SEE THIS ITS IMPORTANT Pin
Guffa8-May-08 11:08
Guffa8-May-08 11:08 

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.