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: CS0246: The type or namespace name 'EastTownModel' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 12: <div class="viewPost "> Line 13: <div class="post" id="divDetails"> Line 14: <% EastTownModel.EastTownEntities db = new EastTownModel.EastTownEntities(); Line 15: Int16 langID = Settings.Lang(); Line 16: var whoUS = (from x in db.SitePagesDetails orderby x.PostDate descending where x.Is_Show==true& x.PgesID == 2 && x.LangID== langID select x).FirstOrDefault();

Source File: g:\pleskvhosts\alsharqtribune.com\httpdocs\ChiefWords.aspx    Line: 14






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