Ok so I'm trying to hack together something to make SubSonic3 work with Postgres, on Mono.
I almost have the templates generating but have ran into one small problem.
<#@ include file="PostgreSQL.ttinclude" #>
will give a "cannot resolve include file" error.
However, specifying a full path will work(though cumbersome)
<#@ include file="/home/earlz/Projects/SubSonicPostgres/SubSonicPostgres/SubSonic/PostgreSQL.ttinclude" #>
Is there any kind of fix to this issue? Is it even a known bug?