<?xml version="1.0" encoding="UTF-8"?>
<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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gary Pretty's Blog &#187; .Net</title>
	<atom:link href="http://blog.garypretty.co.uk/index.php/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.garypretty.co.uk</link>
	<description>.Net Development &#38; General Tech Related News</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:32:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Blend 4 Crashes on Launch (&#8220;Blend 4 has stopped working&#8221;)</title>
		<link>http://blog.garypretty.co.uk/index.php/2011/10/05/blend-4-crashes-on-launch-blend-4-has-stopped-working/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2011/10/05/blend-4-crashes-on-launch-blend-4-has-stopped-working/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 20:22:10 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[blend]]></category>
		<category><![CDATA[crash]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/?p=305</guid>
		<description><![CDATA[I had some trouble today with Blend 4 which was continuously crashing on launch, even after an uninstall and re-install of the program. Thankfully, I found a very helpful forum post on MSDN which helped me fix the issue. I have recently installed the Developer Preview of Visual Studio 11 and it turns out that &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2011/10/05/blend-4-crashes-on-launch-blend-4-has-stopped-working/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I had some trouble today with Blend 4 which was continuously crashing on launch, even after an uninstall and re-install of the program.</p>
<p>Thankfully, I found a very helpful forum post on MSDN which helped me fix the issue.</p>
<p>I have recently installed the Developer Preview of Visual Studio 11 and it turns out that there are some compatibility issues with version 4.5 of the .Net Framework with this preview release.</p>
<p>In order to fix the issue you can run the following commands in your command prompt (don&#8217;t forget to run as an administrator);</p>
<p>The workaround is to run:<br />
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall &#8220;%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Framework.dll&#8221;<br />
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall &#8220;%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Blend.dll&#8221;<br />
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall &#8220;%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.Project.dll&#8221;</p>
<p>If &#8220;%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll&#8221; is present (for scenarios like Blend V4 SP1 or future releases), please also run:<br />
%windir%\Microsoft.NET\Framework\v4.0.30319\ngen uninstall &#8220;%ProgramFiles(x86)%\Microsoft Expression\Blend 4\Microsoft.Expression.WindowsPhone.dll&#8221;</p>
<p>You can find the original post here&#8230;.. <a href="http://connect.microsoft.com/Expression/feedback/details/690246/blend-4-crashes-on-startup">http://connect.microsoft.com/Expression/feedback/details/690246/blend-4-crashes-on-startup</a></p>
<p><a href="http://connect.microsoft.com/Expression/feedback/details/690246/blend-4-crashes-on-startup"></a>Hope this helps some of you out if you are having the same problem.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.Net' rel='tag' target='_self'>.Net</a>, <a class='technorati-link' href='http://technorati.com/tag/blend' rel='tag' target='_self'>blend</a>, <a class='technorati-link' href='http://technorati.com/tag/crash' rel='tag' target='_self'>crash</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2011/10/05/blend-4-crashes-on-launch-blend-4-has-stopped-working/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Microsoft .Net Framework Releases Summary</title>
		<link>http://blog.garypretty.co.uk/index.php/2008/03/14/microsoft-net-framework-releases-summary/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2008/03/14/microsoft-net-framework-releases-summary/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 10:31:34 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://blog.garypretty.co.uk/index.php/2008/03/14/microsoft-net-framework-releases-summary/</guid>
		<description><![CDATA[I keep up to date with releases to the .Net Framework and other related technologies such as Silverlight, but it can sometime be hard to remember what was released when and in what version.  Ian Blackburn has posted a .Net Release Summary on his blog with a simple table attempting to clarify the content of &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2008/03/14/microsoft-net-framework-releases-summary/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>I keep up to date with releases to the .Net Framework and other related technologies such as Silverlight, but it can sometime be hard to remember what was released when and in what version.  <a target="_blank" href="http://bbits.co.uk/blog/archive/2008/03/10/.netsilverlight-tools-and-versions-summary.aspx">Ian Blackburn</a> has posted a <a target="_blank" href="http://bbits.co.uk/blog/archive/2008/03/10/.netsilverlight-tools-and-versions-summary.aspx">.Net Release Summary</a> on <a target="_blank" href="http://bbits.co.uk/blog/archive/2008/03/10/.netsilverlight-tools-and-versions-summary.aspx">his blog</a> with a simple table attempting to clarify the content of various .Net versions.</p>
<p>I hope Ian keeps this list up to date as I have no doubt it would be quite a useful reference in the future when we hit .Net 10! <img src='http://blog.garypretty.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.Net' rel='tag' target='_self'>.Net</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2008/03/14/microsoft-net-framework-releases-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSDN Roadshow 2008</title>
		<link>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/</link>
		<comments>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 19:10:21 +0000</pubDate>
		<dc:creator>Gary Pretty</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MSDN]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[msdn roadshow 2008]]></category>

		<guid isPermaLink="false">http://www.garypretty.co.uk/blog/index.php/2008/03/11/msdn-roadshow-2008/</guid>
		<description><![CDATA[Just registered for the 2008 MSDN Roadshow in Manchester on 1st May At last years event, I particularly enjoyed a demo around WPF/E, which ofcourse has now been released as Silverlight. Well, this years event looks to be even better.  Below is the event summary from the Microsoft web site; Microsoft is pleased to present &#8230; </p><p><a class="more-link block-button" href="http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Just registered for the 2008 MSDN Roadshow in Manchester on 1st May <img src='http://blog.garypretty.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At last years event, I particularly enjoyed a demo around WPF/E, which ofcourse has now been released as Silverlight.</p>
<p>Well, this years event looks to be even better.  Below is the event summary from the Microsoft web site;</p>
<blockquote><p><span style="color: black"><font face="Calibri">Microsoft is pleased to present the 2008 Technical Roadshow where MSDN will be visiting 5 cities across the UK to share with you the latest technologies and developments in our platform.<span>  </span>It you are a developer who is interested in Microsoft technologies, then come along to one of these free all day events where you will learn how to apply the technologies in your everyday life.<span>  </span>We will be covering Silverlight – Microsoft’s browser plug-in that allows rich web applications to be developed quickly and easily, ASP.Net as well as the ADO.NET entity framework.<span>  </span>We have our own expert presenters who will be available for questions throughout the day.<span>  </span>We will also have representation from<span>  </span>the community to provide additional support and some fun activities.<span>  </span>If you have attended a Roadshow event before, you will know the value of this day out of the office and if it is your first time, you will be amazed at how much you will learn – all this without a sales pitch!</font></span></p></blockquote>
<p>Really looking forward to this year, especially the demos around Silverlight 2.0.</p>
<p>I will post an update about how the event was once I have attented and I will try and get some photos as well.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/.Net' rel='tag' target='_self'>.Net</a>, <a class='technorati-link' href='http://technorati.com/tag/MSDN' rel='tag' target='_self'>MSDN</a>, <a class='technorati-link' href='http://technorati.com/tag/msdn+roadshow+2008' rel='tag' target='_self'>msdn roadshow 2008</a>, <a class='technorati-link' href='http://technorati.com/tag/Silverlight' rel='tag' target='_self'>Silverlight</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://blog.garypretty.co.uk/index.php/2008/03/11/msdn-roadshow-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

