I am running PetaPoco template T4 on my database and it generates the following error:
Running transformation: System.InvalidOperationException: Sequence contains more than one matching element
Reported from the file 'database.tt
My database is modeled correctly, however most of the tables have no records, although I tihnk that it's nothing to do with it, is it?
I'm querying a MySQL local database. I've setup the connection string in the web.config and this is the only connection string in the web.config file