Licensing on CI servers
Posted: Tue 26 Jan 2016 11:36
Hi,
I would like to know how to setup the license for dotConnect Professional if I want to run tests on a Team Build?
I tried to use the license wizard and I was able to create a licenses.licx file (as an embedded resource) and a licenses.config in the same folder (my "Specs" project root) although on the build server I still get the error:
As far as I know from the docs (https://www.devart.com/dotconnect/db2/d ... nsing.html) you have to explicitly list the executables which are allowed to use your DLL in a file called licenses.config.
I tried it with the following list:
However it didn't work. Can you give me a hint how to solve this problem?
I would like to know how to setup the license for dotConnect Professional if I want to run tests on a Team Build?
I tried to use the license wizard and I was able to create a licenses.licx file (as an embedded resource) and a licenses.config in the same folder (my "Specs" project root) although on the build server I still get the error:
My application consists 2 projects: Specs and Web."The provider did not return a ProviderManifestToken string. -> License not valid due to the problems with dotConnect for PostgreSQL installation."
- Specs is a Class Library which uses Web and contains unit tests
- Web is an ASP.NET MVC 5 application which references Devart dotConnect and uses Entity Framework 6
As far as I know from the docs (https://www.devart.com/dotconnect/db2/d ... nsing.html) you have to explicitly list the executables which are allowed to use your DLL in a file called licenses.config.
I tried it with the following list:
Code: Select all
MSTest.exe
MSBuild.exe