<?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>Installation and Setup</title><link>http://forums.asp.net/17.aspx</link><description>All about installing and getting ASP.NET running on your system.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/3464290.aspx</link><pubDate>Mon, 19 Oct 2009 02:45:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3464290</guid><dc:creator>Stormy22</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3464290.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3464290</wfw:commentRss><description>&lt;p&gt;Its very easy to fix this problem.&lt;/p&gt;
&lt;p&gt;Go into your web site properties and see what version of ASP.NET you are using. If its 1.1, you need to change the &amp;lt;%@ Page %&amp;gt; directive to use &lt;strong&gt;Codebehind&lt;/strong&gt;=&amp;quot;...&amp;quot;. If its ASP.NET 2.0 or later, you need to use &lt;strong&gt;Codefile&lt;/strong&gt;=&amp;quot;...&amp;quot; and remove the &lt;strong&gt;Inherits&lt;/strong&gt;=&amp;quot;&amp;quot; phrase. Thats it! Most people are switching framework versions on different servers and are not make this change at the top of their ASPX pages. - &lt;a href="http://www.stormdetector.com"&gt;www.stormdetector.com&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/3205735.aspx</link><pubDate>Tue, 02 Jun 2009 20:18:32 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3205735</guid><dc:creator>JimCarnicelli</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3205735.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3205735</wfw:commentRss><description>I was banging my head over this and finally figured out the cause.  I was FTP copying the Bin folder from the wrong project.  The DLLs all have the same names.

One sanity check: look at the file size of your main project DLL (Core.dll, in my case) in dev and production.</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/3123113.aspx</link><pubDate>Tue, 28 Apr 2009 00:36:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3123113</guid><dc:creator>dvergara</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3123113.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=3123113</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m using Delphi for .Net 2007 in Windows Vista Home Premium and with Cassini Personal Web Server. My application is not working, but I haven&amp;#39;t changed anything on it. I have just created the new application and tried to run it.&lt;/p&gt;&lt;p&gt;I have tried to re-install the .Net Framework 3.5 Service Pack 1, re-install the Delphi 2007 and nothing worked.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Does anyone know how to make it work? That&amp;#39;s the error message that I&amp;#39;m getting:&lt;/p&gt;&lt;p&gt;&lt;img src="http://img207.imageshack.us/img207/9990/errornet.jpg" title="Error Delphi .Net" alt="Error Delphi .Net" width="1280" height="770" /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1849323.aspx</link><pubDate>Thu, 09 Aug 2007 09:54:33 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1849323</guid><dc:creator>johannesdolberg</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1849323.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1849323</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The thing about checking the asp.net version worked for me. At the bottom of my error page I could see that the asp.net version was set to 1.4(something).&lt;/p&gt;&lt;p&gt;Using my webhotel control panel I changed this to 2.0 (something) and everything worked fine. &lt;/p&gt;&lt;p&gt;I thought asp.net 2.0 was the default but it wasn&amp;#39;t....&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1837098.aspx</link><pubDate>Thu, 02 Aug 2007 09:10:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1837098</guid><dc:creator>ravipahuja1</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1837098.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1837098</wfw:commentRss><description>&lt;p&gt;You can try delete all the files under the &amp;quot;Temporary ASP.NET Files&amp;quot; located at win dir-&amp;gt;Microsoft.net-&amp;gt;Framework-&amp;gt;.net framework version-&amp;gt;Temporary ASP.NET Files&lt;/p&gt;&lt;p&gt;and then build and publish the application again.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1828329.aspx</link><pubDate>Sat, 28 Jul 2007 03:48:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1828329</guid><dc:creator>oalbad</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1828329.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1828329</wfw:commentRss><description>&lt;p&gt;Um guys you are all overthinking it. I had the exact same problem and here is my fix.&lt;/p&gt;
&lt;p&gt;1) make sure that your development web site is using ASP 2.0 and is under a Virtual Directory. &lt;/p&gt;
&lt;p&gt;2) Make sure the published site is also configer to use ASP 2.0. Contact the sites admin to confirm or check IIS on the published side. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;3) dont do a publish test with a ftp or xcopy&lt;/p&gt;
&lt;p&gt;4) if all works then publish with vs.net 2005&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1620773.aspx</link><pubDate>Wed, 14 Mar 2007 20:54:21 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1620773</guid><dc:creator>maparash</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1620773.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1620773</wfw:commentRss><description>&lt;p&gt;Thx ,,,this works 4 me !!! &lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;Manu&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1354656.aspx</link><pubDate>Fri, 28 Jul 2006 19:31:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1354656</guid><dc:creator>jbrune</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1354656.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1354656</wfw:commentRss><description>&lt;font face=Verdana size=2&gt;This happened to me, I realized that I had not copied over my Web.config file over to the application directory on the new server.&lt;/font&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1236499.aspx</link><pubDate>Fri, 24 Mar 2006 09:38:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1236499</guid><dc:creator>tr1stan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1236499.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1236499</wfw:commentRss><description>Did you get this problem solved?&lt;br /&gt;&lt;br /&gt;If not - you have to make sure that you build the application after moving it to the new server. (In Visual Studio, right click &amp;gt; build web site)&lt;br /&gt;&lt;br /&gt;Just a thought,&lt;br /&gt;&lt;br /&gt;T&lt;br /&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1208337.aspx</link><pubDate>Fri, 24 Feb 2006 04:22:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1208337</guid><dc:creator>Canberra</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1208337.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1208337</wfw:commentRss><description>Select the site on IIS, click ASP.NET tab, select ASP.NET version dropdown box, choosing the version 2 (mine is 2.0.50727). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1169032.aspx</link><pubDate>Sun, 15 Jan 2006 21:19:15 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1169032</guid><dc:creator>smiling4ever</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1169032.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1169032</wfw:commentRss><description>&lt;p&gt;For all you guys, check this&lt;/p&gt;
&lt;p&gt;&lt;a HREF="/1165129/ShowPost.aspx"&gt;http://forums.asp.net/1165129/ShowPost.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1168848.aspx</link><pubDate>Sun, 15 Jan 2006 15:47:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1168848</guid><dc:creator>HuwB</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1168848.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1168848</wfw:commentRss><description>In IIS (with version 2 of the .net framework installed) the last tab is asp.net. Check that your application (site) is configured for the correct version of .net. Mine wasn't after correcting this, this problem was solved</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1166150.aspx</link><pubDate>Thu, 12 Jan 2006 11:14:23 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1166150</guid><dc:creator>bashaasnoot</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1166150.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1166150</wfw:commentRss><description>&lt;p&gt;I had the same problem:&lt;/p&gt;
&lt;p&gt;I created a new site using VS 2005, configured IIS, tried to browse the homepage of my site where it showed the exact same error message.&lt;/p&gt;
&lt;p&gt;What you have to do is run your website and VS will prompt you that there is web.config, simply select the option where VS creates one for you. Make sure you selected the correct version of the framework in IIS.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1125868.aspx</link><pubDate>Mon, 28 Nov 2005 20:49:27 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1125868</guid><dc:creator>pato</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1125868.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1125868</wfw:commentRss><description>hello!&lt;br&gt;
&lt;br&gt;
you should configure your aplication on IIS&lt;br&gt;
&lt;br&gt;
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconconfiguringaspnetapplicationforaspnetversion.asp&lt;br&gt;
&lt;br&gt;
&lt;span id="_ctl0__ctl0_BodyContentRegion_PostFlatView"&gt;
Greets&lt;br&gt;
&lt;br&gt;
&lt;/span&gt;Pato&lt;br&gt;
&lt;br&gt;</description></item><item><title>Re: Parser Error: Could not load type '_Default'.</title><link>http://forums.asp.net/thread/1115939.aspx</link><pubDate>Thu, 17 Nov 2005 14:33:05 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1115939</guid><dc:creator>NandaDodd</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1115939.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=17&amp;PostID=1115939</wfw:commentRss><description>I had the same problem this morning, I was able to resolve by re-writing my .dll file bin folder from local to server. &lt;BR&gt;&lt;BR&gt;First time I uploaded only default.aspx and got this error. Later I made default.aspx as start page, built the solution and uploaded deafult.aspx, default.aspx.vb and bin folder (overwrite bin folder) Now it works fine.&lt;BR&gt;&lt;BR&gt;Hope this helps your problems too&lt;BR&gt;&lt;BR&gt;</description></item></channel></rss>