<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments for Aneef.Net</title>
	<atom:link href="http://www.aneef.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aneef.net</link>
	<description>Do it in .Net way &#124; Blogging about C#,ASP.Net, LINQ,WPF and .Net Technologies</description>
	<lastBuildDate>Wed, 17 Feb 2010 13:44:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on IIS  and Skype : IIS: The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0&#215;80070020) by Ethan</title>
		<link>http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/comment-page-1/#comment-414</link>
		<dc:creator>Ethan</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/04/25/iis-and-skype-iis-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process-exception-from-hresult-0x80070020/#comment-414</guid>
		<description>Thank you! I agree with others that I wouldn&#039;t have thought this was a skype issue.</description>
		<content:encoded><![CDATA[<p>Thank you! I agree with others that I wouldn&#8217;t have thought this was a skype issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started by Aneef Fashir</title>
		<link>http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/comment-page-1/#comment-411</link>
		<dc:creator>Aneef Fashir</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/#comment-411</guid>
		<description>@nagireddy,

LINQ is already there in visual studio 2008 and .net framework 3.5</description>
		<content:encoded><![CDATA[<p>@nagireddy,</p>
<p>LINQ is already there in visual studio 2008 and .net framework 3.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started by nagireddy</title>
		<link>http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/comment-page-1/#comment-410</link>
		<dc:creator>nagireddy</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/02/18/visual-studio-2008-c-30-linq-aspnet-35-getting-started/#comment-410</guid>
		<description>your description is very useful, i request you to please send from where we can download LINQ for Visual Studio 2008</description>
		<content:encoded><![CDATA[<p>your description is very useful, i request you to please send from where we can download LINQ for Visual Studio 2008</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FCKEDitor &#8211; FIXED Image Upload dialog hang for .net by Eliza Sahoo</title>
		<link>http://www.aneef.net/2009/09/25/fckeditor-fixed-image-upload-dialog-hang-for-net/comment-page-1/#comment-406</link>
		<dc:creator>Eliza Sahoo</dc:creator>
		<pubDate>Wed, 27 Jan 2010 11:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/?p=107#comment-406</guid>
		<description>Hi, Nice one.Got an insight.I also want to share something similar to this.

Sometimes when we try uploading images through FCK Editor tool inside an aspx page it throws an  error[XML 403 path Error].
To solve the same problem one has to  to configure manually.
STEP-1 :
File Path  :  fckeditor/fckconfig.js
Previously :
var _FileBrowserLanguage    = &#039;asp&#039; ;  // asp &#124; aspx &#124; cfm &#124; lasso &#124; perl &#124; php &#124; py
var _QuickUploadLanguage    = &#039;asp&#039; ;  // asp &#124; aspx &#124; cfm &#124; lasso &#124; perl &#124; php &#124; py

We have to change &#039;asp&#039; to &#039;aspx&#039;


STEP-2
File Path  :  fckeditor\editor\filemanager\connectors\aspx\config.ascx
Previously :
           Change-1 : Enabled = CheckAuthentication();
                       
                          Change-2 : UserFilesPath = &quot;~/upload/&quot;;
 
           Change-3 : UserFilesAbsolutePath = &quot;C:\\upload\\&quot;;
                            
 
Chnage -1 : change it to Enable = true;
Change -2 : change the folder name in which you want to store the uploaded image.
Change -3 : change the absolute path of the folder in which you want to store the uploaded image.</description>
		<content:encoded><![CDATA[<p>Hi, Nice one.Got an insight.I also want to share something similar to this.</p>
<p>Sometimes when we try uploading images through FCK Editor tool inside an aspx page it throws an  error[XML 403 path Error].<br />
To solve the same problem one has to  to configure manually.<br />
STEP-1 :<br />
File Path  :  fckeditor/fckconfig.js<br />
Previously :<br />
var _FileBrowserLanguage    = &#8216;asp&#8217; ;  // asp | aspx | cfm | lasso | perl | php | py<br />
var _QuickUploadLanguage    = &#8216;asp&#8217; ;  // asp | aspx | cfm | lasso | perl | php | py</p>
<p>We have to change &#8216;asp&#8217; to &#8216;aspx&#8217;</p>
<p>STEP-2<br />
File Path  :  fckeditor\editor\filemanager\connectors\aspx\config.ascx<br />
Previously :<br />
           Change-1 : Enabled = CheckAuthentication();</p>
<p>                          Change-2 : UserFilesPath = &#8220;~/upload/&#8221;;</p>
<p>           Change-3 : UserFilesAbsolutePath = &#8220;C:\\upload\\&#8221;;</p>
<p>Chnage -1 : change it to Enable = true;<br />
Change -2 : change the folder name in which you want to store the uploaded image.<br />
Change -3 : change the absolute path of the folder in which you want to store the uploaded image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Excel Sheets Programmatically with C# without Installing Excel. by freeman_vt</title>
		<link>http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/comment-page-1/#comment-405</link>
		<dc:creator>freeman_vt</dc:creator>
		<pubDate>Tue, 26 Jan 2010 07:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/#comment-405</guid>
		<description>Thanks, this is a great tool! But i need to export to Exel binary workbook files, can it do this? please show me how.</description>
		<content:encoded><![CDATA[<p>Thanks, this is a great tool! But i need to export to Exel binary workbook files, can it do this? please show me how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ClickOnce Application,Expired Certificates &amp; Public Key Token PART II by Aneef Fashir</title>
		<link>http://www.aneef.net/2009/06/11/clickonce-applicationexpired-certificates-public-key-token-part-ii/comment-page-1/#comment-404</link>
		<dc:creator>Aneef Fashir</dc:creator>
		<pubDate>Wed, 06 Jan 2010 06:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/11/clickonce-applicationexpired-certificates-public-key-token-part-ii/#comment-404</guid>
		<description>@Keefe,

if you see the code above, I&#039;m passing the application public key token, and the application name in to the method, so it will remove the exact application. We could do this only with public key token, but some providers use same certificate for all their applications, in that case it might uninstall wrong application. so I&#039;m passing both.

Hope it Helps

Aneef</description>
		<content:encoded><![CDATA[<p>@Keefe,</p>
<p>if you see the code above, I&#8217;m passing the application public key token, and the application name in to the method, so it will remove the exact application. We could do this only with public key token, but some providers use same certificate for all their applications, in that case it might uninstall wrong application. so I&#8217;m passing both.</p>
<p>Hope it Helps</p>
<p>Aneef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ClickOnce Application,Expired Certificates &amp; Public Key Token PART II by Keefe</title>
		<link>http://www.aneef.net/2009/06/11/clickonce-applicationexpired-certificates-public-key-token-part-ii/comment-page-1/#comment-403</link>
		<dc:creator>Keefe</dc:creator>
		<pubDate>Wed, 06 Jan 2010 01:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2009/06/11/clickonce-applicationexpired-certificates-public-key-token-part-ii/#comment-403</guid>
		<description>I am very new to ClickOnce.
How do you use your code?  I want to compile your code and create like reinstall.exe.  When I run  your code, how does it know what ClickOnce application un/install?  Don&#039;t you have to pass Application Name as parameter?</description>
		<content:encoded><![CDATA[<p>I am very new to ClickOnce.<br />
How do you use your code?  I want to compile your code and create like reinstall.exe.  When I run  your code, how does it know what ClickOnce application un/install?  Don&#8217;t you have to pass Application Name as parameter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Excel Sheets Programmatically with C# without Installing Excel. by Dinesh</title>
		<link>http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/comment-page-1/#comment-401</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Fri, 18 Dec 2009 05:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/#comment-401</guid>
		<description>Good Stuff! Thanks Aneef. Hope this &quot;CarlosAg.ExcelXmlWriter&quot; component is trustable.</description>
		<content:encoded><![CDATA[<p>Good Stuff! Thanks Aneef. Hope this &#8220;CarlosAg.ExcelXmlWriter&#8221; component is trustable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SQL Server 2008 Table Valued Parameters by Adam</title>
		<link>http://www.aneef.net/2007/12/23/sql-server-2008-table-valued-parameters/comment-page-1/#comment-398</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2007/12/23/sql-server-2008-table-valued-parameters/#comment-398</guid>
		<description>I know this is an old comment string and an even older article, but the solution si simply to not insert into the identity column. 

INSERT INTO @InputFile(strRow) VALUES (‘A3&#124;BB&#124;C&#124;DDD’)

If this is the first record in the table it will populate with 1. If you then ran this a second time you would get a second row inserted with the same &quot;strRow&quot; value, but a 2 in the &quot;numCols&quot; column. The identity values need to be left out of the stored proc inserting into the table. If they need to be added you would have to do the part of setting identity insert off/on for the run. The tablein your code would not even need the identity column included.</description>
		<content:encoded><![CDATA[<p>I know this is an old comment string and an even older article, but the solution si simply to not insert into the identity column. </p>
<p>INSERT INTO @InputFile(strRow) VALUES (‘A3|BB|C|DDD’)</p>
<p>If this is the first record in the table it will populate with 1. If you then ran this a second time you would get a second row inserted with the same &#8220;strRow&#8221; value, but a 2 in the &#8220;numCols&#8221; column. The identity values need to be left out of the stored proc inserting into the table. If they need to be added you would have to do the part of setting identity insert off/on for the run. The tablein your code would not even need the identity column included.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Create Excel Sheets Programmatically with C# without Installing Excel. by Anz4rt</title>
		<link>http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/comment-page-1/#comment-397</link>
		<dc:creator>Anz4rt</dc:creator>
		<pubDate>Tue, 01 Dec 2009 07:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.aneef.net/2008/07/25/create-excel-sheets-programmatically-with-c-without-installing-excel/#comment-397</guid>
		<description>Really helpfull. I hope this is work greatefully for my work.</description>
		<content:encoded><![CDATA[<p>Really helpfull. I hope this is work greatefully for my work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
