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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Sergey13
Posts: 2
Joined: Thu 19 Aug 2010 12:31

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

Post by Sergey13 » Thu 19 Aug 2010 12:36

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

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 20 Aug 2010 07:48

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.

Sergey13
Posts: 2
Joined: Thu 19 Aug 2010 12:31

dotConnect for Oracle

Post by Sergey13 » Tue 24 Aug 2010 15:59

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 ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Wed 25 Aug 2010 13:55

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).

Post Reply