CoreLab .NET Mobile on Windows Mobile 5.0: OracleException

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Markus Rose
Posts: 3
Joined: Fri 13 Oct 2006 08:14

CoreLab .NET Mobile on Windows Mobile 5.0: OracleException

Post by Markus Rose » Fri 13 Oct 2006 08:26

Hi!

We use MS Windows Mobile 5.0 PDAs to run our VB application which uses CorLab .NET Mobile to connect an Oracle server. The devices are connected wireless.
During runtime, we get sometimes the following exception. But we cannot see any of our methods within the stack, therefore debugging our code will be very hard. The exception comes up quite often, but without any specific user interaction. Therefore no chance to recreate the scenario. It does not happen using the MS Mobile Emulator or when connecting the mobile device to a PC to run in debug mode.

Any ideas would be kindly welcome!

Many thanks,

Markus Rose
LogIT GmbH

--

OracleException
NETNetworkError ( An error message cannot be displayed because an optional resource assembly containing it cannot be found )

at CoreLab.Oracle.ac.z()
at CoreLab.Oracle.aw.a()
at CoreLab.Oracle.ag.a()
at CoreLab.Oracle.ag.j()
at CoreLab.Oracle.ag.b()
at CoreLab.Oracle.g.c()
at CoreLab.Oracle.x.d()
at CoreLab.Oracle.l.am()
at CoreLab.Common.DbConnectionPoolGroup.c()
at CoreLab.Common.DbConnectionPool.RemoveObject()
at CoreLab.Common.DbConnectionPoolGroup.g()
at CoreLab.Common.DbConnectionPoolGroup.b()
at System.Threading.Timer.ring()

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 17 Oct 2006 07:46

We are investigating this problem. You will be notified on results as soon as possible.

[email protected]
Posts: 6
Joined: Thu 31 Aug 2006 16:36

Pooling

Post by [email protected] » Fri 20 Oct 2006 14:14

I think, it can be the same problem like my problem (Pooling=false)

http://www.crlab.com/forums/viewtopic.php?t=7247

Eugen

Markus Rose
Posts: 3
Joined: Fri 13 Oct 2006 08:14

Post by Markus Rose » Mon 23 Oct 2006 14:55

@Eugen: Thanks for your answer.

@Alexey: Did your investigations bring any result? And do you agree on Eugen's suggestion? We had the problem on version 3.50.11. If it's the same problem like Eugen had, is it fixed within current version 3.50.13?

Many thanks,

Markus

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 23 Oct 2006 15:55

Markus, you definitely need to try with the latest version and with Pooling=false. We are not able to reproduce this problem without device.

Markus Rose
Posts: 3
Joined: Fri 13 Oct 2006 08:14

Post by Markus Rose » Mon 23 Oct 2006 16:04

Ok, we will try and keep an eye on it...
Thank you!

Markus

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 24 Oct 2006 06:09

Looking forward to your results.

Post Reply