hey guys.
i've got a problem with an application. my program loops through folders and subfolders to find defined filetypes. i've tried with some files and it works. but if i have large folders the programm will throw an exception: Specified argument was out of the range of valid values.
Parameter name: i
the error occurs, when the streamreader tries to read the read a file (because i want to select different information). but only after he's successfully read some other files! do you need some code or could you imagine without why this exception is thrown?
thx
i've got a problem with an application. my program loops through folders and subfolders to find defined filetypes. i've tried with some files and it works. but if i have large folders the programm will throw an exception: Specified argument was out of the range of valid values.
Parameter name: i
the error occurs, when the streamreader tries to read the read a file (because i want to select different information). but only after he's successfully read some other files! do you need some code or could you imagine without why this exception is thrown?
thx