Do you have examples of un-helpful/Obscure error messages
        Posted  
        
            by Wiretap
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wiretap
        
        
        
        Published on 2010-03-19T11:49:19Z
        Indexed on 
            2010/03/19
            11:51 UTC
        
        
        Read the original article
        Hit count: 366
        
Yesterday I got this error
The processing instruction target matching "[xX][mM][lL]" is not allowed
when I investigated, it was caused by whitespace at the very start of my XML document. Not difficult to solve, but I was struck with how unhelpful that particular error message was to identifying the actual problem.
So what other examples of obscure errors do people have, and are you willing to admit to some of your own making.
© Stack Overflow or respective owner