Thread: A new project?
View Single Post
Old Oct 5th, 2005, 8:21 PM   #15
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
Gah, I just found out every file browser I have crashes at the same directory. I think I figured out why, when I tried it with my program in run time, I went to the directory and the program exited saying the error was:

"An unhandled exception of type 'System.NullReferenceException' occurred in mscorlib.dll

Additional information: [Resource lookup failed - infinite recursion detected. Resource name: Arg_NullReferenceException]"

And it crashed on this line:

listview.Items.Add(ioFileInfo.ToString)

So maybe the file name it got stuck on is to long or something, I dont know, I just know its not a bug in any of the apps, its the file thats causing the problem, gotta hate download files off limewire when theres idiots who name them with names that are so god damn long XD.

I dont think I know enough at this time to even make the file explorer, I mean I know nothing about how to make the design look decent which is a must for me, I know only how to use the basic tools, nothing like im seeing used a lot like panes, I dont know anything about how to use graphics, and the types that exist... so I think I will just work my way up to this, and do other things.
brokenhope is offline   Reply With Quote