Brothers In Code

...a serious misallocation of .net resources

Error Screenshots From Names You Can Trust

I collect screenshots of errors (yes I'm a geek).  I find it to be a friendly reminder that no piece of software is ever bug-free, regardless of how big the company is.  And I'm not talking obscure, hard to reproduce, stuck in a feature that nobody uses, bugs.  These are up front and center.  I'll update this post as I get them.

3/16/2011 - Oracle Data Modeler 3

 

Gmail after clicking the button to register a new account:

 

Quick Way to View an InfoPath Data Connection File.

Once you upload a data connection file into central admin, there doesn't seem to be a way to view it's contents.  If you have access to the central admin config database, you can find the xml of the file in the properties column of the objects table...


select cast(properties as xml) from objects o
where name like '%.xml%'