<?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>Fabrice&amp;#39;s weblog - All Comments</title><link>http://weblogs.asp.net/fmarguerie/default.aspx</link><description>Tools and Source</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Rethrowing exceptions and preserving the full call stack trace</title><link>http://weblogs.asp.net/fmarguerie/archive/2008/01/02/rethrowing-exceptions-and-preserving-the-full-call-stack-trace.aspx#7143710</link><pubDate>Wed, 08 Jul 2009 19:01:18 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7143710</guid><dc:creator>GokuDaMaster</dc:creator><description>&lt;p&gt;Fabrice,&lt;/p&gt;
&lt;p&gt;Thanks for the post. &amp;nbsp;Would this slight modification be ok?&lt;/p&gt;
&lt;p&gt;public static void RethrowException(Exception ex)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MethodInfo preserveStackTrace = typeof(Exception).GetMethod(&amp;quot;InternalPreserveStackTrace&amp;quot;,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BindingFlags.Instance | BindingFlags.NonPublic);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;preserveStackTrace.Invoke(ex, null);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;throw ex;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7143710" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET HTTP module for URL redirections</title><link>http://weblogs.asp.net/fmarguerie/archive/2004/11/18/265719.aspx#7143380</link><pubDate>Tue, 07 Jul 2009 19:19:47 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7143380</guid><dc:creator>yahoo music videos</dc:creator><description>&lt;p&gt;What happens instead? Do you get an error? Without more information, I'm not able to help you.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7143380" width="1" height="1"&gt;</description></item><item><title>re: Avoiding problems with relative and absolute URLs in ASP.NET</title><link>http://weblogs.asp.net/fmarguerie/archive/2004/05/05/avoiding-problems-with-relative-and-absolute-urls-in-asp-net.aspx#7143340</link><pubDate>Tue, 07 Jul 2009 17:10:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7143340</guid><dc:creator>Monica Chaturvedi</dc:creator><description>&lt;p&gt;Hi Shafeeqw,&lt;/p&gt;
&lt;p&gt;Base tag is the ultimate solution for url rewriting. For stylesheet linking, you can do any of the following three things:&lt;/p&gt;
&lt;p&gt;1. call your css before you write base tag in head&lt;/p&gt;
&lt;p&gt;2. use absolute path for css&lt;/p&gt;
&lt;p&gt;3. use css href relative to base href.&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Monica Chaturvedi&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7143340" width="1" height="1"&gt;</description></item><item><title>re: Stored procedures versioning with SQL Server and Visual SourceSafe</title><link>http://weblogs.asp.net/fmarguerie/archive/2003/02/24/2880.aspx#7142389</link><pubDate>Tue, 07 Jul 2009 07:47:53 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7142389</guid><dc:creator>catherine sea</dc:creator><description>&lt;p&gt;Thanks. It is very useful.&lt;/p&gt;
&lt;p&gt;Catherine Sea&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.scmsoftwareconfigurationmanagement.com/"&gt;www.scmsoftwareconfigurationmanagement.com&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7142389" width="1" height="1"&gt;</description></item><item><title>re: Manipulating CSV files</title><link>http://weblogs.asp.net/fmarguerie/archive/2003/10/01/manipulating-csv-files.aspx#7137691</link><pubDate>Wed, 01 Jul 2009 05:21:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7137691</guid><dc:creator>RM</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As i gothrough the thread, i found that i need to either create schema.ini file or change the registry key to set MAXSCANROWS AS 0. I'm writing the client application, where few users doesn't have ADMIN rights. But to change the registry OR to create schema.ini file i need to ADMIN access. How to resolve this prob? I've asked in various forums and i didnt get any response. &lt;/p&gt;
&lt;p&gt;Will anyone pls help me on this.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7137691" width="1" height="1"&gt;</description></item><item><title>re: Who deserves a free MSDN subscription?</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/06/29/who-deserves-a-free-msdn-subscription.aspx#7136924</link><pubDate>Tue, 30 Jun 2009 03:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7136924</guid><dc:creator>FelixRMelendez</dc:creator><description>&lt;p&gt;uuuh! too late! :-(&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7136924" width="1" height="1"&gt;</description></item><item><title>re: Who deserves a free MSDN subscription?</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/06/29/who-deserves-a-free-msdn-subscription.aspx#7136785</link><pubDate>Mon, 29 Jun 2009 20:07:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7136785</guid><dc:creator>Fabrice Marguerie</dc:creator><description>&lt;p&gt;Yes, there is a winner. I'll contact him and all the other contestants shortly.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7136785" width="1" height="1"&gt;</description></item><item><title>re: Who deserves a free MSDN subscription?</title><link>http://weblogs.asp.net/fmarguerie/archive/2009/06/29/who-deserves-a-free-msdn-subscription.aspx#7136752</link><pubDate>Mon, 29 Jun 2009 18:59:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7136752</guid><dc:creator>Blake Niemyjski</dc:creator><description>&lt;p&gt;Has a winner been selected for this?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7136752" width="1" height="1"&gt;</description></item><item><title>re: Randomizing LINQ to SQL queries</title><link>http://weblogs.asp.net/fmarguerie/archive/2008/01/10/randomizing-linq-to-sql-queries.aspx#7133365</link><pubDate>Wed, 24 Jun 2009 10:35:19 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7133365</guid><dc:creator>Droopy</dc:creator><description>&lt;p&gt;Thanks for the example, works great!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7133365" width="1" height="1"&gt;</description></item><item><title>re: Randomizing LINQ to SQL queries</title><link>http://weblogs.asp.net/fmarguerie/archive/2008/01/10/randomizing-linq-to-sql-queries.aspx#7130544</link><pubDate>Fri, 19 Jun 2009 21:16:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7130544</guid><dc:creator>Fabrice Marguerie</dc:creator><description>&lt;p&gt;Shannon, that could be an option, but how do you know the total count of records without an additional query? &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7130544" width="1" height="1"&gt;</description></item></channel></rss>