The ComplexConfiguration VAF example includes a VaultApplication.Dashboard.cs, yet loads the basic Application Name/Version/Publisher text by default.

Including the following code within the VaultApplication class will load the dashboard, though I am left to wonder if that is the intended way:
public override string GetDashboardContent(IConfigurationRequestContext context)
{
return GenerateDashboard();
}
