T
TheMadDBA
Guest
In my opinion you are much better off searching for the error number in the KB. Of course somethings you will end up with something that isn't common enough to have a KB entry, When you have a windows message like you have try searching for the error number and the error number converted into hex. Your error in hex is 0x3002 which means you are hitting this message: FNERR_INVALIDFILENAME 0x3002 A file name is invalid. I suspect the spaces might be throwing you off in either the file name or the filters.
Continue reading...
Continue reading...