Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> .NET Application - Unhandled Exception

.NET Application - Unhandled Exception

From: <adam_at_areasix.co.uk>
Date: 22 Jan 2007 03:56:44 -0800
Message-ID: <1169467004.001952.233900@v45g2000cwv.googlegroups.com>


Hey all,

I'm having a bit of trouble with my .NET application - I have built an application to read data from an Oracle database and then write to a MS SQL database.

The application runs fine on the development machine, but when I release and try the application on the MS SQL Server machine (where the syncronisation will take place), I get an Unhandled Exception (System.TypeInitializationException) Error.

When I debug it throws me back the following error: The type initializer for "Oracle.DataAccess.Client.OracleConnection" threw an exception.

Does anyone have any ideas as to why this is happening? Could it be because a reference to the Oracle server/service hasn't been set up on the server machine?

Thanks in advance Received on Mon Jan 22 2007 - 05:56:44 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US