What does this in T4MVC.Settings file mean:
// You can list folders containing portable areas here
readonly string[] PortableAreas = new string[] {
""
What does it mean "You can list folders containing portable areas here"?
We know that Portable Areas are implemented as separate projects/assemblies and brought in the consuming project via Add Reference so I don't quite understand what is meant with these folders.
I was thinking it means that we have to provide the area folder name for the Portable Area when T4MVC is being used within the area but it doesn't work. Nothing gets generated by T4MVC.