License File Genaration

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
arun507
Posts: 4
Joined: Sun 08 Dec 2013 07:40

License File Genaration

Post by arun507 » Sat 14 Dec 2013 07:43

I have an asp.net web application that i need to run on ubuntu for this I used mono project and for connecting to database I used dotConnect for Oracle.So there is no possibility of installing the devart(dotConnect for Oracle)so I copied the installation folder from the windows Os to ubuntu.For running this I need the license file generation,I followed the procedure that u people explained in the forum so I got the file and my application is running successfully.
The problem is I have a daemon exe that is also going to run on ubuntu,I followed the same procedure for generating license resource but failed to do it is saying the error "The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)".
First time I generated for the web application it works but when i am trying to do for exe it fails...
There is only one time license file generation or like that?
I wrote Devart.Data.OracleConnection,Devart.Data.Oracle,Devart.Data in the licenses.licx file

Please Help me in this regard..

Thanks in Advance

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

Re: License File Genaration

Post by Shalex » Wed 18 Dec 2013 14:27

arun507 wrote:I wrote Devart.Data.OracleConnection,Devart.Data.Oracle,Devart.Data in the licenses.licx file
Please try this entry
Devart.Data.Oracle.OracleConnection, Devart.Data.Oracle
instead of
Devart.Data.OracleConnection,Devart.Data.Oracle,Devart.Data

For more information about licensing, refer to http://www.devart.com/dotconnect/oracle ... nsing.html.

If this doesn't help, specify the exact text of the error and its full call stack with all inner exceptions.

Post Reply