We have a library written in C# that I'm trying to call within an F# script. However, this library uses dotConnect for MySQL from DevArt which requires that the program using it has a particular line in a licenses.licx file embedded into the assembly.
Anyone have an idea of how I can get FSI to know about this license?