Server Error in '/' Application.

Syntax error: Missing operand after 'gli' operator.

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: Missing operand after 'gli' operator.

Source Error:


Line 205:        Dim viewVociDaVisualizzare As New Data.DataView
Line 206:        viewVociDaVisualizzare.Table = objTable
Line 207:        viewVociDaVisualizzare.RowFilter = Filtrogenerale
Line 208:
Line 209:        Dim viewPresenzaVoci As New Data.DataView

Source File: D:\inetpub\webs\milanofotografoit\FotografiaDettagliFoto.aspx    Line: 207

Stack Trace:


[SyntaxErrorException: Syntax error: Missing operand after 'gli' operator.]
   System.Data.ExpressionParser.Parse() +241
   System.Data.DataExpression..ctor(DataTable table, String expression, Type type) +121
   System.Data.DataView.set_RowFilter(String value) +153
   ASP.fotografiadettaglifoto_aspx.Page_Load(Object sender, EventArgs e) in D:\inetpub\webs\milanofotografoit\FotografiaDettagliFoto.aspx:207
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.9174; ASP.NET Version:2.0.50727.9175