<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"><channel><title>Adding a Controller</title><link>http://asp.net</link><pubDate>Mon, 29 Apr 2013 07:15:43 GMT</pubDate><generator>umbraco</generator><description>Comments for Adding a Controller</description><language>en</language><atom:link href="http://asp.net/rss/comments/37147" rel="self" type="application/rss+xml" /><item><title>Comment Posted by geekrebel</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Sun, 18 Nov 2012 03:10:48 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016820</guid><description><![CDATA[ <p>When tried to open /HelloWorld I got the following error: </p><p></p><p>Server Error in &#39;/&#39; Application. The resource cannot be found.</p><p></p><p>I did manage to fix this by going to PROJECT -&gt; MvcMovie Properties -&gt; Web and changing the &quot;Start Action&quot; property from &quot;Specific Page&quot; to &quot;Current Page&quot;. </p><p></p><p>Oddly enough, changing the property back to &quot;Specific Page&quot; doesn&#39;t break it. I still get the correct messages. </p><p></p><p>Rick: I&#39;d love to know why! </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/geekrebel.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Tue, 20 Nov 2012 01:22:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016831</guid><description><![CDATA[ <p>@geekrebel &quot;Specific Page&quot; to &quot;Current Page&quot;. </p><p>You usually get that error when you&#39;ve selected a view in Visual Studio and it tries to use the URI for that view. Your approach fixes the problem. I opened a bug which should fix this in the next version of Visual Studio - I don&#39;t know if they will fix it in the 2012 version (with a service pack)</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by npcekberg</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Tue, 04 Dec 2012 07:02:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016928</guid><description><![CDATA[ <p>Got this error when running project.</p><p>I can continue though if I press Ignore, but I guess something is wrong anyway.</p><p></p><p>Microsoft JScript runtime error: Object doesn&#39;t support property or method &#39;addEventListener&#39;</p><p></p><p></p><p>/Peter</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/npcekberg.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by webcookie</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Tue, 01 Jan 2013 09:49:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000017093</guid><description><![CDATA[ <p>Hi, I&#39;m new to asp.net and am just following this tutorial. Going great so far but....</p><p>Where you say:</p><p>    &quot;You can try different values for name and numtimes in the URL. The ASP.NET MVC model binding system automatically maps the named parameters from the query string in the address bar to parameters in your method.&quot;</p><p>I tried this and it doesn&#39;t map the parameters from the URL query string to the method. Is this because I have missed something?</p><p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/webcookie.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka6</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Wed, 16 Jan 2013 21:13:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018186</guid><description><![CDATA[ <p>@npcekberg Microsoft JScript runtime error:</p><p>Now is a good time to learn about F12 developer tools to debug JavaScript</p><p></p><p>@webcookie - doesn&#39;t map the parameters from the URL query string </p><p>Yes, this works. try it again.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nitin_bagga</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Thu, 31 Jan 2013 07:53:09 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018289</guid><description><![CDATA[ <p>How come it gives me an error &quot;Cannot implicitly convert type &#39;string&#39; to &#39;System.Web.Mvc.ActionResult&#39; at the location &quot;return &quot;This is my &lt;b&gt;default&lt;/b&gt; action...&quot;; &quot;???</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/nitin_bagga.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by nitin_bagga</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Thu, 31 Jan 2013 09:16:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018290</guid><description><![CDATA[ <p>...please ignore...my fault...!!!</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/nitin_bagga.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by salman_sulaiman_1979</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Wed, 06 Feb 2013 21:46:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018360</guid><description><![CDATA[ <p>Really Cool! </p><p>Thanks Rick!</p><p></p><p>~Salman~</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/salman_sulaiman_1979.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shamimbd0</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Mon, 11 Feb 2013 05:30:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018402</guid><description><![CDATA[ <p>fine tutorials   :) </p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/shamimbd0.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Danny117</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Mon, 25 Feb 2013 09:53:00 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018510</guid><description><![CDATA[ <p>Ive made it this far.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Danny117.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by payini</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Fri, 08 Mar 2013 12:02:20 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018626</guid><description><![CDATA[ <p>Great tutorials. Thank you.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/payini.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by salsaboduk</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Fri, 05 Apr 2013 08:26:03 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018860</guid><description><![CDATA[ <p>I too get a 404 error, but mine doesn&#39;t go away when i change to current page. Can&#39;t get this to work. :(</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/salsaboduk.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by somename</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Mon, 29 Apr 2013 07:13:57 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000019004</guid><description><![CDATA[ <p>Your default URL routing logic is incorrect.</p><p></p><p>/[Controller]/[ActionName]/[Parameters]</p><p></p><p>Should be:</p><p></p><p>/[Controller]/[ActionName]?[Param1-Name]=[Param1-value]&lt;[&amp;][ParamN-Name]=[ParamN-value]&gt;</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/somename.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by somename</title><link>http://asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-controller</link><pubDate>Mon, 29 Apr 2013 07:15:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000019005</guid><description><![CDATA[ <p>Nice articles by the way :)</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/somename.jpg?forceidenticon=false&amp;dt=635049199800000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>