<?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/"
	>

<channel>
	<title></title>
	<atom:link href="http://abstractreflections.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://abstractreflections.com/blog</link>
	<description></description>
	<pubDate>Wed, 09 May 2012 18:11:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SubScript/SuperScripts in XAML Textblock</title>
		<link>http://abstractreflections.com/blog/?p=102</link>
		<comments>http://abstractreflections.com/blog/?p=102#comments</comments>
		<pubDate>Wed, 09 May 2012 18:11:12 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=102</guid>
		<description><![CDATA[&#8220;m³&#8243;: &#8220;m&#xB3;&#8221;
&#8220;H₂O&#8221;: &#8220;H&#x2082;O&#8221;
&#8220;eⁿ&#8221;: &#8220;e&#x207F;&#8221;
Here is a great answer on how to do this: http://forums.silverlight.net/t/64169.aspx/1
]]></description>
			<content:encoded><![CDATA[<p>&#8220;m³&#8243;: &#8220;m&#xB3;&#8221;<br />
&#8220;H₂O&#8221;: &#8220;H&#x2082;O&#8221;<br />
&#8220;eⁿ&#8221;: &#8220;e&#x207F;&#8221;<br />
Here is a great answer on how to do this: http://forums.silverlight.net/t/64169.aspx/1</p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=102</wfw:commentRss>
		</item>
		<item>
		<title>Open documents in full XAML view</title>
		<link>http://abstractreflections.com/blog/?p=99</link>
		<comments>http://abstractreflections.com/blog/?p=99#comments</comments>
		<pubDate>Tue, 17 May 2011 14:04:28 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=99</guid>
		<description><![CDATA[To always open documents in full XAML view:
Tools&#62;Options then Text Editor&#62;XAML&#62;Miscellaneous and select &#8220;Always open documents in full XAML view&#8221;
]]></description>
			<content:encoded><![CDATA[<p>To always open documents in full XAML view:</p>
<p>Tools&gt;Options then Text Editor&gt;XAML&gt;Miscellaneous and select &#8220;Always open documents in full XAML view&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=99</wfw:commentRss>
		</item>
		<item>
		<title>Turn off Automatic code collapse in VS 2010 for C#</title>
		<link>http://abstractreflections.com/blog/?p=97</link>
		<comments>http://abstractreflections.com/blog/?p=97#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:37:23 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=97</guid>
		<description><![CDATA[Outlining is the feature that collapses code into programmer defined regions, to turn it off go to:
Tools/Options/Text Editor/C#/Advanced
Clear the checkbox &#8220;Enter outlining mode when files open&#8221;
]]></description>
			<content:encoded><![CDATA[<p>Outlining is the feature that collapses code into programmer defined regions, to turn it off go to:</p>
<p>Tools/Options/Text Editor/C#/Advanced</p>
<p>Clear the checkbox &#8220;Enter outlining mode when files open&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=97</wfw:commentRss>
		</item>
		<item>
		<title>Reset VS 2010 Settings</title>
		<link>http://abstractreflections.com/blog/?p=93</link>
		<comments>http://abstractreflections.com/blog/?p=93#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:19:23 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=93</guid>
		<description><![CDATA[To reset the Visual Studio 2010 setting use the Visual Studio Command Prompt to run the following commands:
 
devenv /resetuserdata
devenv /resetsettings
]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 0pt;"><span><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: black; font-size: 10pt;">To reset the Visual Studio 2010 setting use the Visual Studio Command Prompt to run the following commands:</span></span></p>
<p style="margin: 0in 0in 0pt;"> </p>
<p style="margin: 0in 0in 0pt;"><span><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: black; font-size: 10pt;">devenv /resetuserdata</span></span></p>
<p style="margin: 0in 0in 0pt;"><span><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; color: black; font-size: 10pt;">devenv /resetsettings</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=93</wfw:commentRss>
		</item>
		<item>
		<title>Choose Items&#8230; in Visual Studio 2008 causes crash</title>
		<link>http://abstractreflections.com/blog/?p=90</link>
		<comments>http://abstractreflections.com/blog/?p=90#comments</comments>
		<pubDate>Tue, 31 Aug 2010 02:15:16 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=90</guid>
		<description><![CDATA[When I try to add items to the toolbox using the Choose Items option VS crashes.
 
To fix the problem I had to run the following commands from the Command Prompt:

devenv /setup
devenv /resetuserdata
devenv /resetsettings CSharp

]]></description>
			<content:encoded><![CDATA[<p>When I try to add items to the toolbox using the Choose Items option VS crashes.</p>
<p> </p>
<p>To fix the problem I had to run the following commands from the Command Prompt:</p>
<ul>
<li class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;"><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"><span style="font-size: x-small;">devenv /setup</span></span></li>
<li class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;"><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"><span style="font-size: x-small;">devenv /resetuserdata</span></span></li>
<li class="MsoNormal" style="margin: 0cm 0cm 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt;"><span style="font-family: &quot;Verdana&quot;, &quot;sans-serif&quot;; font-size: 12pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"><span style="font-size: x-small;">devenv /resetsettings CSharp</span></span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=90</wfw:commentRss>
		</item>
		<item>
		<title>How to create space on a full disk</title>
		<link>http://abstractreflections.com/blog/?p=86</link>
		<comments>http://abstractreflections.com/blog/?p=86#comments</comments>
		<pubDate>Mon, 17 May 2010 18:25:20 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=86</guid>
		<description><![CDATA[The WER ReportQueue can be taking a ton of space that can be freed up.  In Windows 2008 Server browse to c:\programdata\microsoft\windows\wer\reportqueue
Delete this directory, freed up over 8 GIG on my box.
 
Next to turn this reproting off  do the following:

Control Panel
Problem Reports and Solutions
Change Settings
Advanced Settings
Disable Windows Error Reporting

]]></description>
			<content:encoded><![CDATA[<p>The WER ReportQueue can be taking a ton of space that can be freed up.  In <em>Windows 2008 Server</em> browse to <em><span style="color: #993300;">c:\programdata\microsoft\windows\wer\reportqueue</span></em></p>
<p>Delete this directory, freed up over 8 GIG on my box.</p>
<p> </p>
<p>Next to turn this reproting off  do the following:</p>
<ul>
<li>Control Panel</li>
<li>Problem Reports and Solutions</li>
<li>Change Settings</li>
<li>Advanced Settings</li>
<li>Disable Windows Error Reporting</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=86</wfw:commentRss>
		</item>
		<item>
		<title>Convert string to DateTime</title>
		<link>http://abstractreflections.com/blog/?p=82</link>
		<comments>http://abstractreflections.com/blog/?p=82#comments</comments>
		<pubDate>Mon, 04 Jan 2010 19:10:16 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=82</guid>
		<description><![CDATA[The line below will convert the string into a DateTime in C#:
 
DateTime startDate = DateTime.Parse( &#8220;01/01/2009&#8243;); 
 

]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;"><span style="color: #000000;">The line below will convert the string into a DateTime in C#:</span></span></span></strong><span style="font-size: x-small;"></span></p>
<p> </p>
<p><strong><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;">DateTime <span style="color: #000000;">startDate</span> = DateTime<span style="font-size: x-small; color: #2b91af;"><strong><span style="font-size: x-small;">.<span style="color: #000000;">Parse(</span> </span><span style="font-size: x-small; color: #800080;"><span style="font-size: x-small; color: #800080;">&#8220;01/01/2009&#8243;<span style="color: #000000;">);</span></span></span></strong></span></span><span style="font-size: x-small; color: #2b91af;"><strong><span style="font-size: x-small; color: #2b91af;"><strong><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;"><strong><span style="font-size: x-small; color: #2b91af;"><span style="font-size: x-small; color: #2b91af;"><strong><font size="2" color="#2b91af"> </p>
<p></font></strong></span></span></strong></span></span></strong></span> </p>
<p></strong></span></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		</item>
		<item>
		<title>Virtual PC Shortcuts</title>
		<link>http://abstractreflections.com/blog/?p=75</link>
		<comments>http://abstractreflections.com/blog/?p=75#comments</comments>
		<pubDate>Wed, 11 Nov 2009 15:57:26 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=75</guid>
		<description><![CDATA[All of these keys use the right Alt key:

Alt + Delete - Ctrl + Alt + Delete
Alt + Enter - Toggles between full-screen and window mode
Alt + R - Resets the virtual machine
Alt + F4 - Closes the virtual machine
Alt + P - Pauses/Resumes the virtual machine
Alt + E - Open virtual machine settings
Alt + [...]]]></description>
			<content:encoded><![CDATA[<p>All of these keys use the right Alt key:</p>
<ul>
<li><em><strong>Alt + Delete</strong></em> - Ctrl + Alt + Delete</li>
<li><strong><em>Alt + Enter</em></strong> - Toggles between full-screen and window mode</li>
<li><em><strong>Alt + R</strong></em> - Resets the virtual machine</li>
<li><em><strong>Alt + F4</strong></em> - Closes the virtual machine</li>
<li><em><strong>Alt + P</strong></em> - Pauses/Resumes the virtual machine</li>
<li><strong><em>Alt + E</em></strong> - Open virtual machine settings</li>
<li><em><strong>Alt + Down Arrow</strong></em> - Minimize the virtual machine</li>
<li><strong><em>Alt + Right or Left Arrow</em></strong> - Toggle between virtual machines</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=75</wfw:commentRss>
		</item>
		<item>
		<title>Register and Unregister a Windows service in XP</title>
		<link>http://abstractreflections.com/blog/?p=71</link>
		<comments>http://abstractreflections.com/blog/?p=71#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:45:21 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=71</guid>
		<description><![CDATA[To unregister a service in XP use the following in a Visual Studio command prompt:
sc delete &#8220;ServiceName&#8221;
or
 InstallUtil /u &#8220;ServiceName&#8220;  works better.
To Register a Windows service in XP:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /i &#8220;Path to exe.exe&#8220;
]]></description>
			<content:encoded><![CDATA[<p>To unregister a service in XP use the following in a Visual Studio command prompt:</p>
<p>sc delete &#8220;<em><span style="color: #993300;">ServiceName</span></em>&#8221;</p>
<p>or</p>
<p> InstallUtil /u &#8220;<em><span style="color: #993300;">ServiceName</span></em>&#8220;  works better.</p>
<p>To Register a Windows service in XP:</p>
<p>C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /i &#8220;<em><span style="color: #993300;">Path to exe.exe</span></em>&#8220;</p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=71</wfw:commentRss>
		</item>
		<item>
		<title>The process account used to run ASP.NET must have read access to the IIS metabase</title>
		<link>http://abstractreflections.com/blog/?p=63</link>
		<comments>http://abstractreflections.com/blog/?p=63#comments</comments>
		<pubDate>Fri, 24 Jul 2009 17:33:17 +0000</pubDate>
		<dc:creator>Aftershock</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://abstractreflections.com/blog/?p=63</guid>
		<description><![CDATA[Usually occurs after IIS is installed after the .NET Framework. 
At a command prompt  navigate to ~\Windows.Microsoft.NET\Framework\v2.0.50727 and run the following command:
aspnet_regiis -i
]]></description>
			<content:encoded><![CDATA[<p>Usually occurs after IIS is installed after the .NET Framework. </p>
<p>At a command prompt  navigate to ~\Windows.Microsoft.NET\Framework\v2.0.50727 and run the following command:</p>
<p>aspnet_regiis -i</p>
]]></content:encoded>
			<wfw:commentRss>http://abstractreflections.com/blog/?feed=rss2&amp;p=63</wfw:commentRss>
		</item>
	</channel>
</rss>

