Microsoft ASP.NET ReportViewer Parser Error -


I have been using an MS Reportviewer component for a while, but recently I was getting the error Is shown below. Parser error message: The base class includes the field 'Exhaust', but its type (Microsoft Reporting.web.reportviewer) is not compatible with the type of control (Microsoft. Reporting webform.repointViewer). & lt; Rsweb: ReportViewer id = "xyz" runat = "server" width = "100%" font-name = "wordana" font-size = "8pt" height = "400px" processingmode = "local" ShowExportControls = "false" & gt; ;

Now, I get this error in the visual studio as well as in production. I have been established in ReportViewer Redistributable Production.

Am I missing a context in my project, or something else?

I got the answer: somehow Microsoft version 9 references. Reporting. Turned into a webform version 8. If this error occurred then adding the context and adding to the correct version of the reference has fixed the problem. Edit:

OK, according to the previous version of the .vbproj file, it was in reference to 9, despite that the project reference property screen told me 8. In short I'm not sure what went wrong, but now it's working.

If someone has experienced it or has some insight, please contribute.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -