Home

Sub-optimal error message when non-existent file entered for sample library

This is a minor thing, but it made me scratch my head for couple of minutes: When you import a sample library and enter a local path+file name that is syntactically valid but the file does not exist, you get an error message that says ".... is not a valid zip file", which does not make it easy to pinpoint the problem. It adds to the confusion by referring to a .zip file somewhere inside a LINQPad temporary directory - which made me believe the file was entered correctly and copied to temporary area somehow - and that it had just invalid content; when, in fact, it did not exist at all.

Comments

Sign In or Register to comment.