|
I just installed the Metro Theme and immediately I received a compiler message: "CS0103: The name 'TheMetroTheme' does not exist in the current context" when I refreshed
the homepage.
Does anyone know what could have happened? The offending statement is line 3:
@{ var homeUrl = Href("~/"); }
@if (WorkContext.HttpContext.Items[TheMetroTheme.Constants.ITEM_USE_BRANDING] != null
&& WorkContext.HttpContext.Items[TheMetroTheme.Constants.ITEM_USE_BRANDING] == bool.TrueString)
{
|