Recursive Lookup faiure - for an expert

bri189a

Senior Contributor
Joined
Sep 11, 2003
Messages
1,004
Location
VA
Hey experts... this one is killing me....

You might of saw the DLL I wrote for getting network stuff like you do folder/file information... I'm incorporating that into a ListView object for a program I'm working on... I was getting some odd errors if I refresh it too quickly or let it run for a while... Recursive Look up... null ref in mscrolib... Out of Memory... really odd balls... anyway... first thing I did was to go back to devEnvironment for my DLL.... put it in a while(true) loop on a Console and through the processor was busy as ever doing all that printing to the screen the program never crashed after 15 minutes (typical problem would occur under a minute, or if fast refreshing (twice a second) under a minute). So I went back to my form that I'm working on and painted the results in a loop onto a screen (using the Network.GetServers(domain) method of my DLL)... again no errors for 15 minutes... but as soon as I incorporate the ListView object... CRASH! Thinking maybe it's a buggy object I put static strings in the place of the strings being returned by my DLL... no problems with that... the two just don't play nicely together and I can't figure out why. If you need the src for the DLL let me know and I'll PM it to you... thanks...
 
Back
Top