<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx</link><description>I've received some comments as well as have been contacted by a couple of customers about an issue they have been seeing when using the MVC RC in a Windows Azure Cloud Service project in Visual Studio. That is, when you are using the project/following</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>
	ASP.NET MVC Archived Blog Posts, Page 1
</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9425402</link><pubDate>Mon, 16 Feb 2009 09:16:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9425402</guid><dc:creator>
	ASP.NET MVC Archived Blog Posts, Page 1
</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://aspdotnetmvc.com/blogs/default.aspx"&gt;http://aspdotnetmvc.com/blogs/default.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9425901</link><pubDate>Mon, 16 Feb 2009 16:47:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9425901</guid><dc:creator>iain.pendergast@gmail.com</dc:creator><description>&lt;p&gt;I have found this situation as well, and causes VS2008 to crash about 1/2 of the time when started up and loading an MVC/Azure project, or opening an ASPX page in the project.&lt;/p&gt;
&lt;p&gt;A workaround that works for me is load the project into the IDE (may tke several attempts), then go into the MVC project's references, and remove the reference that ends in .Client (the exact name has excaped my mind).&lt;/p&gt;
&lt;p&gt;Then rebuild (will fail with errors), and then open an ASPX page in your project (which will load successfully). Re-add the reference that you removed, and rebuild the project (will be successful).&lt;/p&gt;
&lt;p&gt;Sadly until there ia a fix I have to do this each time I load the project into VS.&lt;/p&gt;
&lt;p&gt;I hope this helps until a fix is found!&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9427088</link><pubDate>Tue, 17 Feb 2009 08:25:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9427088</guid><dc:creator>mh415</dc:creator><description>&lt;p&gt;I just successfully worked through the Azure/MVC.NET project discussed in this PDC talk:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://channel9.msdn.com/pdc2008/ES07/"&gt;http://channel9.msdn.com/pdc2008/ES07/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It uses Azure Table Storage &amp;quot;in the cloud&amp;quot; and not &amp;quot;on the desktop&amp;quot;. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Anyhow, what Pablo does in that talk works for me. &amp;nbsp;TODO: membership, roles, &amp;amp; developing against local Development Fabric. &amp;nbsp;I have enough to get started though.&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9442183</link><pubDate>Tue, 24 Feb 2009 08:00:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442183</guid><dc:creator>KristoferA</dc:creator><description>&lt;p&gt;I have written an add-in for VS2008 that sneaks in &amp;quot;before&amp;quot; the usual loader in VS and preloads assemblies from the config and/or project file(s).&lt;/p&gt;
&lt;p&gt;It also has a per-project persisted list of assemblies and in what order to load them so the load order can be 'tweaked' if needed. The add-in fixed this issue on my repro system and hopefully it will help others too that are affected by the dreaded 'VS silent death' bug.&lt;/p&gt;
&lt;p&gt;The add-in can be downloaded from:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.huagati.com/ProjectLoader/download/HuagatiProjectLoader.zip"&gt;http://www.huagati.com/ProjectLoader/download/HuagatiProjectLoader.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(installation instructions contained within the zipfile - all that is needed is to copy the files to the VS2008 add-in directory and the add-in takes care of the rest)&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9446875</link><pubDate>Thu, 26 Feb 2009 19:33:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9446875</guid><dc:creator>KristoferA</dc:creator><description>&lt;p&gt;FYI - the kb963676 hotfix also solved the problem on my repro system.&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9447301</link><pubDate>Thu, 26 Feb 2009 23:29:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9447301</guid><dc:creator>jnak</dc:creator><description>&lt;p&gt;KristoferA - you are stealing my thunder :) -- I am preparing a post on that hotfix. &amp;nbsp;That is the patch from the CLR team that is in the works that I mention in this post.&lt;/p&gt;
&lt;p&gt;Right now, you can only get it by contacting Microsoft Support directly and the KB article is not yet live. &amp;nbsp;My post will go live soon.&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9448429</link><pubDate>Fri, 27 Feb 2009 12:51:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9448429</guid><dc:creator>KristoferA</dc:creator><description>&lt;p&gt;@jnak sorry. Just got the patch yesterday and was very happy to see that it solved it on my repro system.&lt;/p&gt;
&lt;p&gt;In the meantime, those who can't wait for the hotfix to go public can use my free assembly loader add-in; it also solved it for all repro cases I had for this issue. After applying the kb963676 patch just remove the add-in.&lt;/p&gt;
&lt;p&gt;Details on:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.huagati.com/ProjectLoader/"&gt;http://www.huagati.com/ProjectLoader/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Fix available: ASP.Net MVC RC Crash in a Windows Azure Cloud Service Project</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9449795</link><pubDate>Sat, 28 Feb 2009 01:49:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9449795</guid><dc:creator>Cloudy in Seattle</dc:creator><description>&lt;p&gt;For those of you that have been unfortunate enough to experience the VS crash when using the ASP.Net&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9449972</link><pubDate>Sat, 28 Feb 2009 03:33:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9449972</guid><dc:creator>jnak</dc:creator><description>&lt;p&gt;KristoferA -- the patch is live &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/jnak/archive/2009/02/26/fix-available-asp-net-mvc-rc-crash-in-a-windows-azure-cloud-service-project.aspx"&gt;http://blogs.msdn.com/jnak/archive/2009/02/26/fix-available-asp-net-mvc-rc-crash-in-a-windows-azure-cloud-service-project.aspx&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Very cool assembly loader add-in as well. &amp;nbsp;Cheers.&lt;/p&gt;
</description></item><item><title>re: Potential Crash in VS when using the MVC RC on Windows Azure</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9450102</link><pubDate>Sat, 28 Feb 2009 05:22:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9450102</guid><dc:creator>KristoferA</dc:creator><description>&lt;p&gt;@jnak that's great - the patch will make many VS users very happy&lt;/p&gt;
</description></item><item><title>A fix for the Microsoft .Net Framework 3.5 SP1 Fatal Execution Error (VS Silent Death Bug).</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9632331</link><pubDate>Wed, 20 May 2009 18:05:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632331</guid><dc:creator>Blake Niemyjski</dc:creator><description>&lt;p&gt;We released CodeSmith 5.1 with the new requirements of the Microsoft .Net Framework 3.5 . One of our&lt;/p&gt;
</description></item><item><title>A fix for the Microsoft .Net Framework 3.5 SP1 Fatal Execution Error (VS Silent Death Bug).</title><link>http://blogs.msdn.com/jnak/archive/2009/02/15/potential-crash-in-vs-when-using-the-mvc-rc-on-windows-azure.aspx#9632552</link><pubDate>Wed, 20 May 2009 20:37:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9632552</guid><dc:creator>Blake Niemyjski</dc:creator><description>&lt;p&gt;We released CodeSmith 5.1 with the new requirements of the Microsoft .Net Framework 3.5 . One of our&lt;/p&gt;
</description></item></channel></rss>