<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>ASP.NET MVC 4 Mobile Features</title><link>http://asp.net</link><pubDate>Wed, 13 Mar 2013 18:29:51 GMT</pubDate><generator>umbraco</generator><description>Comments for ASP.NET MVC 4 Mobile Features</description><language>en</language><atom:link href="http://asp.net/rss/comments/27553" rel="self" type="application/rss+xml" /><item><title>Comment Posted by bojangles</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Fri, 30 Sep 2011 19:54:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014310</guid><description><![CDATA[ <p>Thanks Rick, big sigh of relief here. I’ve just got MVC3 and jQuery Mobile working. Now looking forward to MVC4.</p><p> </p><p>Cheers, </p><p></p><p>Mike.</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bojangles.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by scott_t_ct</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Sun, 20 Nov 2011 19:23:08 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014662</guid><description><![CDATA[ <p>This is a great tutorial, however I would love to see one that extends the MVC 4 template to include database driven site content.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/scott_t_ct.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prasadvemala</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 24 Nov 2011 06:28:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014683</guid><description><![CDATA[ <p>ASP.Net MVC 4 for mobile application is great. I am having an issue with the validation. I have posted my issue here <a rel="nofollow" href="http://stackoverflow.com/questions/8244572/dataannotations-validation-regular-expression-in-asp-net-mvc-4-razor-view." target="_blank">stackoverflow.com/</a></p><p></p><p>Did anyone had this issue?</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/prasadvemala.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shailensukul</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Wed, 15 Feb 2012 15:42:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014839</guid><description><![CDATA[ <p>@scott_t_ct See my post for an example of database driven content: <a rel="nofollow" href="http://www.shailen.sukul.org/2011/12/aspnet-mvc4-mobile-tutorial-part-1.html" target="_blank">www.shailen.sukul.org/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/shailensukul.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bsm221</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Fri, 17 Feb 2012 09:01:23 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014851</guid><description><![CDATA[ <p>I followed the step-by-step instructions which were working great till I started with the jQuery section for styling.  Any suggestions as to why I&#39;m getting the following error during execution (not compilation) would be  truly appreciated:</p><p></p><p>[TypeLoadException: Could not load type &#39;System.Web.WebPages.DisplayModeProvider&#39; from assembly &#39;System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#39;.]</p><p>   MvcMobile.MvcApplication.Application_Start() in C:\Projects\MVC4\Starter App\MvcMobileStarter\MvcMobileStarter\CS\MvcMobile\MvcMobile\Global.asax.cs:41</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/bsm221.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Tue, 21 Feb 2012 13:41:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014902</guid><description><![CDATA[ <p>&gt;&gt;[TypeLoadException: Could not load type &#39;System.Web.WebPages.DisplayModeProvider&#39; </p><p>That error comes from using a ASP.NET MVC /Developer Preview project. Download the starter project and add that call to global.asax, the app will then work.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by stevyrino</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Wed, 29 Feb 2012 02:25:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014970</guid><description><![CDATA[ <p>Thanks for putting this tutorial together but it would have saved me alot of time if someone had quality assurance tested the tutorial  on a freshly installed os such as Win7.  Using the  prerequisites (given by the links), Starter Project and Opera Mobile Emulator and following the steps, I ran into the problem stepping through &quot;Overriding Views, Layouts, and Partial Views&quot;  where the mobile switching would not work.  After reading the above comments I installed 51Degrees.  From the tutorial, I wouldn&#39;t have known to do that.  Otherwise the tutorial at this point would not work.</p><p>However all was not well because MVC 4 Beta breaks the walkthrough provided by 51Degrees (see for walk through) </p><p></p><p><a rel="nofollow" href="http://51degrees.mobi/Support/Blogs/tabid/212/EntryId/26/51Degrees-mobi-and-MVC4.aspx" target="_blank">51degrees.mobi/</a></p><p></p><p>&quot;DisplayModes.Modes.Insert&quot; is no longer supported and has to be replaced with</p><p></p><p>&quot;DisplayModeProvider.Instance.Modes.Insert&quot;</p><p></p><p>Hopefully these comments will help other people who are scratching their heads over getting this tutorial to work.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/stevyrino.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by manthenaa</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Tue, 13 Mar 2012 19:49:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015113</guid><description><![CDATA[ <p>Hi, I am facing an issue with redirecting to external websites from ASP.NET MVC 4 mobile application, which I have posted on StackOverflow - <a rel="nofollow" href="http://stackoverflow.com/questions/9693893/url-redirecting-in-asp-net-mvc-4-mobile-application" target="_blank">stackoverflow.com/</a></p><p></p><p>Any thoughts on this issue would of great help.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/manthenaa.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 15 Mar 2012 20:10:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015132</guid><description><![CDATA[ <p>stevyrino:&quot;DisplayModes.Modes.Insert&quot; is no longer supported and</p><p>----Tutorial has been updated. </p><p>manthenaa - I have posted on StackOverflow <a rel="nofollow" href="http://stackoverflow.com/questions/9693893/url-redirecting-in-asp-net-mvc-4-mobile-application" target="_blank">stackoverflow.com/</a></p><p>----I responded</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by CinnaMan</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Fri, 23 Mar 2012 16:53:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015188</guid><description><![CDATA[ <p>I believe the NuGet package name has changed from MvcJqueryMobile to jQuery.Mobile.MVC. I say so as when I tried to install JQuery mobile pakage got the following error message</p><p>PM&gt; Install-Package MvcJQueryMobile</p><p>Install-Package : Unable to find package &#39;MvcJQueryMobile&#39;.</p><p>Following worked for me - </p><p>PM&gt; Install-Package jQuery.Mobile.MVC</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/CinnaMan.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cosmicarts</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 12 Apr 2012 01:17:46 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000015300</guid><description><![CDATA[ <p>i am using a @{ Html.RenderAction(&quot;Menu&quot;, &quot;Module&quot;); } to embed a menubar, when i use this line of code in the _Layout.Mobile.cshtml i get the content of the Menu.cshtml instead of the Menu.Mobile.cshtml.</p><p></p><p>Are mobile views not working with Html.RenderAction?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/cosmicarts.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by srinivasnarula</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Sat, 11 Aug 2012 19:41:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016151</guid><description><![CDATA[ <p>Hi Rick.......I basic question with respect to development of mobile application using MVC.</p><p></p><p>Whether Mobile application which is developed using MVC4 with above steps can be accessed in iPhone,iPad,Tablet,Andriod and other devices?</p><p></p><p>If anwer is no, then what changes need to do make application to run all above mentioned devices.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/srinivasnarula.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Fri, 17 Aug 2012 15:18:57 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016201</guid><description><![CDATA[ <p>@srinivasnarula </p><p> iPhone,iPad,Tablet,Andriod and other devices?</p><p>Yes, the tutorial covers that</p><p></p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by atulchaudhary</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 30 Aug 2012 03:52:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016346</guid><description><![CDATA[ <p>how do i store my mobile pages under different folder e.g., what if i want to store my mobile pages under Home/Mobile....i tried it but then i lost all my css and mobile effect</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/atulchaudhary.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by s4f</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Mon, 10 Sep 2012 12:50:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016407</guid><description><![CDATA[ <p>How can I get this working on iis7? When I run it in vs2012 it&#39;s fine, but when hosted on iis7 (win 2008) the pages are not rendered in mobile view. The is no mobile switch view available either.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/s4f.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Mon, 10 Sep 2012 19:35:31 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016412</guid><description><![CDATA[ <p>@s4f - How can I get this working on iis7? </p><p>You don&#39;t need to make any changes for IIS7, 7.5 or 8. Can you test on Windows7 with IIS 7.5 or Win8?</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by s4f</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Tue, 11 Sep 2012 09:03:55 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016416</guid><description><![CDATA[ <p>@ricka6</p><p>Thanx for the help. I got it running on win7, but when publishing I got 2 warnings:</p><p>&quot;The referenced component &#39;jQuery.Mobile.MVC&#39; could not be found.&quot;</p><p>&quot;The referenced component &#39;Microsoft.Web.Optimization&#39; could not be found.&quot;</p><p>I think this could cause lack of mobile rendering on a remote win2008 server.  </p><p>I tried to search for the references and add them to the project but I could find them.</p><p></p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/s4f.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ricka0</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Mon, 17 Sep 2012 21:16:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016452</guid><description><![CDATA[ <p>@SF4 &quot;The referenced component &#39;jQuery.Mobile.MVC&#39; could not be found.&quot; - </p><p>&quot;The referenced component &#39;Microsoft.Web.Optimization&#39; could not be found.&quot;</p><p></p><p>Those are both NuGet packages. You shouldn&#39;t get the &#39;jQuery.Mobile.MVC&#39;  if you installed the correct version as there is no longer a DLL. Looks like you deployment didn&#39;t correctly copy over the &#39;Microsoft.Web.Optimization&#39; DLL. Make sure you don&#39;t get any errors when you publish</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/ricka0.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by JustSahid</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Sun, 21 Oct 2012 02:17:01 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016654</guid><description><![CDATA[ <p>Thanks for such a nice step by step walkthrough.. </p><p>I just followed the steps here and created a  webapplication ,it all worked fine in my local machine but as soon I deployed it to Deployment Servers layout switcher has stopped working for all mobile devices except iphones. i didnt add any thing specific layout to any mobile device. Per my assumption if my project has a layout/view with same name but appended with .mobile  then all the mobile devices would see the .mobile views rather than regular views.</p><p>But for some reason the mobile pages are only being shown up on iphones but all other android devices are being rendered with desktop views.</p><p></p><p>And to track it further i downloaded the completed project from the link above and deployed it to the same server ,and this project also behaved the very same way as my application.</p><p></p><p>Any help would highly be appreciated.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/JustSahid.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by brijenshah</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Wed, 31 Oct 2012 15:05:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016716</guid><description><![CDATA[ <p>Thank you for great tutorial. It&#39;s working fine on WP7 emulator but NOT working on WP8 emulator. WP8 emulator is separate virtual machine (image) so localhost will not work. I tried with machine name / IP address but still not able to browse any locahost sites. Is there any way I can browse using WP8 browser</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/brijenshah.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by anilbabu</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 06 Dec 2012 23:54:58 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000016958</guid><description><![CDATA[ <p>Thank you,</p><p>Can you give me step by step step process plz,</p><p>I am new this one </p><p>AND also how to this mobile pages deploy azure mobile servicess</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/anilbabu.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 24 Jan 2013 18:57:06 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018242</guid><description><![CDATA[ <p>@anilbabu - The Azure version is at <a rel="nofollow" href="http://www.windowsazure.com/en-us/develop/net/tutorials/aspnet-mvc-4-mobile-website/" target="_blank">www.windowsazure.com/</a></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/ricka6.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shriniwasshukla</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Wed, 20 Feb 2013 13:05:02 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018472</guid><description><![CDATA[ <p>Thanks for this tutorial.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/shriniwasshukla.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by knowlj</title><link>http://asp.net/mvc/tutorials/mvc-4/aspnet-mvc-4-mobile-features</link><pubDate>Thu, 21 Feb 2013 17:39:49 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018488</guid><description><![CDATA[ <p>It&#39;s worth nothing that in order to get the Windows 7 Phone Emulator working, you have to use WebMatrix.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/knowlj.jpg?forceidenticon=false&amp;dt=635047603200000000&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/aspnet-mvc-4-mobile-features</link><pubDate>Wed, 13 Mar 2013 18:29:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000018688</guid><description><![CDATA[ <p>This is a great tutorial. Thank you.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/payini.jpg?forceidenticon=false&amp;dt=635047603200000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>