I am doing a small Windows phone 8 application to evaluate Linq connect to MySQL for Windows Phone (trial version). I generated a model to connect on my database and when I use it inside the main application project, all is working fine. However, when I want to use it in a Scheduled Tast Agent, a separated library called from my main projet I got this message :
I see that the file "Devart.Data.Myql.Linq.dll.licenses" is also in the properties of this project, like in my main project application.An unhandled exception of type 'System.Exception' occurred in System.Windows.ni.dll
Additional information: License not found. Please view "Licensing" topic in LinqConnect documentation for details or contact Devart technical support.
Do you have any idea why license dont want to work from my Scheduled Task Agent?
Thank you in advance!