You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The constructor for a new template group, created from an .stg file, only works when a full path is supplied. A call like: var stg = new TemplateGroupFile("Template.stg");
gives a System.UriFormatException
I suggest calling System.IO.Path.GetFullPath on the supplied filename, before creating the Uri.
The text was updated successfully, but these errors were encountered:
The constructor for a new template group, created from an .stg file, only works when a full path is supplied. A call like:
var stg = new TemplateGroupFile("Template.stg");
gives a System.UriFormatException
I suggest calling
System.IO.Path.GetFullPath
on the supplied filename, before creating the Uri.The text was updated successfully, but these errors were encountered: