I added Articles and after adding Tags the was erros. Now when I open my default page this error happens and I can not go to the pahge editor :
--------------------------------------------------------------------------------
Attempted to divide by zero.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.DivideByZeroException: Attempted to divide by zero.
Source Error:
Line 40: foreach (var t in tags.OrderBy(t => t.Rank)) {
Line 41: current += t.Cnt;
Line 42: t.FontSize = maxFontSize - delta * current / total;
Line 43: }
Line 44:
Source File: d:\AcrEStore_4.0\Web\View\Blocks\TagCloud.ascx.cs Line: 42
|