I uploaded the Blogengine starter kit to my web host and when I access it in a browser I get this error: The name 'ExtensionManager' does not exist in the current context.
Line 38: foreach (object attribute in attributes)
Line 39: {
Line 40: if (ExtensionManager.ExtensionEnabled(type.Name))
Line 41: {
Line 42: a.CreateInstance(type.FullName);
Global.asax Line: 40