|
Home > Archive > IIS Server Security > May 2004 > Cannot connect to database,
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Cannot connect to database,
|
|
| abacnet 2004-05-20, 11:46 pm |
| I have a .Net web application compiled on my PC using the Framework
version 1.0. Then install it to a Windows Server 2003 server, IIS 6, with
Framework
version 1.1. Then I have these two errors when trying to make database
(Oracle) connection:
1-Exception Details: System.IO.FileNotFoundException: File or assembly
name System.Data.OracleClient, or one of its dependencies, was not found.
2-Exception Details: System.Data.OleDb.OleDbException: No error
information available: 0x800401F9.
Does anybody have any ideas about that?
Thanks,
| |
| Ken Schaefer 2004-05-21, 5:46 am |
| Did you install the Oracle native provider on the Windows 2003 Server?
Cheers
Ken
"abacnet" <abacnet@hotmail.com> wrote in message
news:en6zpvtPEHA.1160@TK2MSFTNGP09.phx.gbl...
: I have a .Net web application compiled on my PC using the Framework
: version 1.0. Then install it to a Windows Server 2003 server, IIS 6, with
: Framework
: version 1.1. Then I have these two errors when trying to make database
: (Oracle) connection:
:
: 1-Exception Details: System.IO.FileNotFoundException: File or assembly
: name System.Data.OracleClient, or one of its dependencies, was not found.
:
: 2-Exception Details: System.Data.OleDb.OleDbException: No error
: information available: 0x800401F9.
:
: Does anybody have any ideas about that?
:
: Thanks,
:
:
:
| |
| Paul Lynch 2004-05-21, 5:46 am |
| On Thu, 20 May 2004 22:35:18 -0400, "abacnet" <abacnet@hotmail.com>
wrote:
>I have a .Net web application compiled on my PC using the Framework
>version 1.0. Then install it to a Windows Server 2003 server, IIS 6, with
>Framework
>version 1.1. Then I have these two errors when trying to make database
>(Oracle) connection:
>
> 1-Exception Details: System.IO.FileNotFoundException: File or assembly
>name System.Data.OracleClient, or one of its dependencies, was not found.
>
> 2-Exception Details: System.Data.OleDb.OleDbException: No error
>information available: 0x800401F9.
>
> Does anybody have any ideas about that?
>
> Thanks,
>
>
Hello,
I think you need both the Oracle client software and the .NET Managed
Provider for Oracle installed for this to work.
http://www.microsoft.com/downloads/...B3-076D1C052524
Regards,
Paul Lynch
MCSE
| |
| abacnet 2004-05-21, 7:46 am |
| Hi Paul,
The Oracle client Software is installed and I can access through SQL Plus
and make a query. And the the .NET Managed
Provider for Oracle is already included with Windows 2003. I can see the
System.Data.OracleClient.dll in the v1.1.4322 directory.
Thanks again,
"Paul Lynch" <paul.lynch@nospam.com> wrote in message
news:l3ira0h1vc5h6jfv3ucntnipa7ql1tu64f@
4ax.com...
> On Thu, 20 May 2004 22:35:18 -0400, "abacnet" <abacnet@hotmail.com>
> wrote:
>
>
> Hello,
>
> I think you need both the Oracle client software and the .NET Managed
> Provider for Oracle installed for this to work.
>
>
http://www.microsoft.com/downloads/...B3-076D1C052524
>
>
> Regards,
>
> Paul Lynch
> MCSE
|
|
|
|
|