<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>Eilon Lipton's Blog - All Comments</title><link>http://weblogs.asp.net/leftslipper/default.aspx</link><description>Technical blog on Microsoft ASP.NET (and AJAX and MVC).</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7260945</link><pubDate>Fri, 20 Nov 2009 00:37:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260945</guid><dc:creator>Eilon</dc:creator><author>Eilon</author><description>&lt;p&gt;sorin &lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I get this error&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Converting between two versions of Visual Studio is not supported&lt;/p&gt;
&lt;p&gt;Hi sorin,&lt;/p&gt;
&lt;p&gt;That error can occur if you try to convert a project that was build with Visual Studio 2010. Right now this tool only supports projects built with Visual Studio 2008.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Eilon&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260945" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7260944</link><pubDate>Fri, 20 Nov 2009 00:36:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260944</guid><dc:creator>Eilon</dc:creator><author>Eilon</author><description>&lt;p&gt;Donn Felker &lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does this converter rely on project type guids? Reason I ask is because all of my MVC Projects do not contain the MVC project type guid (so users can download them from my blog after a presentation and not have to have MVC installed - I include the binaries in my d/l's). &lt;/p&gt;
&lt;p&gt;Hi Donn,&lt;/p&gt;
&lt;p&gt;The converter relies on the project type GUID for certain parts of the functionality. Some features require that you use the MVC project type GUID, such as to decide whether to add the updated JavaScript files. Other features check whether the project is any kind of class library in order to update references of System.Web.Mvc.dll from 1.0.0.0 to 2.0.0.0. This is to support the scenario where you have a class library project that contains helpers or controllers that you want to convert.&lt;/p&gt;
&lt;p&gt;A workaround is to temporarily add the project type GUID (which should be {603c0e0b-db56-11dc-be95-000d561079b0}), run the converter, and then remove the GUID (which will then be {f85e285d-a4e0-4152-9332-ab1d724d3325}).&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Eilon&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260944" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7260940</link><pubDate>Fri, 20 Nov 2009 00:33:56 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7260940</guid><dc:creator>Eilon</dc:creator><author>Eilon</author><description>&lt;p&gt;Karl &lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Any chance on getting source code. This doesn't work as is for me. Its failing when looking for specific javascript files...I'm not crazy enough to use the default MVC structure, or leave in all the gunk js the default project uses.&lt;/p&gt;
&lt;p&gt;I am fixing this bug in the tool and will re-release it with support for ASP.NET MVC 2 Beta. I will see if I can get the source code published as well. We do plan to integrate most of this functionality into Visual Studio 2010 as well.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Eilon&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7260940" width="1" height="1"&gt;</description></item><item><title>re: Sys.WebForms.PageRequestManagerParserErrorException - what it is and how to avoid it</title><link>http://weblogs.asp.net/leftslipper/archive/2007/02/26/sys-webforms-pagerequestmanagerparsererrorexception-what-it-is-and-how-to-avoid-it.aspx#7259862</link><pubDate>Thu, 19 Nov 2009 02:50:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7259862</guid><dc:creator>Stan</dc:creator><author>Stan</author><description>&lt;p&gt;I have the same issue that &amp;quot;-R&amp;quot; reported in this thread on October 18, 2007. &amp;nbsp;I have a Gridview that allows users to Edit rows. &amp;nbsp;The only time I get the error is when the user enters any kind of HTML tag in a textbox in the row being edited. &amp;nbsp;Like, if the user enters &amp;quot;&amp;lt;b&amp;gt;some text&amp;lt;/b&amp;gt;&amp;quot; in a textbox, then the error shows immediately when the user clicks on the Update commandbutton (and I just tested it and it also shows the error if the user clicks on the Cancel command button after entering HTML code in the textbox).&lt;/p&gt;
&lt;p&gt;If anyone has any advice for this causing the error, I would really appreciate it.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7259862" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7256845</link><pubDate>Mon, 16 Nov 2009 17:38:36 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7256845</guid><dc:creator>matthewreily</dc:creator><author>matthewreily</author><description>&lt;p&gt;Worked great for me! &amp;nbsp;Thank you&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7256845" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7255901</link><pubDate>Sun, 15 Nov 2009 21:57:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7255901</guid><dc:creator>irobinson</dc:creator><author>irobinson</author><description>&lt;p&gt;This worked quite well for me on a project that was started from the CodeBetter Canvas project. &lt;/p&gt;
&lt;p&gt;Although, it did fail until I added a &amp;quot;Scripts&amp;quot; folder in the &amp;quot;Web&amp;quot; project - so that it could add all of the JavaScript files to it.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7255901" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7254491</link><pubDate>Sat, 14 Nov 2009 14:37:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7254491</guid><dc:creator>Raj</dc:creator><author>Raj</author><description>&lt;p&gt;Event after using the tool, I am not able to open the project. Visual Studio says &amp;quot;The project type is not supported by this installation&amp;quot;.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7254491" width="1" height="1"&gt;</description></item><item><title>re: Migrating ASP.NET MVC 1.0 applications to ASP.NET MVC 2</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/19/migrating-asp-net-mvc-1-0-applications-to-asp-net-mvc-2.aspx#7254438</link><pubDate>Sat, 14 Nov 2009 13:23:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7254438</guid><dc:creator>Hennie Gottenbos</dc:creator><author>Hennie Gottenbos</author><description>&lt;p&gt;The conversion worked OK and my project is now happily MVC2 however I do get an error about the web.config: It is an error to use a section registered as allowDefinition=&amp;#39;MachineToApplication&amp;#39; beyond application level. &amp;nbsp;This error can be caused by a virtual directory not being configured as an application in IIS. This web.config worked great for MVC1 so why is this now cropping up? I am using Visual Studio 2008. Thanks for any suggestions you can give me!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7254438" width="1" height="1"&gt;</description></item><item><title>re: Introducing SmartyRoute: A smarty-ier way to do routing in ASP.NET applications</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/07/introducing-smartyroute-a-smarty-ier-way-to-do-routing-in-asp-net-applications.aspx#7253598</link><pubDate>Fri, 13 Nov 2009 17:20:38 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7253598</guid><dc:creator>Tim Acheson</dc:creator><author>Tim Acheson</author><description>&lt;p&gt;I like the sound of this. Implimentations a lot like this have been popular for years, typically achieved through ISAPI filters and rewrite rules.&lt;/p&gt;
&lt;p&gt;Conditional rules and mappings like this are very convenient for developers. Conditional rules can help increase productivity by making application development faster and applications simpler.&lt;/p&gt;
&lt;p&gt;I love the conditional mappings already built-in with ASP.NET MVC, e.g. between Controllers and Views. I make extensive use of it in my own blog. I also like having the ability to override these conditions, e.g. explicitly specifying the View.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7253598" width="1" height="1"&gt;</description></item><item><title>re: Introducing SmartyRoute: A smarty-ier way to do routing in ASP.NET applications</title><link>http://weblogs.asp.net/leftslipper/archive/2009/10/07/introducing-smartyroute-a-smarty-ier-way-to-do-routing-in-asp-net-applications.aspx#7252424</link><pubDate>Thu, 12 Nov 2009 12:20:25 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7252424</guid><dc:creator>Cristian</dc:creator><author>Cristian</author><description>&lt;p&gt;We are using routing to create more advanced SEO URLs like&lt;/p&gt;
&lt;p&gt;/{category} -&amp;gt; category.aspx&lt;/p&gt;
&lt;p&gt;/{category}/{product} -&amp;gt; product.aspx&lt;/p&gt;
&lt;p&gt;the issue is where we need to treat same url patterns like:&lt;/p&gt;
&lt;p&gt;/{category}&lt;/p&gt;
&lt;p&gt;/{manufacturer}&lt;/p&gt;
&lt;p&gt;/{blog}&lt;/p&gt;
&lt;p&gt;/{contact}&lt;/p&gt;
&lt;p&gt;all these will be treated by same handler. &lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t found yet an elegant solution to this (besides an if else structure or case) however the URLs are much more relevant than adding a word in URL just to match a pattern &lt;/p&gt;
&lt;p&gt;if you have a good solution to this please let me know cristian.micliuc@heavensolutions.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7252424" width="1" height="1"&gt;</description></item></channel></rss>