Page 1 of 1

License File Genaration

Posted: Sat 14 Dec 2013 07:43
by arun507
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

Re: License File Genaration

Posted: Wed 18 Dec 2013 14:27
by Shalex
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.