<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/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>Created Issue: Server Error in '/' Application. [6539]</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=6539</link><description>Hi, I set up a new VideoShow website under IIS7 &amp;#40;the other is Default&amp;#41;. I have added in the required MIME. I set the following&amp;#58;&lt;br /&gt;&lt;br /&gt;VideoShow website&lt;br /&gt;IP Address&amp;#58; Unassigned &amp;#40;my PC&amp;#39;s IP address is dynamic&amp;#41;&lt;br /&gt;Port&amp;#58; 82&lt;br /&gt;&lt;br /&gt;Default website&lt;br /&gt;IP Address&amp;#58; Unassigned&lt;br /&gt;Port&amp;#58; 81&lt;br /&gt;&lt;br /&gt;On the right hand side of IIS7, I clicked on &amp;#34;Browse &amp;#42;&amp;#58;82 &amp;#40;http&amp;#41;&amp;#34; for VideoShow website. A new browser opens up and following error is encountered&amp;#58;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;User does not have permission to perform this action.&lt;br /&gt;&lt;br /&gt;Description&amp;#58; An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;br /&gt;&lt;br /&gt;Exception Details&amp;#58; System.Data.SqlClient.SqlException&amp;#58; User does not have permission to perform this action.&lt;br /&gt;&lt;br /&gt;Source Error&amp;#58; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Line 28&amp;#58;             &amp;#125;&lt;br /&gt;Line 29&amp;#58;         &amp;#125;&lt;br /&gt;Line 30&amp;#58;         MembershipUser user &amp;#61; Membership.GetUser&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;Line 31&amp;#58; &lt;br /&gt;Line 32&amp;#58;         popularTags &amp;#61; TagBO.GetPopularTags&amp;#40;20&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;Source File&amp;#58; C&amp;#58;&amp;#92;Users&amp;#92;Lee Zhi Chien&amp;#92;Desktop&amp;#92;Video.Show&amp;#92;Video.Show&amp;#92;Web&amp;#92;Default.aspx.cs    Line&amp;#58; 30 &lt;br /&gt;&lt;br /&gt;The code is running well in Visual Studio. I have running out of ideas what&amp;#39;s wrong with the database. Please help. Thank you.&lt;br /&gt;</description><author>zhichien</author><pubDate>Wed, 09 Dec 2009 03:12:12 GMT</pubDate><guid isPermaLink="false">Created Issue: Server Error in '/' Application. [6539] 20091209031212A</guid></item><item><title>Created Issue: Upload video on silverlight streaming server [6485]</title><link>http://videoshow.codeplex.com/WorkItem/View.aspx?WorkItemId=6485</link><description>hello video show team,&lt;br /&gt;i want to upload my video on my server i don&amp;#39;t want to host on silverlight server how to do that because if i upload any wmv file on my server the player not support that video so any solution so i upload video on my server and given that path to my player.&lt;br /&gt;&lt;br /&gt;any help should be appericiated&lt;br /&gt;</description><author>mehtapraveen1982</author><pubDate>Fri, 04 Dec 2009 10:08:33 GMT</pubDate><guid isPermaLink="false">Created Issue: Upload video on silverlight streaming server [6485] 20091204100833A</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: 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></channel></rss>