Server Error in '/' Application.

Syntax error in the expression.

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.Data.SyntaxErrorException: Syntax error in the expression.

Source Error:


Line 24:             Dim Dv As DataView = New DataView
Line 25:             Dv.Table = objTextBiz.CacheText("No").Tables("tbl_text")
Line 26:             Dv.RowFilter = "getLanguage = '" & Session("setLanguage") & "' And Id = " & Request.QueryString("id") & ""
Line 27:             Me.Title = Dv(0)("PageTitle")
Line 28:             Dim metaDescription As HtmlMeta = New HtmlMeta

Source File: C:\inetpub\ConSet-Care\Text\Default.aspx.vb    Line: 26

Stack Trace:


[SyntaxErrorException: Syntax error in the expression.]
   System.Data.ExpressionParser.Parse() +2200767
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +131
   System.Data.DataView.set_RowFilter(String value) +141
   Conset.Text_Default.Page_Load(Object sender, EventArgs e) in C:\inetpub\ConSet-Care\Text\Default.aspx.vb:26
   System.Web.UI.Control.OnLoad(EventArgs e) +95
   System.Web.UI.Control.LoadRecursive() +59
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678


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