<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>videoshow Work Item Rss Feed</title><link>http://www.codeplex.com/videoshow/WorkItem/List.aspx</link><description>videoshow Work Item Rss Description</description><item><title>Commented Issue: Silverlight 2, Error 2104 on deployment</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=3063</link><description>I am getting error 2104 on deploying this application&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;This project without ClientBin works fine in debugging--development. When I deploy it, I start getting error 2104. &lt;br /&gt;Please tell a wayout as I am unable to deploy this project to IIS and run. It works only on debugging environment.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;--Vikas&lt;br /&gt;Comments: ** Comment from web user: 3dken ** &lt;p&gt;I&amp;#39;m having the same problem. VS2008 debugging runs fine but when deployed to IIS, the videogrid silverlight control won&amp;#39;t load and gives an error 2104&lt;/p&gt;</description><author>3dken</author><pubDate>Wed, 08 Jul 2009 09:23:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Silverlight 2, Error 2104 on deployment 20090708092319A</guid></item><item><title>Commented Issue: Thumbnail and video upload failure</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=2526</link><description>I have followed all installation instructions but I keep getting the error below each time I upload a file. The folder does exist&amp;#59; How do I reslove this&amp;#63;&lt;br /&gt;&amp;#34;&lt;br /&gt;Could not find a part of the path &amp;#39;C&amp;#58;&amp;#92;Documents and Settings&amp;#92;xxxxxxxx&amp;#92;Local Settings&amp;#92;Temp&amp;#92;VideoShowEncoder&amp;#92;61.Encoded&amp;#92;Winter_Thumb.jpg&amp;#39;&lt;br /&gt;&amp;#34;&lt;br /&gt;&lt;br /&gt;The error is generate in the      public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;failing code line ---&amp;#62; &amp;#34; File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59; &amp;#34;&lt;br /&gt;&lt;br /&gt;        public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Video &amp;#61; video&amp;#59;&lt;br /&gt;&lt;br /&gt;            EncoderResult encoderResult &amp;#61; new ExpressionEncoder&amp;#40;&amp;#41;.Encode&amp;#40;video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Silverlight Streaming won&amp;#39;t serve images to Silverlight Applications it doesn&amp;#39;t host, &lt;br /&gt;            &amp;#47;&amp;#47;so we need to save the thumbnails locally.&lt;br /&gt;            System.IO.FileInfo thumbFileInfo &amp;#61; new System.IO.FileInfo&amp;#40;encoderResult.ThumbFilePath&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbDir &amp;#61; new FileInfo&amp;#40;video.RawStorageLocation&amp;#41;.Directory.ToString&amp;#40;&amp;#41;.Replace&amp;#40;&amp;#34;_temp_upload&amp;#34;, &amp;#34;Images&amp;#92;&amp;#92;Thumbnails&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbPath &amp;#61; Path.Combine&amp;#40;newThumbDir, thumbFileInfo.Name&amp;#41;&amp;#59;&lt;br /&gt;            VideoLogBO.Log&amp;#40;Video, String.Format&amp;#40;&amp;#34;Move the thumbnail file from &amp;#92;&amp;#34;&amp;#123;0&amp;#125;&amp;#92;&amp;#34; to &amp;#92;&amp;#34;&amp;#123;1&amp;#125;&amp;#92;&amp;#34;&amp;#34;, encoderResult.ThumbFilePath, newThumbPath&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59;&lt;br /&gt;            Video.ThumbnailUrl &amp;#61; &amp;#34;&amp;#47;images&amp;#47;thumbnails&amp;#47;&amp;#34; &amp;#43; thumbFileInfo.Name&amp;#59;&lt;br /&gt;            VideoBO.Update&amp;#40;Video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            HostResult hostResult &amp;#61; new SilverlightStreamingHost&amp;#40;&amp;#41;.AddMedia&amp;#40;encoderResult.VideoFilePath, video&amp;#41;&amp;#59;&lt;br /&gt;            UpdateVideo&amp;#40;hostResult&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: sereleg ** &lt;p&gt;Guys I have the same problem but on Vista professional any ideas&amp;#63; &lt;/p&gt;&lt;p&gt;Raul el software que bajastes no incluye solucion para Vista profesional yo tengo el problema en Vista Profesional porfavor si sabes de algo me haces saber.&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;</description><author>sereleg</author><pubDate>Thu, 18 Jun 2009 02:13:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Thumbnail and video upload failure 20090618021344A</guid></item><item><title>Commented Issue: Thumbnail and video upload failure</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=2526</link><description>I have followed all installation instructions but I keep getting the error below each time I upload a file. The folder does exist&amp;#59; How do I reslove this&amp;#63;&lt;br /&gt;&amp;#34;&lt;br /&gt;Could not find a part of the path &amp;#39;C&amp;#58;&amp;#92;Documents and Settings&amp;#92;xxxxxxxx&amp;#92;Local Settings&amp;#92;Temp&amp;#92;VideoShowEncoder&amp;#92;61.Encoded&amp;#92;Winter_Thumb.jpg&amp;#39;&lt;br /&gt;&amp;#34;&lt;br /&gt;&lt;br /&gt;The error is generate in the      public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;failing code line ---&amp;#62; &amp;#34; File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59; &amp;#34;&lt;br /&gt;&lt;br /&gt;        public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Video &amp;#61; video&amp;#59;&lt;br /&gt;&lt;br /&gt;            EncoderResult encoderResult &amp;#61; new ExpressionEncoder&amp;#40;&amp;#41;.Encode&amp;#40;video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Silverlight Streaming won&amp;#39;t serve images to Silverlight Applications it doesn&amp;#39;t host, &lt;br /&gt;            &amp;#47;&amp;#47;so we need to save the thumbnails locally.&lt;br /&gt;            System.IO.FileInfo thumbFileInfo &amp;#61; new System.IO.FileInfo&amp;#40;encoderResult.ThumbFilePath&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbDir &amp;#61; new FileInfo&amp;#40;video.RawStorageLocation&amp;#41;.Directory.ToString&amp;#40;&amp;#41;.Replace&amp;#40;&amp;#34;_temp_upload&amp;#34;, &amp;#34;Images&amp;#92;&amp;#92;Thumbnails&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbPath &amp;#61; Path.Combine&amp;#40;newThumbDir, thumbFileInfo.Name&amp;#41;&amp;#59;&lt;br /&gt;            VideoLogBO.Log&amp;#40;Video, String.Format&amp;#40;&amp;#34;Move the thumbnail file from &amp;#92;&amp;#34;&amp;#123;0&amp;#125;&amp;#92;&amp;#34; to &amp;#92;&amp;#34;&amp;#123;1&amp;#125;&amp;#92;&amp;#34;&amp;#34;, encoderResult.ThumbFilePath, newThumbPath&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59;&lt;br /&gt;            Video.ThumbnailUrl &amp;#61; &amp;#34;&amp;#47;images&amp;#47;thumbnails&amp;#47;&amp;#34; &amp;#43; thumbFileInfo.Name&amp;#59;&lt;br /&gt;            VideoBO.Update&amp;#40;Video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            HostResult hostResult &amp;#61; new SilverlightStreamingHost&amp;#40;&amp;#41;.AddMedia&amp;#40;encoderResult.VideoFilePath, video&amp;#41;&amp;#59;&lt;br /&gt;            UpdateVideo&amp;#40;hostResult&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;Comments: ** Comment from web user: raul3166 ** &lt;p&gt;Hola, yo solucione el problema ingresando a http&amp;#58;&amp;#47;&amp;#47;support.microsoft.com&amp;#47;kb&amp;#47;942423, baje el software para ese problema y me funciona correctamente&lt;/p&gt;</description><author>raul3166</author><pubDate>Thu, 11 Jun 2009 13:12:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Thumbnail and video upload failure 20090611011246P</guid></item><item><title>Commented Issue: Silverlight 2, Error 2104 on deployment</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=3063</link><description>I am getting error 2104 on deploying this application&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;This project without ClientBin works fine in debugging--development. When I deploy it, I start getting error 2104. &lt;br /&gt;Please tell a wayout as I am unable to deploy this project to IIS and run. It works only on debugging environment.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;--Vikas&lt;br /&gt;Comments: ** Comment from web user: rvbcrs ** &lt;p&gt;I have the exact same issue. I deployed the site to a Windows Home Server &amp;#40;SBS 2003&amp;#41; and run into a 2104 error. No mather what I do. I added the mime-types nothing helped.&lt;/p&gt;&lt;p&gt;Please guys what are we doing wrong here&amp;#63;&lt;/p&gt;</description><author>rvbcrs</author><pubDate>Wed, 11 Mar 2009 16:11:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Silverlight 2, Error 2104 on deployment 20090311041135P</guid></item><item><title>Commented Issue: Getting Silverlight 2104 Intiliaze error on IIS Server</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=3519</link><description>I works poeperly in visual studio once it deployed to IIS that error is occuring please send me a feedback immediatley&lt;br /&gt;Comments: ** Comment from web user: FlashRiver ** &lt;p&gt;This error can be cause by a few reasons. &lt;br /&gt;1.&amp;#41; Make sure that the mime file name extension types are listed for your application in IIS7&amp;#58; &amp;#40; .xmal - application&amp;#47;xaml&amp;#43;xml &amp;#41; , &amp;#40; .xap - application&amp;#47;x-silverlight-app &amp;#41; and &amp;#40; .xbap - application&amp;#47;x-ms-xbap &amp;#41;. &lt;br /&gt;2.&amp;#41; This problem also appears if you have multiple applications and virtual websites in the Default Website. It is best to create a New Website and then install the application in this new website with no other applications or virtual websites.&lt;br /&gt;example&amp;#58; &lt;/p&gt;&lt;p&gt;Server Name - &lt;br /&gt;     Sites - &lt;br /&gt;          Default Web Site - Applications website 1, Application website 2, Virtual Website 1, Virtual Website 2&lt;br /&gt;          New Web Site - Application websites&lt;/p&gt;&lt;p&gt;The hosted websites that are within the Default Web Site may be causing a conflicts with your particular application. For this reason, Build a New Web Site and install your application there where you can set the paramaters seperate from your Default Web Site.&lt;/p&gt;&lt;p&gt;Example Binding for the two seperate web sites.&lt;/p&gt;&lt;p&gt;Binding for your Default Web Site -  http - All Unassigned - Port 80&lt;br /&gt;Binding for your New Web Site - http - 192.168.1.5 - Port 80&lt;/p&gt;&lt;p&gt;Best regards.&lt;br /&gt;Flash&lt;/p&gt;</description><author>FlashRiver</author><pubDate>Tue, 03 Mar 2009 17:36:23 GMT</pubDate><guid isPermaLink="false">Commented Issue: Getting Silverlight 2104 Intiliaze error on IIS Server 20090303053623P</guid></item><item><title>Commented Issue: Thumbnails Blank</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3549</link><description>Thumbnails are generated fine when using Website, however when using webservice &amp;#40;see patches section&amp;#41;, there is only black image thumbnail generated&amp;#33; The video is visible on the website with a blank thumbnail image. &lt;br /&gt;&lt;br /&gt; I have checked the rights and I am using System Account. Using Encoder 2 with SP 1 applied. The generated settings.dat and Encoder job files look almost identical.&lt;br /&gt;Comments: ** Comment from web user: radiogeneris ** &lt;p&gt;I meant Windows service, not webservice&lt;/p&gt;</description><author>radiogeneris</author><pubDate>Fri, 02 Jan 2009 06:27:09 GMT</pubDate><guid isPermaLink="false">Commented Issue: Thumbnails Blank 20090102062709A</guid></item><item><title>Created Issue: Thumbnails Blank</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3549</link><description>Thumbnails are generated fine when using Website, however when using webservice &amp;#40;see patches section&amp;#41;, there is only black image thumbnail generated&amp;#33; The video is visible on the website with a blank thumbnail image. &lt;br /&gt;&lt;br /&gt; I have checked the rights and I am using System Account. Using Encoder 2 with SP 1 applied. The generated settings.dat and Encoder job files look almost identical.&lt;br /&gt;</description><author>radiogeneris</author><pubDate>Fri, 02 Jan 2009 06:26:35 GMT</pubDate><guid isPermaLink="false">Created Issue: Thumbnails Blank 20090102062635A</guid></item><item><title>Commented Issue: Failure to convert 3gp format</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=716</link><description>I uploaded a 3gp format vedio file and it can play. But last part &amp;#40; about  25&amp;#37;&amp;#41; of the vedio is not displayed.&lt;br /&gt;Comments: ** Comment from web user: lflewwelling ** &lt;p&gt;If anyone else is having file conversion issues, make sure you have a ton of codecs installed on your server. Then try and manually convert the file with encoder 1st to see if you can convert the video.&lt;/p&gt;</description><author>lflewwelling</author><pubDate>Mon, 29 Dec 2008 19:38:55 GMT</pubDate><guid isPermaLink="false">Commented Issue: Failure to convert 3gp format 20081229073855P</guid></item><item><title>Commented Issue: Host a running version somewhere</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=202</link><description>I want to see video.show running, I hear Angus has servers somewhere which could be used for this&amp;#59;&lt;br /&gt;&lt;br /&gt;please please please make a running demo version available &amp;#58;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: lflewwelling ** &lt;p&gt;new URL is http&amp;#58;&amp;#47;&amp;#47;videoshow.vertigo.com&amp;#47;&lt;br /&gt;Main site is&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.vertigo.com&amp;#47;VideoShow.aspx&lt;br /&gt;&lt;/p&gt;</description><author>lflewwelling</author><pubDate>Mon, 29 Dec 2008 19:30:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Host a running version somewhere 20081229073003P</guid></item><item><title>Commented Issue: Increase upload MaxFilesize</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=1944</link><description>How do I increase the MaxFilesize allowed&lt;br /&gt;Comments: ** Comment from web user: lflewwelling ** &lt;p&gt;In your web.config, change the maxRequestLength to what you want. &amp;#40;ie 40000&amp;#41;&lt;/p&gt;</description><author>lflewwelling</author><pubDate>Mon, 29 Dec 2008 19:27:00 GMT</pubDate><guid isPermaLink="false">Commented Issue: Increase upload MaxFilesize 20081229072700P</guid></item><item><title>Commented Issue: Silverlight Error: DownloadError 4001</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3384</link><description>When I hosted on my http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47; is say this&amp;#58;&lt;br /&gt;&lt;br /&gt;Silverlight Error&amp;#58;&lt;br /&gt;Error Type&amp;#58; DownloadError&lt;br /&gt;Error Message&amp;#58; 0 An Error has occurred.&lt;br /&gt;Error Code&amp;#58; 4001&lt;br /&gt;Comments: ** Comment from web user: lflewwelling ** &lt;p&gt;I also had this issue, the problem was that the Silverlight&amp;#47;VideoGrid&amp;#47;VideoGrid.zip file doesn&amp;#39;t get published.  I manually copied this file and that solved the problem.  No need to publish all files if you remember to copy this file.&lt;/p&gt;</description><author>lflewwelling</author><pubDate>Mon, 29 Dec 2008 19:21:41 GMT</pubDate><guid isPermaLink="false">Commented Issue: Silverlight Error: DownloadError 4001 20081229072141P</guid></item><item><title>Created Issue: Getting Silverlight 2104 Intiliaze error on IIS Server</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3519</link><description>I works poeperly in visual studio once it deployed to IIS that error is occuring please send me a feedback immediatley&lt;br /&gt;</description><author>dumin</author><pubDate>Wed, 24 Dec 2008 04:08:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Getting Silverlight 2104 Intiliaze error on IIS Server 20081224040803A</guid></item><item><title>Commented Issue: Silverlight Error: DownloadError 4001</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3384</link><description>When I hosted on my http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47; is say this&amp;#58;&lt;br /&gt;&lt;br /&gt;Silverlight Error&amp;#58;&lt;br /&gt;Error Type&amp;#58; DownloadError&lt;br /&gt;Error Message&amp;#58; 0 An Error has occurred.&lt;br /&gt;Error Code&amp;#58; 4001&lt;br /&gt;Comments: ** Comment from web user: BesnikB ** &lt;p&gt;Solved. &lt;br /&gt;When I usually publish the application I check the &amp;#34;Only files needed to run this application&amp;#34; check button. I fixed this error by checking the &amp;#34;All project files.&amp;#34; when publishing.&lt;br /&gt;Another thing, you might get another &amp;#34;Silverlight 4001 Error&amp;#34; if you had videos uploaded in your development server. Make sure that when you publish you also copy all the files in a folder &amp;#34;WEB&amp;#92;Images&amp;#92;Thumbnails&amp;#92;&amp;#42;.&amp;#42;&amp;#34;&lt;br /&gt;B&amp;#47;W this is a very nice project.&lt;br /&gt;P.S. Did anybody manage to the the media streaming on their own server&amp;#63; If somebody did this can you please email me at &amp;#39;b_belegu&amp;#64;hotmail.com&amp;#39; I would like to know how it is done.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>BesnikB</author><pubDate>Tue, 02 Dec 2008 09:01:15 GMT</pubDate><guid isPermaLink="false">Commented Issue: Silverlight Error: DownloadError 4001 20081202090115A</guid></item><item><title>Created Issue: Silverlight Error: DownloadError 4001</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3384</link><description>When I hosted on my http&amp;#58;&amp;#47;&amp;#47;localhost&amp;#47; is say this&amp;#58;&lt;br /&gt;&lt;br /&gt;Silverlight Error&amp;#58;&lt;br /&gt;Error Type&amp;#58; DownloadError&lt;br /&gt;Error Message&amp;#58; 0 An Error has occurred.&lt;br /&gt;Error Code&amp;#58; 4001&lt;br /&gt;</description><author>BesnikB</author><pubDate>Wed, 26 Nov 2008 13:13:45 GMT</pubDate><guid isPermaLink="false">Created Issue: Silverlight Error: DownloadError 4001 20081126011345P</guid></item><item><title>Created Issue: Silverlight 2, Error 2104 on deployment</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=3063</link><description>I am getting error 2104 on deploying this application&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;This project without ClientBin works fine in debugging--development. When I deploy it, I start getting error 2104. &lt;br /&gt;Please tell a wayout as I am unable to deploy this project to IIS and run. It works only on debugging environment.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;--Vikas&lt;br /&gt;</description><author>gandhivikas</author><pubDate>Tue, 04 Nov 2008 05:43:01 GMT</pubDate><guid isPermaLink="false">Created Issue: Silverlight 2, Error 2104 on deployment 20081104054301A</guid></item><item><title>Commented Issue: Host a running version somewhere</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=202</link><description>I want to see video.show running, I hear Angus has servers somewhere which could be used for this&amp;#59;&lt;br /&gt;&lt;br /&gt;please please please make a running demo version available &amp;#58;&amp;#41;&lt;br /&gt;Comments: ** Comment from web user: usagi ** &lt;p&gt;Given that http&amp;#58;&amp;#47;&amp;#47;aftereight.vertigo.com doesn&amp;#39;t resolve any more, did the official MS site ever turn up&amp;#63;&lt;/p&gt;</description><author>usagi</author><pubDate>Mon, 20 Oct 2008 22:34:40 GMT</pubDate><guid isPermaLink="false">Commented Issue: Host a running version somewhere 20081020103440P</guid></item><item><title>Commented Issue: [URGENT]: Silverlight Checker Always Visible</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=2020</link><description>Even i press the button and install the silverlight the Silverlight prompt continues to be visible and i cannot preview any video. &lt;br /&gt;Any suggestions&amp;#63;&lt;br /&gt;How to disable the Silverlight prompt&amp;#63;&lt;br /&gt;&lt;br /&gt;Thnx&lt;br /&gt;&lt;br /&gt;Thomas&lt;br /&gt;Comments: ** Comment from web user: newdrim ** &lt;p&gt;I have this problem as well &amp;#40;but only in Firefox 3, not in IE 7&amp;#41;.&lt;/p&gt;</description><author>newdrim</author><pubDate>Mon, 11 Aug 2008 11:27:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: [URGENT]: Silverlight Checker Always Visible 20080811112713A</guid></item><item><title>Created Issue: Thumbnail and video upload failure</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=2526</link><description>I have followed all installation instructions but I keep getting the error below each time I upload a file. The folder does exist&amp;#59; How do I reslove this&amp;#63;&lt;br /&gt;&amp;#34;&lt;br /&gt;Could not find a part of the path &amp;#39;C&amp;#58;&amp;#92;Documents and Settings&amp;#92;xxxxxxxx&amp;#92;Local Settings&amp;#92;Temp&amp;#92;VideoShowEncoder&amp;#92;61.Encoded&amp;#92;Winter_Thumb.jpg&amp;#39;&lt;br /&gt;&amp;#34;&lt;br /&gt;&lt;br /&gt;The error is generate in the      public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;failing code line ---&amp;#62; &amp;#34; File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59; &amp;#34;&lt;br /&gt;&lt;br /&gt;        public void Process&amp;#40;Video video&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            Video &amp;#61; video&amp;#59;&lt;br /&gt;&lt;br /&gt;            EncoderResult encoderResult &amp;#61; new ExpressionEncoder&amp;#40;&amp;#41;.Encode&amp;#40;video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            &amp;#47;&amp;#47;Silverlight Streaming won&amp;#39;t serve images to Silverlight Applications it doesn&amp;#39;t host, &lt;br /&gt;            &amp;#47;&amp;#47;so we need to save the thumbnails locally.&lt;br /&gt;            System.IO.FileInfo thumbFileInfo &amp;#61; new System.IO.FileInfo&amp;#40;encoderResult.ThumbFilePath&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbDir &amp;#61; new FileInfo&amp;#40;video.RawStorageLocation&amp;#41;.Directory.ToString&amp;#40;&amp;#41;.Replace&amp;#40;&amp;#34;_temp_upload&amp;#34;, &amp;#34;Images&amp;#92;&amp;#92;Thumbnails&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;            string newThumbPath &amp;#61; Path.Combine&amp;#40;newThumbDir, thumbFileInfo.Name&amp;#41;&amp;#59;&lt;br /&gt;            VideoLogBO.Log&amp;#40;Video, String.Format&amp;#40;&amp;#34;Move the thumbnail file from &amp;#92;&amp;#34;&amp;#123;0&amp;#125;&amp;#92;&amp;#34; to &amp;#92;&amp;#34;&amp;#123;1&amp;#125;&amp;#92;&amp;#34;&amp;#34;, encoderResult.ThumbFilePath, newThumbPath&amp;#41;&amp;#41;&amp;#59;&lt;br /&gt;            File.Copy&amp;#40;encoderResult.ThumbFilePath, newThumbPath, true&amp;#41;&amp;#59;&lt;br /&gt;            Video.ThumbnailUrl &amp;#61; &amp;#34;&amp;#47;images&amp;#47;thumbnails&amp;#47;&amp;#34; &amp;#43; thumbFileInfo.Name&amp;#59;&lt;br /&gt;            VideoBO.Update&amp;#40;Video&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;            HostResult hostResult &amp;#61; new SilverlightStreamingHost&amp;#40;&amp;#41;.AddMedia&amp;#40;encoderResult.VideoFilePath, video&amp;#41;&amp;#59;&lt;br /&gt;            UpdateVideo&amp;#40;hostResult&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;</description><author>hankie</author><pubDate>Thu, 07 Aug 2008 05:34:53 GMT</pubDate><guid isPermaLink="false">Created Issue: Thumbnail and video upload failure 20080807053453A</guid></item><item><title>CREATED ISSUE: [URGENT]: Silverlight Checker Always Visible</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=2020</link><description>Even i press the button and install the silverlight the Silverlight prompt continues to be visible and i cannot preview any video. &lt;br /&gt;Any suggestions&amp;#63;&lt;br /&gt;How to disable the Silverlight prompt&amp;#63;&lt;br /&gt;&lt;br /&gt;Thnx&lt;br /&gt;&lt;br /&gt;Thomas&lt;br /&gt;</description><author>thomaska</author><pubDate>Thu, 17 Apr 2008 14:07:13 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: [URGENT]: Silverlight Checker Always Visible 20080417020713P</guid></item><item><title>COMMENTED ISSUE: Video Up-load Failed</title><link>http://www.codeplex.com/videoshow/WorkItem/View.aspx?WorkItemId=390</link><description>I attempted to up-load a video but received an exception error.  It appleared to report that the video was sucessfully up-loaded, but the UI then spun up a debugger session and reported the following error text.&lt;br /&gt;&lt;br /&gt;Microsoft.Expression.Encoder.ErrorException was unhandled&lt;br /&gt;  Message&amp;#61;&amp;#34;Log Directory path not valid.&amp;#34;&lt;br /&gt;  Source&amp;#61;&amp;#34;EncoderCore&amp;#34;&lt;br /&gt;  ErrorCode&amp;#61;0&lt;br /&gt;  StackTrace&amp;#58;&lt;br /&gt;       at Microsoft.Expression.Encoder.Logging.Logger.set_LogDirectory&amp;#40;String value&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.FastProperties.PropertyInfoFastProperty&amp;#96;2.SetValue&amp;#40;TYPE obj, RETURN value&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.FastProperties.PropertyInfoFastProperty&amp;#96;2.Microsoft.Expression.Encoder.FastProperties.IFastProperty&amp;#60;TYPE&amp;#62;.SetValue&amp;#40;TYPE obj, Object value&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.Logging.Logger.LoadConfiguration&amp;#40;IConfigurationObject config&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.Program.LoadLoggingOptions&amp;#40;&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.Program.Run&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.ProgramStarter.Run3&amp;#91;T&amp;#93;&amp;#40;String&amp;#91;&amp;#93; args, RunAppHandler&amp;#96;1 runApp&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.ProgramStarter.Run&amp;#91;T&amp;#93;&amp;#40;String&amp;#91;&amp;#93; args, RunAppHandler&amp;#96;1 runApp&amp;#41;&lt;br /&gt;       at Microsoft.Expression.Encoder.Program.Main&amp;#40;String&amp;#91;&amp;#93; args&amp;#41;&lt;br /&gt;  InnerException&amp;#58;&lt;br /&gt;Comments: ** Comment from web user: Fluxcored ** &lt;p&gt;Fresh install of Windows 2008 Web Server &amp;#40;GUI build, Desktop Experience Service running&amp;#41;, .NET 3.0, Expression Encoder 1.0, IIS site VideoShow contained within DefaultAppPool run as NETWORK SERVICE, Proper Video.Show install with addition of write permissions for NETWORK SERVICE at ...&amp;#47;_temp_uploads&amp;#47;, ...&amp;#47;images&amp;#47;thumbnails&amp;#47;, ...&amp;#47;App_Data&amp;#47;VideoShow.mdf, and ...&amp;#47;App_Data&amp;#47;VideoShow_log.ldf&amp;#58;&lt;/p&gt;&lt;p&gt;Everything about this build was new and default.  On upload I got the unhandled exception listed here.  I tried changing many of the Application Pool settings including running as different users.  Nothing worked until I changed the &amp;#34;Load User Profile&amp;#34; toggle from False to True in the advanced settings of the DefaultAppPool.&lt;/p&gt;&lt;p&gt;-Open IIS Manager&lt;br /&gt;-Expand the relevant Connection on which the VideoShow site is hosted&lt;br /&gt;-Select Application Pools&lt;br /&gt;-Right Click the application pool containing VideoShow &amp;#40;DefaultAppPool per installation guide&amp;#41;&lt;br /&gt;-Select Advanced Settings form the contextual menu&lt;br /&gt;-Expand Process Model category&lt;br /&gt;-Ensure the proper Identity &amp;#40;NetworkService by default&amp;#41;&lt;br /&gt;-Ensure Load User Profile is toggled True&lt;/p&gt;&lt;p&gt;I&amp;#39;m not qualified to explain the function of this setting, nor it&amp;#39;s impact on the server or this exception.  There may be a better solution.  I welcome any correction or rebuttal.  I do, however, feel confident in my troubleshooting methodology and variable isolation.  The exception reappears when the toggle is returned to False.  Set True the Video.Show site functions correctly. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Supplemental to this, I came across some interesting articles among the Expression Encoder newsgroup at Microsoft.com&amp;#58;&lt;/p&gt;&lt;p&gt;http&amp;#58;&amp;#47;&amp;#47;www.microsoft.com&amp;#47;communities&amp;#47;newsgroups&amp;#47;en-us&amp;#47;default.aspx&amp;#63;query&amp;#61;log&amp;#38;dg&amp;#61;microsoft.public.expression.mediaencoder&amp;#38;cat&amp;#61;en_US_2E9F861B-E413-428f-998A-1A3287B03C70&amp;#38;lang&amp;#61;en&amp;#38;cr&amp;#61;US&amp;#38;pt&amp;#61;&amp;#38;catlist&amp;#61;&amp;#38;dglist&amp;#61;&amp;#38;ptlist&amp;#61;&amp;#38;exp&amp;#61;&amp;#38;sloc&amp;#61;en-us&lt;/p&gt;</description><author>Fluxcored</author><pubDate>Thu, 03 Apr 2008 08:44:40 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Video Up-load Failed 20080403084440A</guid></item></channel></rss>