Search found 2 matches

by ck31user
Wed 20 May 2009 12:24
Forum: dotConnect for Oracle
Topic: Visual Studio 2003 - Oracle Mobile
Replies: 1
Views: 1639

Visual Studio 2003 - Oracle Mobile

Hello All,
I have purchased the 'dotConnect for Oracle 5.20 Mobile' but I'm having a tons of issues getting it to work on my Windows CE 4.2 devices (I have another post on this topic). My question is, can I get an older (but stable) version of this software to work with Visual Studio 2003? My devices are a little older and are more compatible with the .net framework v1.1. All I'm planning on doing running a simple select statement against my oracle database so I can live without any of the newer features.

Thanks!
-Brandon
by ck31user
Tue 19 May 2009 17:23
Forum: dotConnect for Oracle
Topic: FileNotFound Exceptions on Mobile Connection.Open()
Replies: 1
Views: 2295

FileNotFound Exceptions on Mobile Connection.Open()

Hello All,
I'm running into an issue when I attempt to open a connection to my Oracle database using the Devart.Data.Oracle.dll (mobile) library. I'm using version 5.0.12.1, with visual studio .net 2005. I get this same error when attempting to run the provided sample code.

When I call the OracleConnection1.Open() method, (obviously after populating it with a valid connection string) I get the following exceptions after the application is deployed:

A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in Devart.Data.Oracle.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
A first chance exception of type 'Devart.Data.Oracle.OracleException' occurred in Devart.Data.Oracle.dll
A first chance exception of type 'Devart.Data.Oracle.OracleException' occurred in Devart.Data.Oracle.dll
A first chance exception of type 'Devart.Data.Oracle.OracleException' occurred in Devart.Data.Oracle.dll
A first chance exception of type 'Devart.Data.Oracle.OracleException' occurred in Devart.Data.Oracle.dll

This leads me to an error message (catching ex.message) that says "Network error:: an unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call"

Any ideas? Am I missing something?

I am deploying this to a Windows CE .net device with the .net 2.0 compact framework installed.


Thanks!