How should I use the ServiceStack.OrmLite.T4 with MySQL, I downloaded it along with ServiceStack.OrmLite.MySql and the latest Mysql connector.
and then added a connection string to the App.config
but the .tt reports are not working and only generate the text "ErrorGeneratingOutput"
I remember facing this problem previously and it had something to do with the MySql.Data’s version.
using V4.0.5
Nabil Alhusail:
I found the answer in here
http://stackoverflow.com/questions/4945342/t4-for-sharp-architecture-northwind-problem
as stupid as this seems to be, all that is needed is to remove all white spaces at the end after the last #>