<?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>ASP.NET MVC</title><link>http://forums.asp.net/1146.aspx</link><description>Discussions regarding Model-View-Controller (MVC) support in ASP.NET.  &lt;a href="http://forums.asp.net/1215.aspx"&gt;T4MVC subforum&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Last Ditch: MVC Installation Issues</title><link>http://forums.asp.net/thread/3211614.aspx</link><pubDate>Thu, 04 Jun 2009 20:48:40 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3211614</guid><dc:creator>jeloff</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3211614.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=3211614</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry to hear about all the trouble you had getting MVC installed, but I&amp;#39;m&amp;nbsp;glad that you managed. In the Beta we only added support to the installer to GAC the assemblies, but starting with the RCs we began to create native images as well.&lt;/p&gt;
&lt;p&gt;ngen failures can be nasty. When the MVC installer runs it automatically performs an ngen update and compiles any assembly that might be deemed to be out of date. Any failure during the ngen process is reported back and the installation will initiate a rollback.&lt;/p&gt;
&lt;p&gt;Jacques&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Last Ditch: MVC Installation Issues</title><link>http://forums.asp.net/thread/3211599.aspx</link><pubDate>Thu, 04 Jun 2009 20:40:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3211599</guid><dc:creator>cargowire</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3211599.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=3211599</wfw:commentRss><description>&lt;p&gt;Finally got it to work in the most annoying way possible (in terms of being annoyed at myself).&amp;nbsp; Simply had to directly ngen the System.Data.Entity.dll (C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5).&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i.e.&lt;/p&gt;&lt;p&gt;C:\Windows\Framework\v2.0.50727\ngen &amp;quot;C:\Program Files\Reference Assemblies\Microsoft\Framework\v3.5\System.Data.Entity.dll&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Last Ditch: MVC Installation Issues</title><link>http://forums.asp.net/thread/3211470.aspx</link><pubDate>Thu, 04 Jun 2009 19:36:36 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3211470</guid><dc:creator>cargowire</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3211470.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=3211470</wfw:commentRss><description>&lt;p&gt;My Apologies.&amp;nbsp; I am running VS2008 Standard (service packed up) with SQL2005 Express and SQL2008 Express also installed, as well as .NET 3.5 SP1.&amp;nbsp; I also had a beta version of MVC installed that I removed using &amp;#39;Programs and Features&amp;#39; seemingly successfully.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I don&amp;#39;t get why MVC seems to be causing these problems I&amp;#39;ve never known a small install require a complete system rebuild.&amp;nbsp; It&amp;#39;s utterly frustrating.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Last Ditch: MVC Installation Issues</title><link>http://forums.asp.net/thread/3209446.aspx</link><pubDate>Thu, 04 Jun 2009 05:57:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3209446</guid><dc:creator>gerrylowry</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3209446.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=3209446</wfw:commentRss><description>&lt;p&gt;You do not mention whether you have VS2008 or VWD.&amp;nbsp; You can have either or both.&amp;nbsp; They should be at SP1; VWD will not even work&amp;nbsp;without minimum of&amp;nbsp;SP1 (i.e., current&amp;nbsp;service pack level June/2009).&amp;nbsp; .NET Framework must be 3.5; that&amp;nbsp;you have.&amp;nbsp; You should have no addins until after ASP.NET MVC v1.0 is installed.&lt;/p&gt;
&lt;p&gt;Worst case scenario:&amp;nbsp; you may have to rebuild your system.&amp;nbsp; I had to face that because of a random bug.&lt;/p&gt;
&lt;p&gt;If you do have to rebuild, follow this procedure after backing&amp;nbsp;up anything you do not want to lose:&lt;br /&gt;(1) install Windows&lt;br /&gt;(2)&amp;nbsp;update Windows until there are no more updates&lt;br /&gt;(3) install VS2008&amp;nbsp;and/or&amp;nbsp;VWD 2008.&lt;br /&gt;(4) update VS2008 and/or&amp;nbsp;VWD 2008 to SP1&lt;br /&gt;(5) install ASP.NET MVC v1.0&lt;br /&gt;(6) build the default ASP.NET MVC application before you do anything else.&lt;br /&gt;(7) add back any VS addins you have [repeat step (6) after each addin]&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Gerry (Lowry)&lt;br /&gt;&lt;br /&gt;References:&lt;br /&gt;&lt;a href="http://haacked.com/archive/2009/03/05/troubleshooting-installers.aspx"&gt;http://haacked.com/archive/2009/03/05/troubleshooting-installers.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://haacked.com/archive/2009/03/03/aspnetmvc-changes-for-rc2.aspx"&gt;http://haacked.com/archive/2009/03/03/aspnetmvc-changes-for-rc2.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.asp.net/p/1423139/3163091.aspx"&gt;http://forums.asp.net/p/1423139/3163091.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.asp.net/t/1398843.aspx"&gt;http://forums.asp.net/t/1398843.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.asp.net/p/1398714/3017831.aspx"&gt;http://forums.asp.net/p/1398714/3017831.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://forums.asp.net/t/1415432.aspx"&gt;http://forums.asp.net/t/1415432.aspx&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Last Ditch: MVC Installation Issues</title><link>http://forums.asp.net/thread/3208979.aspx</link><pubDate>Thu, 04 Jun 2009 00:00:18 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3208979</guid><dc:creator>cargowire</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3208979.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1146&amp;PostID=3208979</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m finding it really difficult to get MVC1.0 to install.. tried
repairing/reinstalling VS, 3.5 SP1, uninstalling as many extraneous
things as poss but currently being faced with this error in the logs every time I
attempt to install:&lt;br /&gt;&lt;br /&gt;ExecNetFx: Error compiling
System.Data.Entity, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089: Could not find or load a type.
(Exception from HRESULT: 0x80131522)&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Ran&amp;nbsp; ngen ExecuteQueuedItems and ngen Update to no avail.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Had no trouble on my laptop but cannot get past this on my PC.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Apologies for clogging the forum with an installation related post, maybe its something simple but I can&amp;#39;t seem to find assistance that fixes it anywhere.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks in advance &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>