I am a developer who has inherited a legacy application written in Classic ASP which has since been converted to ASP.Net. When I simply click on the link on our test box, I receive the following error message:

ADODB.Stream error '800a0bba

File Cannot Be Opened

/portal/devl/app_uc_csl_fin_mng/include/aspfunctions.asp, line 252

I have since went into the file to check for the flagged line of code and I don't see anything incorrect. I felt that this is a permissions related issue or that the file it references no longer resides in the current directory. I set the permissions for a test user to administrative with full read and write access along with ensuring the file name and path are satisfactory. Ran it through the debugger and I received the following error message:

A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll
A first chance exception of type 'System.Web.HttpException' occurred in System.Web.dll

Not sure why this is occurring but it has now consumed the time of three developers; any help would greatly be appreciated.

link|improve this question
Do you know this Microsoft Knowledge Base article? What operating system are you using, what database, what is at line 252, when does it work, ...??? – mailq Aug 25 '11 at 20:08
Amazing! Google found the answer: forums.iis.net/t/1178694.aspx – mailq Aug 25 '11 at 20:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.