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.Data.SqlClient.SqlDataAdapter' does not contain a definition for 'Close' and no extension method 'Close' accepting a first argument of type 'System.Data.SqlClient.SqlDataAdapter' could be found (are you missing a using directive or an assembly reference?)

Source Error:


Line 37:             //lblBilgi2.Text = row["Bilgi2"].ToString();
Line 38:         }
Line 39: 	da.Close();
Line 40:     }
Line 41:     protected void btnGetir_Click(object sender, EventArgs e)

Source File: c:\WebSite\muafiyet.kapadokya.edu.tr\MuafiyetSonuc.aspx.cs    Line: 39





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