Blogengine error in global.asax - The name 'ExtensionManager' does not exist in the current context

Last post 08-05-2008 11:18 AM by stucooper77385. 2 replies.

Sort Posts:

  • Blogengine error in global.asax - The name 'ExtensionManager' does not exist in the current context

    08-05-2008, 9:43 AM

    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

  • Re: Blogengine error in global.asax - The name 'ExtensionManager' does not exist in the current context

    08-05-2008, 11:03 AM

    I am not certain but I it looks to me as if the correct namespace has not been imported. Don't know if that is it but I have had similar problems in the past and that has been the fix.

  • Re: Blogengine error in global.asax - The name 'ExtensionManager' does not exist in the current context

    08-05-2008, 11:18 AM

    It was more than just the namespace, the class file did not get uploaded when I uploaded my site. Thanks for your reply.

Page 1 of 1 (3 items)