Monday, March 24, 2008

Fun with ODAC : An unhandled exception occurred and the process was terminated

For my quick references : ODAC error messages - An unhandled exception occurred and the process was terminated. How to solve, super damn easy... :)
Go get yourself an ODAC, suit to your oracle version... install and make sure it 'kaotim'. You're done. Problem solved!!


Event Type: Error
Event Source: ASP.NET 2.0.50727.0
Event Category: None
Event ID: 1334
Date: 3/21/2008
Time: 8:26:09 AM
User: N/A
Computer: XXXXXX
Description:
An unhandled exception occurred and the process was terminated.

Application ID: /LM/W3SVC/1/Root/xxxxxxxxx

Process ID: 3156

Exception: System.TypeInitializationException

Message: The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception.

StackTrace: at Oracle.DataAccess.Client.OracleConnection.Dispose(Boolean disposing)
at System.ComponentModel.Component.Finalize()

InnerException: Oracle.DataAccess.Client.OracleException

Message: The provider is not compatible with the version of Oracle client

StackTrace: at Oracle.DataAccess.Client.OracleInit.Initialize()
at Oracle.DataAccess.Client.OracleConnection..cctor()

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



0 comments: