sir..! im getting the following Exception
System.BadImageFormatException
i have used the following code
Imports Oracle.DataAccess.Client
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Try
Dim oradb As String = "Data Source=oracle;User Id=sriram;Password=sriram;"
Dim conn As New OracleConnection(oradb)
conn.Open()
Catch ex As Exception
Label1.Text = ex.ToString()
End Try
End Sub
End Class
please tell me how to connect to oracle 10g correctly sir.. because im facing dis problem from so many days n do not found any solution..
please help me sir