<?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>Jason Clark's Blog - All Comments</title><link>http://weblogs.asp.net/jclarknet/default.aspx</link><description>Software, Hardware, whatever...</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#7220535</link><pubDate>Wed, 30 Sep 2009 16:38:40 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7220535</guid><dc:creator>Haripraghash</dc:creator><description>&lt;p&gt;Hi Jason,&lt;/p&gt;
&lt;p&gt;Does this work?I am confused as the default service constructor will never be called until we implement an IInstanceprovider!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7220535" width="1" height="1"&gt;</description></item><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#7167285</link><pubDate>Wed, 12 Aug 2009 09:59:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7167285</guid><dc:creator>danang</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have tried to implement your solution. but it seems that the streaming is still not working.&lt;/p&gt;
&lt;p&gt;Do you have an example application for this?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7167285" width="1" height="1"&gt;</description></item><item><title>re: File or assembly name or one of its dependencies not found?</title><link>http://weblogs.asp.net/jclarknet/archive/2005/07/21/420126.aspx#7137241</link><pubDate>Tue, 30 Jun 2009 15:04:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7137241</guid><dc:creator>K.B.H</dc:creator><description>&lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;From your error either the file nwyqbbug.dll is a third party dll, you are using within your code or a class library dll you created and you are calling within your project. If one of the above, then generally to solve this is to copy the dll into the bin folder Appbase=file:///D:/wwwroot/Forums/Web/Forum/bin&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7137241" width="1" height="1"&gt;</description></item><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#7136513</link><pubDate>Mon, 29 Jun 2009 14:16:31 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7136513</guid><dc:creator>Madhu</dc:creator><description>&lt;p&gt;Hi Jason, Your post is similar to issues we have been encountering with our WCF web service. The client is however, Windows 2003 + IIS 6.0. TransferMode is streamed. &lt;/p&gt;
&lt;p&gt;So we have a web page that lists links to PDFs. Each link invokes the web service that streams back the PDF files.&lt;/p&gt;
&lt;p&gt;The PDF files are between 30KB - 1.2 MB.&lt;/p&gt;
&lt;p&gt;The first few calls work just fine. Subsequently however, we stop receiving a response and IIS indicates a &amp;quot;Buffer Overflow&amp;quot;. Closing the window and re-trying another link starts the delivery again for the next few links. &lt;/p&gt;
&lt;p&gt;Is the temporary cache mentioned in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\MyWCFProject\b1a1a32e\6d915d8a\uploads &lt;/p&gt;
&lt;p&gt;used for all web users. Please note that this website is a secure extranet used for a lot of users.&lt;/p&gt;
&lt;p&gt;I can send the client and service code if reqed. A quick response is very much appreciated.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7136513" width="1" height="1"&gt;</description></item><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#7074071</link><pubDate>Tue, 05 May 2009 15:22:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7074071</guid><dc:creator>Sepp Renfer</dc:creator><description>&lt;p&gt;Hi Jason, I have problems by hosting my WCF-Service under IIS.&lt;/p&gt;
&lt;p&gt;If I change the transferMode on the Client Side, from &amp;quot;Buffered&amp;quot; to &amp;quot;Streamed&amp;quot;, I always get a curiouse Exception: &lt;/p&gt;
&lt;p&gt;The remote server returned an unexpected response: (400) Bad Request.&lt;/p&gt;
&lt;p&gt;If I host my Service in a other host, everything works fine.&lt;/p&gt;
&lt;p&gt;Could you send me a running Solution of a Streamed WCF Service hosted in IIS? If You want I can send you my Solution...&lt;/p&gt;
&lt;p&gt;Thanks Sepp&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7074071" width="1" height="1"&gt;</description></item><item><title>re: Wierd windows forms ListView Issue, bug in .NET?</title><link>http://weblogs.asp.net/jclarknet/archive/2006/05/02/444845.aspx#6925587</link><pubDate>Wed, 25 Feb 2009 05:44:34 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6925587</guid><dc:creator>Ken</dc:creator><description>&lt;p&gt;This may occur if the form is closed and then the background thread starts an update. &lt;/p&gt;
&lt;p&gt;You may get a related error if the background thread starts to update the listview before the handle for the form has been created (i.e. a very short time after the form's constructor runs). To prevent this, ensure the handle is created in the form's constructor by referencing it:&lt;/p&gt;
&lt;p&gt;IntPtr x = this.Handle; // this is sufficient.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6925587" width="1" height="1"&gt;</description></item><item><title>re: A lesson learned about concurrent calls and WCF binding config.</title><link>http://weblogs.asp.net/jclarknet/archive/2007/06/21/a-lesson-learned-about-concurrent-calls-and-wcf-binding-config.aspx#6904547</link><pubDate>Sat, 14 Feb 2009 11:55:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6904547</guid><dc:creator>jagadish</dc:creator><description>&lt;p&gt;remove listenBacklog=&amp;quot;100&amp;quot; and keep it as 10&lt;/p&gt;
&lt;p&gt;and maxConnections=&amp;quot;1000&amp;quot; set it as 10 .&lt;/p&gt;
&lt;p&gt;and try to increase connections and listen backlogs in client config file.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6904547" width="1" height="1"&gt;</description></item><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#6885751</link><pubDate>Thu, 05 Feb 2009 17:00:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6885751</guid><dc:creator>atconway</dc:creator><description>&lt;p&gt;As a follow up to my earlier post, I ended up hosting the WCF service in a Windows Service, but it still communicates via HTTP, so I got the best of both worlds. &amp;nbsp;By hosting in a Windows Service I did not have to be bound by the 2GB IIS limitation. &amp;nbsp;For security, I applied a SSL certificate to the Windows Service on the port the service communicates on. &amp;nbsp;I streamed a 13GB file across servers in about 5 minutes.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6885751" width="1" height="1"&gt;</description></item><item><title>re: File or assembly name or one of its dependencies not found?</title><link>http://weblogs.asp.net/jclarknet/archive/2005/07/21/420126.aspx#6835465</link><pubDate>Wed, 14 Jan 2009 17:17:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6835465</guid><dc:creator>Grady Werner</dc:creator><description>&lt;p&gt;Correction to the smartertools KB link above about this error:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.smartertools.com/portal/KB/a4/troubleshooting-file-assembly-name-xxxxxxdll-one-its.aspx"&gt;www.smartertools.com/.../troubleshooting-file-assembly-name-xxxxxxdll-one-its.aspx&lt;/a&gt; &lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6835465" width="1" height="1"&gt;</description></item><item><title>re: WCF Streaming Issue Under IIS</title><link>http://weblogs.asp.net/jclarknet/archive/2008/02/14/wcf-streaming-issue-under-iis.aspx#6835307</link><pubDate>Wed, 14 Jan 2009 13:44:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6835307</guid><dc:creator>Yatendra</dc:creator><description>&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;It's a simple and elegant description for a HTTPContext in WCF.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6835307" width="1" height="1"&gt;</description></item></channel></rss>