Hi, I have a .Net project which uses the MySQL connector which is located in the GAC.
In my Nant build file there doesnt seem to be a way to tell CSC to look in the GAC to find this dll (or type information) and my project wont build.
Is there a way to tell Nant that this reference does exist and its in the Gac.
Its wierd really because obviously all of the Microsoft libraries e.g. "System" are in the Gac and it doesnt have a problem building anythign referencing those. I have confirmed that the Mysql Connector is also in the Gac.
Thanks.