As our application is distributed, I am trying to log messages to our
Oracle database. In the app.config, I have the following:

<appender name="AdoNetAppender" type="log4net.Appender.AdoNetAppender"
        <bufferSize value="1" />
        <connectionType
value="Oracle.DataAccess.Client.OracleConnection, Oracle.DataAccess,
Version 10.1.0.200,                             Culture=neutral,
PublicKeyToken=89b483f429c47342"/>
        <connectionString value="Data Source=(local); user id = user;
password = password"/>
....
</appender>

When I run my application and the database appender tries to initialize,
I get the following error in the log4net.Appender.AdoNetAppender
ResolveConnectionType function:
"File or assembly name Oracle.DataAccess, or one of its dependencies,
was not found."
And clues as to how to resolve this problem? I'm using Log4Net 1.2.10

Thank you,
Susan

Reply via email to