Licensing Scenario

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
captaincrash
Posts: 10
Joined: Wed 22 Jun 2011 17:18

Licensing Scenario

Post by captaincrash » Wed 22 Jun 2011 18:18

Heya, we are compiling the solution on a dedicated build runner that doesn't have dotConnect installed - which also pushes it to our Show and Tell server via web deploy.

I'm getting the 'License not valid due to the problems with dotConnect for MySQL installation' error and reading the licensing page of the online help I believe I need to manually compile it.

I've followed the guide there and ended up with the command;
"%compiler%" /target:[my-solution].Dll /complist:licenses.licx /i:"%assembly%"

But I get the errors;
fatal error CS2019: Invalid target type for /target: must specify 'exe', 'winexe', 'library', or 'module'
fatal error CS2007: Unrecognized option: '/complist:licenses.licx'

I'm a little lost of what to do next!

Thanks

captaincrash
Posts: 10
Joined: Wed 22 Jun 2011 17:18

Post by captaincrash » Wed 22 Jun 2011 18:33

If I could read, I would be dangerous - trying to use csc.exe instead of lc.exe, doh!

Post Reply