mysterious-error

Anybody know why SQL Server 2005 throws "'SQLOLEDB' failed with no error message available, result code: E_FAIL(0x80004005). "?

We've got a web system running SQL Server 2005 for the back end, and ASP.Net for the front end (using .net 2.0). Every now and then, the system barfs out the error in the title: 'SQLOLEDB' failed with no error message available, result code: E_FAIL(0x80004005). The web system runs just fine 24/7, and then every now and then will toss ...

Control not entering into PHP Class File : ERROR

consider the following file (db-com.php): If you wish You may skip to the question below it directly while reading it in parallel. echo "entered db-com.php"; class DBCom { /** * @var string Holds the query string. * If the blank constructor is used, make sure to use the parametrized functions. */ var $queryStrin...

What causes transient aspx first line compile errors?

Every once in a while, when I'm editing an aspx or ascx page, Visual Studio will start telling me there is an error on the first line of my file. For instance, right now, it is saying Argument missing on line 1. That line is just your typical header, with no apparent problems (to my eyes), and I hadn't even changed that one when the erro...