<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VS.NET 2005, ASP.NET and inheriting custom classes</title>
	<atom:link href="http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/</link>
	<description>Agile Manager and Occasional Code Monkey</description>
	<lastBuildDate>Sun, 21 Feb 2010 22:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tat</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-559</link>
		<dc:creator>Tat</dc:creator>
		<pubDate>Thu, 12 May 2005 17:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-559</guid>
		<description>I use code-behind and when I inherit from my base page, compiler gives me the following: ASP.PageSubclass_aspx.FrameworkInitialize()&#039;: no suitable method found to override
ASP.PageSubclass_aspx.GetTypeHashCode()&#039;: no suitable method found to override.

Pretty frustrating. Any ideas?</description>
		<content:encoded><![CDATA[<p>I use code-behind and when I inherit from my base page, compiler gives me the following: ASP.PageSubclass_aspx.FrameworkInitialize()&#8217;: no suitable method found to override<br />
ASP.PageSubclass_aspx.GetTypeHashCode()&#8217;: no suitable method found to override.</p>
<p>Pretty frustrating. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Harriyott</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-558</link>
		<dc:creator>Simon Harriyott</dc:creator>
		<pubDate>Wed, 08 Dec 2004 09:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-558</guid>
		<description>It doesn&#039;t show in the Intellisense in my installation. 

I had to put the full namespace in the Inherits=&quot;xxx.yy.z.MyPage&quot; to get this to work properly.</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t show in the Intellisense in my installation. </p>
<p>I had to put the full namespace in the Inherits=&#8221;xxx.yy.z.MyPage&#8221; to get this to work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Starr</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-557</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Mon, 22 Nov 2004 17:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-557</guid>
		<description>Yes it does.</description>
		<content:encoded><![CDATA[<p>Yes it does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Romney</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-556</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Fri, 16 Jul 2004 18:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-556</guid>
		<description>Funny that the Visual Studio 2005 Beta 1 IDE doesn&#039;t include Inherits in the Intellisense.</description>
		<content:encoded><![CDATA[<p>Funny that the Visual Studio 2005 Beta 1 IDE doesn&#8217;t include Inherits in the Intellisense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Romney</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-555</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Fri, 16 Jul 2004 18:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-555</guid>
		<description>Unless your type is in an external assembly. Then you have to create a *bridge* class to sit in the middle. Ugly. Also, notice the crippled Class View. Where are your partial classes?</description>
		<content:encoded><![CDATA[<p>Unless your type is in an external assembly. Then you have to create a *bridge* class to sit in the middle. Ugly. Also, notice the crippled Class View. Where are your partial classes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Scott Allen's Blog</title>
		<link>http://www.mattberther.com/2004/06/18/vsnet-2005-aspnet-and-inheriting-custom-classes/comment-page-1/#comment-560</link>
		<dc:creator>K. Scott Allen's Blog</dc:creator>
		<pubDate>Thu, 24 Jun 2004 03:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/blog/?p=492#comment-560</guid>
		<description>&lt;strong&gt;Partial Success&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[<p><strong>Partial Success</strong></p>
]]></content:encoded>
	</item>
</channel>
</rss>
