GoDaddy Windows/Plesk/ .ASPX website Data Base Error

Job ID: 35466808

Budget: $10 – $30 USD

DB error on most of the sub pages and same on the Admin pages. Go to Kansascityproperties.com and click on the sub pages to see the error.

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 'var' could not be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 19: using (sahran01Entities db = new sahran01Entities())
Line 20: {
Line 21: var buyers = db.buyers.FirstOrDefault();
Line 22: {
Line 23: literal1.Text = buyers.content;