<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>facelight Discussions Rss Feed</title><link>http://facelight.codeplex.com/Thread/List.aspx</link><description>facelight Discussions Rss Description</description><item><title>New Post: Extending to multiple face detection?</title><link>http://facelight.codeplex.com/discussions/274610</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There is a more advanced face detector for Silverlight at  &lt;a href="http://startrinity.com"&gt;http://startrinity.com&lt;/a&gt;. It can detect multiple faces, eyes and mouth. Accuracy is much better&lt;/p&gt;&lt;/div&gt;</description><author>asv128</author><pubDate>Sat, 15 Oct 2011 13:13:21 GMT</pubDate><guid isPermaLink="false">New Post: Extending to multiple face detection? 20111015011321P</guid></item><item><title>New Post: Extending to multiple face detection?</title><link>http://facelight.codeplex.com/discussions/274610</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;is there any chance or plan to extend this project to multiple face detection?&lt;/p&gt;
&lt;/div&gt;</description><author>igrali</author><pubDate>Mon, 03 Oct 2011 16:30:06 GMT</pubDate><guid isPermaLink="false">New Post: Extending to multiple face detection? 20111003043006P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;I did not see the unblock button. But anyway, your explanation sounds plausible. And I will write it down for future use.

Thanks again&lt;/div&gt;</description><author>redbaron</author><pubDate>Tue, 08 Jun 2010 17:42:49 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608054249P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ah, the&amp;nbsp;WriteableBitmapEx.dll binary that comes with the FaceLight code was&amp;nbsp;probably&amp;nbsp;blocked by Windows because it was downloaded. It has to be unblocked (Explorer -&amp;gt; Context Menu over the dll -&amp;gt; Properties -&amp;gt; Unblock button).&amp;nbsp;If you don't see the Unblock button it's another issue.&lt;/p&gt;&lt;/div&gt;</description><author>teichgraf</author><pubDate>Tue, 08 Jun 2010 15:06:18 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608030618P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;Hi,

Nothing has really worked, for me. So I have downloaded your code for WriteableBitmapEx.dll. Recompiled and registered, and this has strangely enough fixed the problem. As for XAP registration it has been there all the time. And i am using the ASP.NET development server for the project, i have done so all the time.

Thanks for your effort and a really great demo

Br. Tonny&lt;/div&gt;</description><author>redbaron</author><pubDate>Tue, 08 Jun 2010 14:50:02 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608025002P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Ah, now we're getting closer to your real problem. I guess you start the debugging of the with ISS or another local web server? The error message 2104 usually means that the XAP file is not registered as a valid MIME type.&lt;/p&gt;
&lt;p&gt;Try the following:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Compile the whole solution.&lt;/li&gt;
&lt;li&gt;Open the file&amp;nbsp;FaceLight\trunk\FaceLight\Source\FaceLight.Web\FaceLightTestPage.html with a browser.&lt;/li&gt;
&lt;li&gt;It should work.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I'd recommend to use Visual Studio's ASP.Net development server for debugging (see the properties of the .Web project).&lt;/p&gt;
&lt;p&gt;Here you can find how to register the right MIME type in IIS:&amp;nbsp;&lt;a href="http://weblogs.asp.net/javiervillarreal/archive/2008/06/14/silverlight-error-2104-could-not-download-the-silverlight-application-in-iis6.aspx"&gt;http://weblogs.asp.net/javiervillarreal/archive/2008/06/14/silverlight-error-2104-could-not-download-the-silverlight-application-in-iis6.aspx&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><author>teichgraf</author><pubDate>Tue, 08 Jun 2010 09:08:50 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608090850A</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;
No, this works:-) &lt;br&gt;
 &lt;br&gt;
But the code I downloaded from CodePlex fails after it has been compiled on my local PC.&lt;br&gt;
 &lt;br&gt;
&lt;br&gt; &lt;br&gt;
&lt;hr id=stopSpelling&gt;
From: [email removed]&lt;br&gt;To: [email removed]&lt;br&gt;Date: Tue, 8 Jun 2010 00:56:03 -0700&lt;br&gt;Subject: Re: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 [facelight:215217]&lt;br&gt;&lt;br&gt;


From: teichgraf&lt;br&gt;
&lt;div id=ecxThreadNotificationPostBody&gt;
Again, just to make sure I understand you right. The error message occurs when you open this page:&lt;br&gt;&lt;a href="http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html"&gt;http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html&lt;/a&gt;&lt;br&gt;
Or only when you start your compiled version with Visual Studio?&lt;br&gt;
 &lt;br&gt;&lt;/div&gt;
&lt;div id=ecxThreadNotificationFooter&gt;
Read the &lt;a href="http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217&amp;ANCHOR#Post452850"&gt;full discussion online&lt;/a&gt;.&lt;br&gt;
To add a post to this discussion, reply to this email (&lt;a href="mailto:facelight@discussions.codeplex.com?subject=[facelight:215217]"&gt;facelight@discussions.codeplex.com&lt;/a&gt;)&lt;br&gt;
To start a new discussion for this project, email &lt;a href="mailto:facelight@discussions.codeplex.com"&gt;facelight@discussions.codeplex.com&lt;/a&gt;&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/215217"&gt;unsubscribe&lt;/a&gt; on CodePlex.com.&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;br&gt;&lt;/div&gt; 		 	   		  &lt;br&gt;&lt;hr&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/div&gt;</description><author>Redbaron</author><pubDate>Tue, 08 Jun 2010 08:52:22 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608085222A</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Again, just to make sure I understand you right. The error message occurs when you open this page:&lt;br&gt;&lt;a href="http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html"&gt;http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Or only when you start your compiled version with Visual Studio?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>teichgraf</author><pubDate>Tue, 08 Jun 2010 07:55:58 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608075558A</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;
Hi again,&lt;br&gt;
 &lt;br&gt;
&lt;a href="http://imgur.com/a/73RAQ/facelight_silverlight_2104_error"&gt;http://imgur.com/a/73RAQ/facelight_silverlight_2104_error&lt;/a&gt;&lt;br&gt;
 &lt;br&gt;
I have uploaded the images to imgur.&lt;br&gt;
 &lt;br&gt;
It happens when I start the demo. So it never runs locally.&lt;br&gt;
 &lt;br&gt;
Br. Tonny&lt;br&gt; &lt;br&gt;
&lt;hr id=stopSpelling&gt;
From: [email removed]&lt;br&gt;To: [email removed]&lt;br&gt;Date: Tue, 8 Jun 2010 00:05:01 -0700&lt;br&gt;Subject: Re: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 [facelight:215217]&lt;br&gt;&lt;br&gt;


From: teichgraf&lt;br&gt;
&lt;div id=ecxThreadNotificationPostBody&gt;
&lt;div&gt;
Just to make sure I understand you right. The error message occurs when you start the demo?&lt;br&gt;&lt;a href="http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html"&gt;http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html&lt;/a&gt;&lt;br&gt;
Try &lt;a href="http://imgur.com/"&gt;http://imgur.com&lt;/a&gt; to upload pictures and post the link or use an &lt;img&gt; tag in HTML mode.&lt;br&gt;&lt;/div&gt;
 &lt;br&gt;&lt;/div&gt;
&lt;div id=ecxThreadNotificationFooter&gt;
Read the &lt;a href="http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217&amp;ANCHOR#Post452829"&gt;full discussion online&lt;/a&gt;.&lt;br&gt;
To add a post to this discussion, reply to this email (&lt;a href="mailto:facelight@discussions.codeplex.com?subject=[facelight:215217]"&gt;facelight@discussions.codeplex.com&lt;/a&gt;)&lt;br&gt;
To start a new discussion for this project, email &lt;a href="mailto:facelight@discussions.codeplex.com"&gt;facelight@discussions.codeplex.com&lt;/a&gt;&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/215217"&gt;unsubscribe&lt;/a&gt; on CodePlex.com.&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;br&gt;&lt;/div&gt; 		 	   		  &lt;br&gt;&lt;hr&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/div&gt;</description><author>Redbaron</author><pubDate>Tue, 08 Jun 2010 07:20:51 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608072051A</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;&lt;div&gt;
&lt;p&gt;Just to make sure I understand you right. The error message occurs when you start the demo?&lt;br&gt;&lt;a href="http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html"&gt;http://dl.dropbox.com/u/2681028/CodeplexData/FaceLight/Sample/FaceLightTestPage.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Try&amp;nbsp;&lt;a href="http://imgur.com/"&gt;http://imgur.com&lt;/a&gt;&amp;nbsp;to upload pictures and post the link or use an &amp;lt;img&amp;gt; tag in HTML mode.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>teichgraf</author><pubDate>Tue, 08 Jun 2010 07:04:52 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100608070452A</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;
No the compile demo, does not start. It fails on startup, but I can compile.&lt;br&gt; &lt;br&gt;
&lt;hr id=stopSpelling&gt;
From: [email removed]&lt;br&gt;To: [email removed]&lt;br&gt;Date: Mon, 7 Jun 2010 10:48:21 -0700&lt;br&gt;Subject: Re: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 [facelight:215217]&lt;br&gt;&lt;br&gt;


From: teichgraf&lt;br&gt;
&lt;div id=ecxThreadNotificationPostBody&gt;
Do I understand you right that the compiled demo works? When and where do you encounter this failure message? Please describe exactly what you do and provide a screenshot of the error, so I can see where this happens.&lt;br&gt;&lt;/div&gt;
&lt;div id=ecxThreadNotificationFooter&gt;
Read the &lt;a href="http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217&amp;ANCHOR#Post452571"&gt;full discussion online&lt;/a&gt;.&lt;br&gt;
To add a post to this discussion, reply to this email (&lt;a href="mailto:facelight@discussions.codeplex.com?subject=[facelight:215217]"&gt;facelight@discussions.codeplex.com&lt;/a&gt;)&lt;br&gt;
To start a new discussion for this project, email &lt;a href="mailto:facelight@discussions.codeplex.com"&gt;facelight@discussions.codeplex.com&lt;/a&gt;&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can &lt;a href="http://www.codeplex.com/site/discussions/thread/unsubscribe/215217"&gt;unsubscribe&lt;/a&gt; on CodePlex.com.&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at CodePlex.com&lt;br&gt;&lt;/div&gt; 		 	   		  &lt;br&gt;&lt;hr&gt; &lt;a href=""&gt;&lt;/a&gt;&lt;/div&gt;</description><author>Redbaron</author><pubDate>Mon, 07 Jun 2010 20:18:02 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100607081802P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;How do I send you a screenshot, the editor seems not to support that?&lt;/div&gt;</description><author>Redbaron</author><pubDate>Mon, 07 Jun 2010 20:10:43 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100607081043P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;Hi again,

I am able to compile, no apparent problem!

I press CTRl+F5 to run, fails with Unhandled Error and my script debugger starts. If run with F5 only, the debugger lands me in:
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;
        function onSilverlightError(sender, args) {
            var appSource = &amp;quot;&amp;quot;;
            if (sender != null &amp;&amp; sender != 0) {
              appSource = sender.getHost().Source;
            }
            
            var errorType = args.ErrorType;
            var iErrorCode = args.ErrorCode;

            if (errorType == &amp;quot;ImageError&amp;quot; || errorType == &amp;quot;MediaError&amp;quot;) {
              return;
            }

            var errMsg = &amp;quot;Unhandled Error in Silverlight Application &amp;quot; +  appSource + &amp;quot;\n&amp;quot; ;

            errMsg += &amp;quot;Code: &amp;quot;+ iErrorCode + &amp;quot;    \n&amp;quot;;
            errMsg += &amp;quot;Category: &amp;quot; + errorType + &amp;quot;       \n&amp;quot;;
            errMsg += &amp;quot;Message: &amp;quot; + args.ErrorMessage + &amp;quot;     \n&amp;quot;;

            if (errorType == &amp;quot;ParserError&amp;quot;) {
                errMsg += &amp;quot;File: &amp;quot; + args.xamlFile + &amp;quot;     \n&amp;quot;;
                errMsg += &amp;quot;Line: &amp;quot; + args.lineNumber + &amp;quot;     \n&amp;quot;;
                errMsg += &amp;quot;Position: &amp;quot; + args.charPosition + &amp;quot;     \n&amp;quot;;
            }
            else if (errorType == &amp;quot;RuntimeError&amp;quot;) {           
                if (args.lineNumber != 0) {
                    errMsg += &amp;quot;Line: &amp;quot; + args.lineNumber + &amp;quot;     \n&amp;quot;;
                    errMsg += &amp;quot;Position: &amp;quot; +  args.charPosition + &amp;quot;     \n&amp;quot;;
                }
                errMsg += &amp;quot;MethodName: &amp;quot; + args.methodName + &amp;quot;     \n&amp;quot;;
            }

            &amp;gt;&amp;gt;&amp;gt;throw new Error(errMsg);&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;
        }
    &amp;lt;/script&amp;gt;&lt;/div&gt;</description><author>Redbaron</author><pubDate>Mon, 07 Jun 2010 20:01:04 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100607080104P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Do I understand you right that the compiled demo works? When and where do you encounter this failure message? Please describe exactly what you do and provide a screenshot of the error, so I can see where this happens.&lt;/p&gt;&lt;/div&gt;</description><author>teichgraf</author><pubDate>Mon, 07 Jun 2010 17:48:14 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100607054814P</guid></item><item><title>New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104</title><link>http://facelight.codeplex.com/Thread/View.aspx?ThreadId=215217</link><description>&lt;div style="line-height: normal;"&gt;I have reinstalled Silverlight and the Silverlight 4 tools according to your spec. I am still getting the same error.

Since other Silverlight applications, including your demo when run from your site. I guess Silverlight 4 has been correctly installed on my development machine. And since I am also able to run a Silverlight app. that accesses my  Web Cam, (Logitech) from a web page. I guess my setup of that is also correct.

Otherwise I have nothing to add.  I am also able to run other apps made in Silverlight 4.&lt;/div&gt;</description><author>Redbaron</author><pubDate>Mon, 07 Jun 2010 17:00:26 GMT</pubDate><guid isPermaLink="false">New Post: Issue with facelight demo: getting Unhandled Error in Silverlight Application Code: 2104 20100607050026P</guid></item></channel></rss>