Search found 9854 matches

by Shalex
Fri 29 Aug 2008 08:41
Forum: dotConnect for Oracle
Topic: ORA-01036 illegal variable name/number
Replies: 1
Views: 1724

We have fixed the problem with UniCode parameters.
Look forward for the next build.

P.S. Oracle variables must be quoted.
by Shalex
Thu 28 Aug 2008 16:20
Forum: dotConnect for PostgreSQL
Topic: Problem running PostgreSQL.NET on 64 bit operating system
Replies: 3
Views: 2587

To compile an application that uses OraDirect .NET components, you have to install OraDirect .NET on your machine (it automatically registers our assemblies in GAC).
To run the application on end-user machine it is enough to have our assemblies in the application's directory.
More: http://www.devart.com/oranet/faq.html#q12
by Shalex
Thu 28 Aug 2008 16:05
Forum: dotConnect for Oracle
Topic: OverflowException in IIS x64
Replies: 10
Views: 6587

Please specify the line where OverflowException arises.
by Shalex
Thu 28 Aug 2008 15:43
Forum: dotConnect for MySQL
Topic: Unable to establish SSH Connection
Replies: 13
Views: 8690

We are investigating this problem.
You will be notified on results as soon as possible.
by Shalex
Thu 28 Aug 2008 15:04
Forum: dotConnect for PostgreSQL
Topic: connect from mobile device
Replies: 1
Views: 2123

PostgreSQLDirect .NET Mobile Edition supports such functionality.
You can freely download Trial Edition of this Devart product here: http://www.devart.com/pgsqlnet/download.html
When you install it you will find the project samples (C# and VB) in Start Menu or in the installation folder.
by Shalex
Thu 28 Aug 2008 13:39
Forum: dotConnect for Oracle
Topic: about create ado.net entity data model
Replies: 25
Views: 16143

Please provide us detailed information about the error and what steps we should follow to reproduce it.
by Shalex
Thu 28 Aug 2008 11:53
Forum: dotConnect for Oracle
Topic: Multiple versions of OraDirect.NET on buildserver
Replies: 1
Views: 2338

Applications seek assemblies to load in GAC firstly, then in the bin directory.
If you specified needed version in project's references, it will be loaded. Please make sure there are no policy.*.CoreLab.Data and policy.*.CoreLab.Oracle in your GAC.
If your application loads assemblies of versions specified in *.config files you just need to change these files.
by Shalex
Thu 28 Aug 2008 09:46
Forum: dotConnect for Oracle
Topic: Problem with IIS x64 deployment
Replies: 3
Views: 4366

Oracle client x64 can be installed just in another home folder.
by Shalex
Thu 28 Aug 2008 09:36
Forum: dotConnect for Oracle
Topic: OverflowException in IIS x64
Replies: 10
Views: 6587

According to the stack trace OverflowException is probably caused by BasesDeDatos.BaseDeDatos.ProcAlmacExecute(String sStoredProcedure, ListaParamsBD& ListaParametros, TransaccionBD& oTrans).
Please make sure this exception is caused by our components. If it is really an error of our product, provide us with sample project or some lines of code that we can use to reproduce the error.
by Shalex
Wed 27 Aug 2008 16:28
Forum: dotConnect for Oracle
Topic: ORA-01036 with concurrency mode 'Fixed'
Replies: 2
Views: 2285

New build of OraDirect .NET version 4.75.40 is available!
More: http://devart.com/forums/viewtopic.php?t=12756
by Shalex
Wed 27 Aug 2008 15:42
Forum: dotConnect for Oracle
Topic: Problem with IIS x64 deployment
Replies: 3
Views: 4366

Please make sure you are using Oracle client that supports x64 mode. OraDirect .NET 4.70 should work at x64 Windows 2003 Server correctly and deploy in IIS without problems.
by Shalex
Wed 27 Aug 2008 13:47
Forum: dotConnect for MySQL
Topic: filter parameters
Replies: 1
Views: 1628

Please specify more clearly the problem. Give us a sample so we can reproduce the error.
Maybe you will find it useful: http://devart.com/mysqlnet/docs/
Also you may take advantage of using an additional tool called DBMonitor to extend monitoring capabilities of our data access product: http://www.devart.com/dbmonitor/
by Shalex
Wed 27 Aug 2008 12:02
Forum: dotConnect for Oracle
Topic: Network Error: 200
Replies: 1
Views: 2019

Try to set Pooling=false in the connection string. It can be a connection pooling problem. See more: http://www.devart.com/oranet/faq.html#q53
by Shalex
Wed 27 Aug 2008 10:53
Forum: dotConnect for MySQL
Topic: Error: Licence was not compiled with standard edition..
Replies: 2
Views: 1802

We have fixed the DataSet Wizard problem for MyDirect .NET.

Look forward for the next build.