PDA

Click to See Complete Forum and Search --> : About .Net compact framework and windows ce


barni07
May 16th, 2003, 09:22 AM
Hi you all.
Has any of you ever used the .net compact framework accessing to an oracle database? I've done this:

- Installed SDE (Smart device extensions) over Visual Studio .NET 2002
- Downloaded and installed Microsoft .NET Data Provider for Oracle.

I add the reference to my Smart Device Application Project, and I get a System.Typeload Exception if I just try to declare a new OracleConnection object reference. I mean:

Dim cn as Oracle.DataAccess.Client.OracleConnection

The most amazing thing to me, it's that it just doesn't execute anything. It doesn't fail at the line where I create the object, but doesn't execute anything!

I really appreciate any help, since I need to do this. Did I do anything wrong?

Thank you very much

ahjamal
May 30th, 2005, 03:13 AM
Hello,
i am facing exactly the same problem. does any body know how to solve it?
thank you