<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft Reporting Archives - smallworkarounds</title>
	<atom:link href="https://www.smallworkarounds.com/category/microsoft-reporting/feed" rel="self" type="application/rss+xml" />
	<link>https://www.smallworkarounds.com/category/microsoft-reporting</link>
	<description>Welcome to SmallWorkarounds</description>
	<lastBuildDate>Wed, 15 Mar 2017 08:23:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>The base class includes the field &#8216;ReportViewer1&#8217;, but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer)</title>
		<link>https://www.smallworkarounds.com/2009/07/base-class-includes-field-but-its-type.html</link>
		
		<dc:creator><![CDATA[Aashish Kumar]]></dc:creator>
		<pubDate>Mon, 13 Jul 2009 07:40:00 +0000</pubDate>
				<category><![CDATA[Microsoft Reporting]]></category>
		<guid isPermaLink="false">https://www.smallworkarounds.com/index.php/2009/07/13/base-class-includes-field-but-its-type/</guid>

					<description><![CDATA[<p>If you are getting this error while using old reports from your legacy application then you can try out the [&#8230;]</p>
<p>The post <a href="https://www.smallworkarounds.com/2009/07/base-class-includes-field-but-its-type.html">The base class includes the field &#8216;ReportViewer1&#8217;, but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer)</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>If you are getting this error while using old reports from your legacy application then you can try out the following solutions</strong></p>
<ol>
<li>Change in your Web.config all &#8220;Microsoft.ReportViewer.WebForms, Version=8.0.0.0,&#8230;&#8221; to &#8221; Microsoft.ReportViewer.WebForms, Version=9.0.0.0,&#8230;&#8221; and in controls &#8220;Register Assembly=&#8221;Microsoft.ReportViewer.WebForms, Version=8.0.0.0,&#8230;&#8221; to &#8220;Register Assembly=&#8221;Microsoft.ReportViewer.WebForms, Version=9.0.0.0,&#8230;&#8221;</li>
<li>Clean your solution and delete the related dll files and then again rebuild the solution.</li>
</ol>
<p><strong>Generally doing step 1 will resolve the problem as in legacy applications its configured to use Version=8.0.0.0 </strong></p>
<p>The post <a href="https://www.smallworkarounds.com/2009/07/base-class-includes-field-but-its-type.html">The base class includes the field &#8216;ReportViewer1&#8217;, but its type (Microsoft.Reporting.WebForms.ReportViewer) is not compatible with the type of control (Microsoft.Reporting.WebForms.ReportViewer)</a> appeared first on <a href="https://www.smallworkarounds.com">smallworkarounds</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
