I am fairly new using codesmith. I've done couple of editings here and there but right now I have to make fairly big changes to our template
My question is, I am trying to add an assembly to our new template, specifically Oracle.DataAccess.Client. Below is how I added it in my CST file but I am still receiving unable to resolve assembly error.
<%@ Assembly Name="Oracle.DataAccess.Client" %>
<%@ Import Namespace="Oracle.DataAccess.Client" %>