c# - Report Error. Deserialization failed: The element 'TableCells' in namespace -


I am trying to create a new report in my ASP.NET application. I am using the Report Wizard to try to create my .rdlc file. I am using a stored procedure defined in the SQL class in my Linux. I get the following error after completing the steps of the wizard. I can not seem to find a lot to shoot this error. Deserialization Failure: Incomplete content in element 'tableclack' '' in namespace is possible list of elements: '' line 125, position 32.

Div class = "post-text" itemprop = "text">

Have you developed your report against a different version of SQL, are you deploying it? As you have developed it against SQL2008 and are you trying to deploy it against SQL2005?


Comments