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: blogengine.net, c#, error