I would suggest that one of two things happened. <razorEngine>
added to the configuration file in the <razorEngine>
configuration section, or the AddNamespace
method AddNamespace
called somewhere to enable the import of the namespace into the compiled template.
The end result is that namespaces are added to the generated class file, but there are no links. RazorEngine will automatically reference any loaded builds in AppDomain
.
source share