Server Error in '/' Application.

Compilation Error

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1061: 'System.Collections.Generic.Dictionary<string,string>' does not contain a definition for 'Length' and no extension method 'Length' accepting a first argument of type 'System.Collections.Generic.Dictionary<string,string>' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 270:                    <p class="price"><span>@(p.Price == (int)p.Price ? p.Price.ToString("N0") : p.Price.ToString("N2"))</span> / @(p.Annual ? "year" : "month")</p>
Line 271:                    <ul>
Line 272:                        @for (int i = 0; i < Gmass.Models.PricePoint.AllFeatures.Length; i++)
Line 273:                        {
Line 274:                            <li>

Source File: c:\inetpub\Gmass\Views\Home\Pricing.cshtml    Line: 272






Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4110.0