Page 1 of 1

How to deploy asp.net web site (.direct mode) Trial ?

Posted: Thu 19 Aug 2010 12:36
by Sergey13
Hi
I've download a trial version and trying to run it on my web server.
I am getting an error :
Compiler Error Message: CS0117: 'Devart.Data.Oracle.OracleConnection' does not contain a definition for 'Direct'
Is it because it is trail ?
Thanks
Sergey

Posted: Fri 20 Aug 2010 07:48
by Shalex
Could you please specify your current version (x.xx.xxx) and edition (Professional, Mobile, Express)? You can find it in the Tools > Oracle > About menu of Visual Studio.

dotConnect for Oracle

Posted: Tue 24 Aug 2010 15:59
by Sergey13
Hi
I am afraid i did not install Visual Studio addin .
I created licenses.licx manualy
content =("Devart.Data.Oracle.OracleConnection, Devart.Data.Oracle")
Than right click to generate dll and copy this dll to a bin foldr on a server ...
it is Professional trial version (works localy with .direct enabled)
Devart.Data.dll version 5.0.85.0
Devart.Data.Oracle.dll version 5.60.124.0

does it help ?

Posted: Wed 25 Aug 2010 13:55
by Shalex
Probably, you have deployed your application with the Devart assemblies from Express edition. Only Express and Mobile Editions don't include the OracleConnection.Direct property. Please make sure that you have deployed your application with the assemblies from Professional Edition (re-install dotConnect for Oracle Professional Trial, and copy the Devart.* assemblies from its installation folder to your deployment environment).