IErrorInfo.GetDescription failed with E_FAIL(0x80004005).

  • Thread starter Thread starter J. Clay
  • Start date Start date
J

J. Clay

I am getting this error on as asp.net page from within a dll.

I am fairly new to .net so if someone can help me I would appreciate it.

The error is occurring when I try to read from an Access Database within a
function. Here is the code:

THIS IS THE CALL --- Note dtrShip is a DataReader
Public Shared Function PlaceOrder( .......)
 
Back
Top