<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from Visual Studio .NET 2003 to Visual Studio 2005 </title><link>http://forums.asp.net/1012.aspx</link><description>Discuss issues, strategies, tips, etc. for migrating from Visual Studio .NET 2003 to Visual Studio 2005</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: GetTypeHashCode() compile error after conversion</title><link>http://forums.asp.net/thread/2924765.aspx</link><pubDate>Sun, 08 Feb 2009 04:38:22 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924765</guid><dc:creator>Rick Matthys</dc:creator><author>Rick Matthys</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924765.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=2924765</wfw:commentRss><description>&lt;p&gt;Hello crickets,&amp;nbsp; &lt;/p&gt;
&lt;p&gt;Since you&amp;#39;re already going thru a conversion process, you should convert to 2008!&amp;nbsp; There&amp;#39;s a big difference and it&amp;#39;ll make your life easier down the road.&amp;nbsp; But assuming you can&amp;#39;t....&lt;/p&gt;
&lt;p&gt;The most common reason you get these error is&amp;nbsp;when &lt;strong&gt;&lt;em&gt;inherits&lt;/em&gt;&lt;/strong&gt; attribute in you .aspx page directive is not the same as the &lt;strong&gt;class&lt;/strong&gt; name in your code behind. &lt;/p&gt;
&lt;p&gt;&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; CodeFile=&amp;quot;Default.aspx.cs&amp;quot; &lt;strong&gt;&lt;u&gt;Inherits=&amp;quot;aaaaaaa&amp;quot;&lt;/u&gt;&lt;/strong&gt; %&amp;gt; &lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;aaaaaaa&lt;/strong&gt;&lt;/u&gt;&lt;em&gt;&amp;nbsp; &lt;/em&gt;must be the name of the class in the code behind.&amp;nbsp; If you have a namespace in the code behind, the inherits attibute must be &amp;quot;the.namespace.aaaaaaa&amp;quot;&lt;/p&gt;
&lt;p&gt;~Rick&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>GetTypeHashCode() compile error after conversion</title><link>http://forums.asp.net/thread/2924313.aspx</link><pubDate>Sat, 07 Feb 2009 19:40:00 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2924313</guid><dc:creator>crickets</dc:creator><author>crickets</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2924313.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=2924313</wfw:commentRss><description>&lt;p&gt;Would anyone know what might be causing the following compile errors?&lt;/p&gt;&lt;p&gt;I just converted a project form VS 2003 to VS 2005. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;ASP.parent_newsletters_aspx.GetTypeHashCode()&amp;#39;: no suitable method found to override&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\admox30\28b4c3da\1ad82054\App_Web_tfsdbvxg.4.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 3219&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;ASP.parent_newsletters_aspx.ProcessRequest(System.Web.HttpContext)&amp;#39;: no suitable method found to override&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\admox30\28b4c3da\1ad82054\App_Web_iohkgnj9.2.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 3224&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Error&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;#39;ASP.parent_newsletters_aspx&amp;#39; does not implement interface member &amp;#39;System.Web.IHttpHandler.IsReusable&amp;#39;&amp;nbsp;&amp;nbsp;&amp;nbsp; c:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\admox30\28b4c3da\1ad82054\App_Web_iohkgnj9.2.cs&amp;nbsp;&amp;nbsp;&amp;nbsp; 452&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;br /&gt;I tried deleteing all the files in the C:\WINNT\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\admox30 folder, but that didn&amp;#39;t seem to help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>