<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.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>.NET Blog - Chris Frazier Style - All Comments</title><link>http://weblogs.asp.net/cfrazier/default.aspx</link><description>Blog Gratia Blogis.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: What's this? My Application won't Exit? </title><link>http://weblogs.asp.net/cfrazier/archive/2006/07/14/What_2700_s-this_3F00_-My-Application-won_2700_t-Exit_3F00_-.aspx#6350450</link><pubDate>Wed, 02 Jul 2008 14:18:14 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6350450</guid><dc:creator>Srimoyee</dc:creator><description>&lt;p&gt;Use Environment.Exit(0)&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6350450" width="1" height="1"&gt;</description></item><item><title>re: RE: Finding calling method using reflection</title><link>http://weblogs.asp.net/cfrazier/archive/2006/08/11/RE_3A00_-Finding-calling-method-using-reflection.aspx#6342601</link><pubDate>Tue, 01 Jul 2008 00:19:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6342601</guid><dc:creator>Ananda</dc:creator><description>&lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.csharp-examples.net/reflection-calling-method-name/"&gt;www.csharp-examples.net/reflection-calling-method-name&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6342601" width="1" height="1"&gt;</description></item><item><title>re: Visual Studio 2005 Designer: Touchy, Thouchy!</title><link>http://weblogs.asp.net/cfrazier/archive/2006/03/31/441564.aspx#6270393</link><pubDate>Thu, 12 Jun 2008 14:13:15 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6270393</guid><dc:creator>gstoy</dc:creator><description>&lt;p&gt;not always true&lt;/p&gt;
&lt;p&gt;I've seen others mention that a control is not fully sited (i.e. ISite hasn't initialised itself completely) while its constructor executes, so that Designtime returns false even when in designer... The secret exit seems to be somewhere else&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6270393" width="1" height="1"&gt;</description></item><item><title>re: devenv.exe /setup</title><link>http://weblogs.asp.net/cfrazier/archive/2003/04/08/5093.aspx#6248062</link><pubDate>Wed, 04 Jun 2008 18:26:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6248062</guid><dc:creator>ShopPhotoCopiers</dc:creator><description>&lt;p&gt;thanks for your help. solved my problem.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6248062" width="1" height="1"&gt;</description></item><item><title>re: skmMenu code change to work with xhtml doctypes</title><link>http://weblogs.asp.net/cfrazier/archive/2007/03/22/skmmenu-code-change-to-work-with-xhtml-doctypes.aspx#6229956</link><pubDate>Thu, 29 May 2008 18:34:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6229956</guid><dc:creator>William R</dc:creator><description>&lt;p&gt;If you enter the function as shown, it fixes firefox but generates an error in IE, IE already has the 'px' part, so you end up with 'pxpx' which bombs. I traced it down, and I changed the&lt;/p&gt;
&lt;p&gt;x = element + 'px';&lt;/p&gt;
&lt;p&gt;for&lt;/p&gt;
&lt;p&gt;x = addPX(element);&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;function addPX(s) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;s = ''+s; &amp;nbsp;// force to string&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (s.indexOf('px') &amp;lt;= 0) {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return s + 'px';&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;} else {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;return s;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;} // could be expressed in a nasty ? clause in js, but I won't go there.&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6229956" width="1" height="1"&gt;</description></item><item><title>re: FIX: Design View error in VS 2005</title><link>http://weblogs.asp.net/cfrazier/archive/2006/02/20/438613.aspx#6224223</link><pubDate>Tue, 27 May 2008 10:12:51 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6224223</guid><dc:creator>Arijit</dc:creator><description>&lt;p&gt;Thanks for this link. This was very helpful &amp;amp; resolved my problem. &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6224223" width="1" height="1"&gt;</description></item><item><title>thrown down net</title><link>http://weblogs.asp.net/cfrazier/archive/2005/07/27/420792.aspx#6220798</link><pubDate>Sun, 25 May 2008 22:12:39 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6220798</guid><dc:creator>thrown down net</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;thrown down net&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6220798" width="1" height="1"&gt;</description></item><item><title>re: Sql Server Management Studio Express - you suck.</title><link>http://weblogs.asp.net/cfrazier/archive/2007/05/25/sql-server-management-studio-express-you-suck.aspx#6214375</link><pubDate>Fri, 23 May 2008 16:56:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6214375</guid><dc:creator>Joe</dc:creator><description>&lt;p&gt;I have to agree. &amp;nbsp;I tried *really* hard to like ssmse but keep buttin my head up against it. &amp;nbsp;At first I thought the Access solution was OK, but the more I think about it you are right - Im/outport IS a basic core function. &amp;nbsp;To have to use a purchased program just for that seems really out there. &amp;nbsp;I also have had a ton of problems creating/manageing anything with the graphical interface. &amp;nbsp;Querey commands and scripts seem to work OK however. &amp;nbsp;It *really* does not seem to like VS8 if you try to use both of them to management the same DB - pick one or the other.&lt;/p&gt;
&lt;p&gt;Joe Ruder&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6214375" width="1" height="1"&gt;</description></item><item><title>sell my house fast</title><link>http://weblogs.asp.net/cfrazier/archive/2006/01/26/436598.aspx#6200080</link><pubDate>Sat, 17 May 2008 23:48:46 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6200080</guid><dc:creator>sell my house fast</dc:creator><description>&lt;p&gt;history has not dealt kindly with protracted periods of low risk premiums.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6200080" width="1" height="1"&gt;</description></item><item><title>re: Hannah Henson</title><link>http://weblogs.asp.net/cfrazier/archive/2003/10/10/31549.aspx#6197829</link><pubDate>Sat, 17 May 2008 03:55:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6197829</guid><dc:creator>brooke Marin</dc:creator><description>&lt;p&gt;Yo,&lt;/p&gt;
&lt;p&gt;How you doing Hannah. You know that i am going to really miss you next. We had such good memories this year. I will never forget all the things that you taught me. I am going to be really said that i probably will never see you again. Well i wish you good luck in the big world.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6197829" width="1" height="1"&gt;</description></item></channel></rss>