Oct 9 2008

BlogEngine.NET 1.4.5.0 CodeFormatterExtension.cs not found issue Solution

Category: BlogEngine.NET Ryan @ 14:39
Solution of the Issue:
move file \App_Code\Extensions\CodeFormatter.cs to \App_Code\Extensions and rename the file to CodeFormatterExtension.cs

Repro Steps of the Issue:
1. Install BlogEngine.NET 1.4.5.0
2. Sign in as Administrator Role
3. Go to Extensions - > CodeFormatterExtension
4. Click View Link

Result of the Issue:
The CodeFormatterExtension is listed but you get CodeFormatterExtension.cs file not found error

Note:
Demo Usage of this Extension:
[code:c#]
using System;
namespace ConsoleApplication1
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello World!");
        }

    }
}
[/code]

Tags: , ,

Currently rated 4.3 by 3 people

  • Currently 4.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5