<?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>Tech.It.2.Me-&#62;{By.Anton.Perez} &#187; .NET</title>
	<atom:link href="http://antonperez.com/category/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://antonperez.com</link>
	<description>Technical satisfaction guaranteed...</description>
	<lastBuildDate>Fri, 28 Oct 2011 23:48:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Most Common ASP.NET Support issues</title>
		<link>http://antonperez.com/2010/05/24/most-common-asp-net-support-issues/</link>
		<comments>http://antonperez.com/2010/05/24/most-common-asp-net-support-issues/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:53:32 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://antonperez.com/2010/05/24/most-common-asp-net-support-issues/</guid>
		<description><![CDATA[Below is a summary of the “two top things that cause trouble in production ASP.NET web sites,” per Scott Hanselman, which he obtained from deep within Microsoft Developer Support.&#160; Go here to read the complete article. #1 Issue &#8211; Configuration Seems the #1 issue in support for problems with ASP.NET 2.x and 3.x is configuration.&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a summary of the “two top things that cause trouble in production ASP.NET web sites,” per Scott Hanselman, which he obtained from deep within Microsoft Developer Support.&#160; Go <a href="http://www.hanselman.com/blog/MostCommonASPNETSupportIssuesReportingFromDeepInsideMicrosoftDeveloperSupport.aspx?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed:+ScottHanselmanASPNET+(Scott+Hanselman's+Computer+Zen+-+ASPNET)&amp;utm_content=Google+Reader">here</a> to read the complete article.</p>
<p>#<u><strong>1 Issue &#8211; Configuration</strong></u> </p>
<p>Seems the #1 issue in support for problems with ASP.NET 2.x and 3.x is configuration.&#160; </p>
<table border="1" cellspacing="0" cellpadding="7" width="339">
<tbody>
<tr>
<td valign="top" width="146"><strong>Symptoms </strong></td>
<td valign="top" width="191"><strong>Notes</strong> </td>
</tr>
<tr>
<td valign="top" width="146">OOM          <br />Performance           <br />High memory           <br />Hangs           <br />Deadlocks </td>
<td valign="top" width="191">There are more debug=true cases than there should be.</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p><strong><u>#2 Issue &#8211; Problems with an External (non-ASP.NET) Root Cause</u></strong></p>
<p>Sometimes when you&#8217;re having trouble with an ASP.NET site, the problem turns out to not be ASP.NET itself. </p>
<table border="1" cellspacing="0" cellpadding="7" width="522">
<tbody>
<tr>
<td valign="top" width="72"><strong>Issue</strong></td>
<td valign="top" width="47"><strong>Product</strong></td>
<td valign="top" width="71"><strong>Description</strong></td>
<td valign="top" width="144"><strong>Symptoms</strong></td>
<td valign="top" width="186"><strong>Notes</strong></td>
</tr>
<tr>
<td valign="top" width="72">Anti-virus software</td>
<td valign="top" width="47">All</td>
<td valign="top" width="71">Anti-virus software is installed onto Servers and causes all kinds of problems. </td>
<td valign="top" width="144">
<ul>
<li>Application restarting </li>
<li>Slow performance </li>
<li>Session variable are null </li>
<li>Cannot install hotfix </li>
<li>Intermittent time outs </li>
<li>High memory </li>
<li>Session lost </li>
<li>IDE Hangs </li>
<li>Deadlocks </li>
</ul>
</td>
<td valign="top" width="186">
<p>This consists of all AV software reported by our customers. All cases do not report the AV software that is being used so the manufacturer is not always known. </p>
<p>KB821438, KB248013, KB295375, KB817442</p>
</td>
</tr>
<tr>
<td valign="top" width="72">3rd party Vendors</td>
<td valign="top" width="47">All</td>
<td valign="top" width="71">This is a category of cases where the failure was due to a 3rd party manufacturer.</td>
<td valign="top" width="144">
<ul>
<li>Crash </li>
<li>100% CPU </li>
<li>High memory </li>
<li>Framework errors </li>
<li>Hang </li>
</ul>
</td>
<td valign="top" width="186">The top culprits are 3rd party database systems, and 3rd party internet access management systems</td>
</tr>
<tr>
<td valign="top" width="72">Microsoft component</td>
<td valign="top" width="47">All</td>
<td valign="top" width="71">Microsoft software</td>
<td valign="top" width="144">
<ul>
<li>Intermittent time outs </li>
<li>High memory </li>
<li>Deadlocks </li>
<li>100% CPU              <br />Crash </li>
</ul>
</td>
<td valign="top" width="186">Design issues that cause performance issues like sprocs, deadlocks, etc. Profile your applications and the database! (Pro tip: select * from authors doesn&#8217;t scale.) Pair up DBAs and programmers and profile from end to end</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2010/05/24/most-common-asp-net-support-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to: Unable to cast object Microsoft VisualStudio TestTools UnitTesting TestConfiguration</title>
		<link>http://antonperez.com/2008/07/02/how-to-unable-to-cast-object-microsoftvisualstudiotesttoolsunittestingtestconfiguration/</link>
		<comments>http://antonperez.com/2008/07/02/how-to-unable-to-cast-object-microsoftvisualstudiotesttoolsunittestingtestconfiguration/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 01:28:17 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://antonperez.com/2008/07/02/how-to-unable-to-cast-object-microsoftvisualstudiotesttoolsunittestingtestconfiguration/</guid>
		<description><![CDATA[I was getting this error when running one of my unit tests: Unit Test Adapter threw exception: The type initializer for &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration&#8217; threw an exception.Unable to cast object of type &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection&#8217; to type &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection&#8217;. The issue was due to a versioning problem in the .config file (I upgraded to VS 2008).&#160; The section that you&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>I was getting this error when running one of my unit tests:
<p align="left"><font face="Courier New">Unit Test Adapter threw exception: The type initializer for &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfiguration&#8217; threw an exception.<br />Unable to cast object of type &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection&#8217; to type &#8216;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection&#8217;.</font></p>
<p align="left">The issue was due to a versioning problem in the .config file (I upgraded to VS 2008).&nbsp; The section that you&#8217;ll want to change is <strong>Version=8.0.0.0 </strong>to <strong>Version=9.0.0.0</strong>:</p>
<p align="left"><font face="Courier New">&lt;section name=&#8221;microsoft.visualstudio.testtools&#8221; type=&#8221;Microsoft.VisualStudio.TestTools.UnitTesting.TestConfigurationSection, Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=8.0.0.0, Culture=neutral, PublicKeyToken=&#8230;&#8221;/&gt;</font></p>
<p align="left">Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2008/07/02/how-to-unable-to-cast-object-microsoftvisualstudiotesttoolsunittestingtestconfiguration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-to: Uninstall PowerShell</title>
		<link>http://antonperez.com/2008/06/30/how-to-uninstall-powershell/</link>
		<comments>http://antonperez.com/2008/06/30/how-to-uninstall-powershell/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 19:43:53 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://antonperez.com/2008/06/30/how-to-uninstall-powershell/</guid>
		<description><![CDATA[I&#8217;m posting this for archival purposes, as I had to figure it out myself&#8230; Windows PowerShell doesn&#8217;t appear in Add/Remove Programs nor is there an uninstall shortcut in the Programs menu.&#160; So the way to do it uninstall is to check the Show updates option in Add/Remove Programs. Peace!&#160; \m/]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this for archival purposes, as I had to figure it out myself&#8230;</p>
<p><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">Windows PowerShell</a> doesn&#8217;t appear in <strong>Add/Remove Programs </strong>nor is there an uninstall shortcut in the <strong>Programs </strong>menu.&nbsp; So the way to do it uninstall is to check the <strong>Show updates </strong>option in <strong>Add/Remove Programs</strong>.</p>
<p>Peace!&nbsp; \m/</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2008/06/30/how-to-uninstall-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft virtual launch</title>
		<link>http://antonperez.com/2008/02/27/microsoft-virtual-launch/</link>
		<comments>http://antonperez.com/2008/02/27/microsoft-virtual-launch/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 04:09:53 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://antonperez.com/2008/02/28/microsoft-virtual-launch/</guid>
		<description><![CDATA[You can check out the virtual launch for Visual Studio 2008, SQL Server 2008 and Windows Server 2008 here. You never know&#8230;Steve Ballmer may have another &#8220;developers, developers, developers&#8221; sweaty-armpit-speech. And why it&#8217;s called Heroes Happen Here, I don&#8217;t know. It&#8217;s worth looking into though.]]></description>
			<content:encoded><![CDATA[<p>You can check out the virtual launch for Visual Studio 2008, SQL Server 2008 and Windows Server 2008 <a href="http://www.microsoft.com/heroeshappenhere/default.mspx">here</a>.</p>
<p incrementviewcount="true">You never know&#8230;Steve Ballmer may have another &#8220;developers, developers, developers&#8221; sweaty-armpit-speech.  And why it&#8217;s called <strong>Heroes Happen Here</strong>, I don&#8217;t know.  It&#8217;s worth looking into though.</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2008/02/27/microsoft-virtual-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Microsoft Press e-book offer</title>
		<link>http://antonperez.com/2007/12/27/free-microsoft-press-e-book-offer/</link>
		<comments>http://antonperez.com/2007/12/27/free-microsoft-press-e-book-offer/#comments</comments>
		<pubDate>Thu, 27 Dec 2007 00:28:37 +0000</pubDate>
		<dc:creator>anton</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Deals]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://antonperez.com/2007/12/27/free-microsoft-press-e-book-offer/</guid>
		<description><![CDATA[Just sign up with your Windows Live/Passport account and you can download all three e-books by Microsoft Press.&#160; It includes the following: Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Just sign up with your Windows Live/Passport account and you can <a href="http://csna01.libredigital.com/?urvs5cn3s8">download all three e-books by Microsoft Press</a>.&nbsp; It includes the following: </p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="526" alt="image" src="http://antonperez.com/wp-content/uploads/2008/01/image1.png" width="514" border="0"> </p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://antonperez.com/2007/12/27/free-microsoft-press-e-book-offer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

