<?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 on: Implement the Video Slider control</title>
	<atom:link href="http://www.85turns.com/2008/10/13/implement-the-video-slider-control/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/</link>
	<description>Silverlight made Simple</description>
	<pubDate>Thu, 11 Mar 2010 01:22:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-1173</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Thu, 04 Mar 2010 04:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-1173</guid>
		<description>I referenced the dll. I need to instantiate at runtime and just replaced where I was using the standard Slider with the VideoSlider. So far so good so, I looked at intelisense and saw some of the added properties and methods. I decided to just see how it looked from that point and when I built the project got slammed with this. I don't have the time to create the controls needed to create cool apps. Something like this would be a great help. Thanks for any help.

Error	1	The "ValidateXaml" task failed unexpectedly.
System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Program Files (x86)\Custom Silverlight Controls\VideoSliderControl\DLL\VideoSliderControl.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///C:\Program Files (x86)\Custom Silverlight Controls\VideoSliderControl\DLL\VideoSliderControl.dll' ---&gt; System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.

   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark&amp; stackMark)
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute(ITask task)
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute(ITask task)
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.Execute()
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean&amp; taskResult)

	FreeFire</description>
		<content:encoded><![CDATA[<p>I referenced the dll. I need to instantiate at runtime and just replaced where I was using the standard Slider with the VideoSlider. So far so good so, I looked at intelisense and saw some of the added properties and methods. I decided to just see how it looked from that point and when I built the project got slammed with this. I don&#8217;t have the time to create the controls needed to create cool apps. Something like this would be a great help. Thanks for any help.</p>
<p>Error	1	The &#8220;ValidateXaml&#8221; task failed unexpectedly.<br />
System.IO.FileLoadException: Could not load file or assembly &#8216;file:///C:\Program Files (x86)\Custom Silverlight Controls\VideoSliderControl\DLL\VideoSliderControl.dll&#8217; or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0&#215;80131515)<br />
File name: &#8216;file:///C:\Program Files (x86)\Custom Silverlight Controls\VideoSliderControl\DLL\VideoSliderControl.dll&#8217; &#8212;&gt; System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See <a href="http://go.microsoft.com/fwlink/?LinkId=155569" rel="nofollow">http://go.microsoft.com/fwlink/?LinkId=155569</a> for more information.</p>
<p>   at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)<br />
   at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp; stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)<br />
   at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark&amp; stackMark, Boolean forIntrospection, Boolean suppressSecurityChecks)<br />
   at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Evidence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm, Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark&amp; stackMark)<br />
   at System.Reflection.Assembly.LoadFrom(String assemblyFile)<br />
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute(ITask task)<br />
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.XamlValidator.Execute(ITask task)<br />
   at Microsoft.Silverlight.Build.Tasks.ValidateXaml.Execute()<br />
   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()<br />
   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask, Boolean&amp; taskResult)</p>
<p>	FreeFire</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-1126</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 19 Jan 2010 11:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-1126</guid>
		<description>I got it to work with the DLL you provided. One other question, is there a way of changing the thumb style when using the DLL?</description>
		<content:encoded><![CDATA[<p>I got it to work with the DLL you provided. One other question, is there a way of changing the thumb style when using the DLL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-1125</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-1125</guid>
		<description>Is this video control currently working with the latest release of Silverlight 3?I couldn't get the control to show up when I was building it.</description>
		<content:encoded><![CDATA[<p>Is this video control currently working with the latest release of Silverlight 3?I couldn&#8217;t get the control to show up when I was building it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corey</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-254</link>
		<dc:creator>Corey</dc:creator>
		<pubDate>Wed, 22 Oct 2008 14:18:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-254</guid>
		<description>Lénaïc, Are you trying to run it on RTM?  You can find the source code here: http://www.codeplex.com/videoslidercontrol/SourceControl/ListDownloadableCommits.aspx.

Release 4539 works on RTM and the others are Beta 2.</description>
		<content:encoded><![CDATA[<p>Lénaïc, Are you trying to run it on RTM?  You can find the source code here: <a href="http://www.codeplex.com/videoslidercontrol/SourceControl/ListDownloadableCommits.aspx" rel="nofollow">http://www.codeplex.com/videoslidercontrol/SourceControl/ListDownloadableCommits.aspx</a>.</p>
<p>Release 4539 works on RTM and the others are Beta 2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lénaïc</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-253</link>
		<dc:creator>Lénaïc</dc:creator>
		<pubDate>Wed, 22 Oct 2008 13:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-253</guid>
		<description>Does it's still work in the RC1 of silverlight?
Because I tried and I didn't find a way to make it work...</description>
		<content:encoded><![CDATA[<p>Does it&#8217;s still work in the RC1 of silverlight?<br />
Because I tried and I didn&#8217;t find a way to make it work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2008 October 14 - Links for today &#171; My (almost) Daily Links</title>
		<link>http://www.85turns.com/2008/10/13/implement-the-video-slider-control/comment-page-1/#comment-238</link>
		<dc:creator>2008 October 14 - Links for today &#171; My (almost) Daily Links</dc:creator>
		<pubDate>Tue, 14 Oct 2008 08:02:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.85turns.com/2008/10/13/implement-the-video-slider-control/#comment-238</guid>
		<description>[...] Corey Schuman Implements the Video Slider control [...]</description>
		<content:encoded><![CDATA[<p>[...] Corey Schuman Implements the Video Slider control [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
