<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silverlight Archives - Blog IT</title>
	<atom:link href="https://blogit.create.pt/category/microsoft/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>https://blogit.create.pt/category/microsoft/silverlight/</link>
	<description>Create IT blogger community</description>
	<lastBuildDate>Thu, 10 Jan 2019 14:15:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Silverlight 5 Available for Download Today</title>
		<link>https://blogit.create.pt/raulribeiro/2011/12/10/silverlight-5-available-for-download-today/</link>
					<comments>https://blogit.create.pt/raulribeiro/2011/12/10/silverlight-5-available-for-download-today/#respond</comments>
		
		<dc:creator><![CDATA[Raúl Ribeiro]]></dc:creator>
		<pubDate>Sat, 10 Dec 2011 09:36:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/raulribeiro/?p=41</guid>

					<description><![CDATA[<p>http://blogs.msdn.com/b/silverlight/archive/2011/12/09/silverlight-5-available-for-download-today.aspx New features in Silverlight 5 include Hardware Decode of H.264 media, which provides a significant performance improvement with decoding of unprotected content using the GPU; Postscript Vector Printing to improve output quality and file size; and an improved graphics stack with 3D support that uses the XNA API on the Windows platform to gain [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2011/12/10/silverlight-5-available-for-download-today/">Silverlight 5 Available for Download Today</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://blogs.msdn.com/b/silverlight/archive/2011/12/09/silverlight-5-available-for-download-today.aspx">http://blogs.msdn.com/b/silverlight/archive/2011/12/09/silverlight-5-available-for-download-today.aspx</a></p>
<p style="margin-top: 12px;color: #000000;font-family: Arial;font-size: 12px;font-style: normal;font-variant: normal;font-weight: normal;letter-spacing: normal;line-height: 18px;text-align: left;text-indent: 0px;background-color: #ffffff">New features in Silverlight 5 include Hardware Decode of H.264 media, which provides a significant performance improvement with decoding of unprotected content using the GPU; Postscript Vector Printing to improve output quality and file size; and an improved graphics stack with 3D support that uses the XNA API on the Windows platform to gain low-level access to the GPU for drawing vertex shaders and low-level 3D primitives.</p>
<p><span class="Apple-style-span" style="font-family: Arial;font-size: 12px;line-height: 18px">In addition, Silverlight 5 extends the &lsquo;Trusted Application&rsquo; model to the browser for the first time. These features, when enabled via a group policy registry key and an application certificate, mean users won&rsquo;t need to leave the browser to perform complex tasks such as multiple window support, full trust support in browser including COM and file system access, in browser HTML hosting within Silverlight, and P/Invoke support for existing native code to be run directly from Silverlight.</span>&nbsp;</p>
<p>The post <a href="https://blogit.create.pt/raulribeiro/2011/12/10/silverlight-5-available-for-download-today/">Silverlight 5 Available for Download Today</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/raulribeiro/2011/12/10/silverlight-5-available-for-download-today/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Application library caching</title>
		<link>https://blogit.create.pt/antoniovargas/2010/06/23/using-application-library-caching/</link>
					<comments>https://blogit.create.pt/antoniovargas/2010/06/23/using-application-library-caching/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:24:47 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=61</guid>

					<description><![CDATA[<p>If you have a Silverlight application (framework 3.0 or superior) which the XAP file is sizable and the application has performance problems, you should put the project references in separate files using application library caching. You can follow this MSDN article that explains all that you need to implement Silverlight application library caching. Basically, the [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/06/23/using-application-library-caching/">Using Application library caching</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you have a Silverlight application (framework 3.0 or superior) which the XAP file is sizable and the application has performance problems, you should put the project references in separate files using application library caching.</p>
<p>You can follow this <a href="http://msdn.microsoft.com/en-us/library/dd833069%28VS.95%29.aspx" target="_blank">MSDN article</a> that explains all that you need to implement Silverlight application library caching.</p>
<p>Basically, the Silverlight packages specifies assemblies as external parts of the application package (a zip file that contains the assembly dll). Then, it will download all of the required package parts specified on application manifest.</p>
<p>To do this, you just need to create a xml file named <strong>&lt;assembly name without extension&gt;.extmap.xml</strong>. It must have content similar like this:</p>
<div id="codeSnippetWrapper">
<div id="codeSnippet">
<pre><span style="color: #0000ff">&lt;?</span><span style="color: #800000">xml</span> <span style="color: #ff0000">version</span><span style="color: #0000ff">=&quot;1.0&quot;</span>?<span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre><span style="color: #0000ff">&lt;</span><span style="color: #800000">manifest</span> <span style="color: #ff0000">xmlns:xsi</span><span style="color: #0000ff">=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</span> </pre>
<p><!--CRLF--></p>
<pre>          <span style="color: #ff0000">xmlns:xsd</span><span style="color: #0000ff">=&quot;http://www.w3.org/2001/XMLSchema&quot;</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>  <span style="color: #0000ff">&lt;</span><span style="color: #800000">assembly</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>    <span style="color: #0000ff">&lt;</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span>System.Json<span style="color: #0000ff">&lt;/</span><span style="color: #800000">name</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>    <span style="color: #0000ff">&lt;</span><span style="color: #800000">version</span><span style="color: #0000ff">&gt;</span>2.0.5.0<span style="color: #0000ff">&lt;/</span><span style="color: #800000">version</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>    <span style="color: #0000ff">&lt;</span><span style="color: #800000">publickeytoken</span><span style="color: #0000ff">&gt;</span>31bf3856ad364e35<span style="color: #0000ff">&lt;/</span><span style="color: #800000">publickeytoken</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>    <span style="color: #0000ff">&lt;</span><span style="color: #800000">relpath</span><span style="color: #0000ff">&gt;</span>System.Json.dll<span style="color: #0000ff">&lt;/</span><span style="color: #800000">relpath</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre>    <span style="color: #0000ff">&lt;</span><span style="color: #800000">extension</span> <span style="color: #ff0000">downloadUri</span><span style="color: #0000ff">=&quot;System.Json.zip&quot;</span> <span style="color: #0000ff">/&gt;</span></pre>
<p><!--CRLF--></p>
<pre>  <span style="color: #0000ff">&lt;/</span><span style="color: #800000">assembly</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></p>
<pre><span style="color: #0000ff">&lt;/</span><span style="color: #800000">manifest</span><span style="color: #0000ff">&gt;</span></pre>
<p><!--CRLF--></div>
</div>
<p>File Elements Description:</p>
<ul>
<li><strong>name</strong> – Assembly name</li>
<li><strong>version</strong> – Assembly version</li>
<li><strong>publickeytoken</strong> – Key token which you used to sign the assembly.</li>
<li><strong>relpath</strong> – Assembly file name.</li>
<li><strong>extension</strong> – Uri where it’s possible to download the assembly package.</li>
</ul>
<p><p><strong>Note:</strong> You cannot use the application library caching on out-of-browser applications.</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/06/23/using-application-library-caching/">Using Application library caching</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2010/06/23/using-application-library-caching/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Silverlight tips for designers</title>
		<link>https://blogit.create.pt/antoniovargas/2010/06/21/silverlight-tips-for-designers/</link>
					<comments>https://blogit.create.pt/antoniovargas/2010/06/21/silverlight-tips-for-designers/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:46:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=81</guid>

					<description><![CDATA[<p>If you&#039;re doing a Silverlight-based project that are involving a web design team, don&#8217;t forget to tell to designer to ensure the following tips: Only use images with 92 dpi (the designers are habituated to use images with 72 dpi, and they should only use images with 92 dpi because Silverlight always use this resolution). [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/06/21/silverlight-tips-for-designers/">Silverlight tips for designers</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you&#039;re doing a Silverlight-based project that are involving a web design team, don&rsquo;t forget to tell to designer to ensure the following tips:</p>
<ul>
<li>Only <strong>use images with 92 dpi</strong> (the designers are habituated to use images with 72 dpi, and they should only use images with 92 dpi because Silverlight always use this resolution).</li>
<li>To import the design mockup to Expression Blend, the designer should use the <a href="http://en.wikipedia.org/wiki/RGB_color_model" target="_blank"><strong>RGB</strong></a><strong> as the color model</strong>.</li>
</ul>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/06/21/silverlight-tips-for-designers/">Silverlight tips for designers</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2010/06/21/silverlight-tips-for-designers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create a Text Box control in Multiline mode</title>
		<link>https://blogit.create.pt/antoniovargas/2010/02/01/how-to-create-a-text-box-control-in-multiline-mode/</link>
					<comments>https://blogit.create.pt/antoniovargas/2010/02/01/how-to-create-a-text-box-control-in-multiline-mode/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 13:57:19 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=181</guid>

					<description><![CDATA[<p>If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check this tip. You just need to add the AcceptReturn property on your Text Box control as the following sample: &#60;TextBox x:Name=&#34;textBox1&#34; AcceptsReturn=&#34;True&#34;&#62;&#60;/TextBox&#62;</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/02/01/how-to-create-a-text-box-control-in-multiline-mode/">How to create a Text Box control in Multiline mode</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check <a href="http://www.silverlightshow.net/tips/How-to-make-a-text-box-multi-line.aspx">this tip</a>.</p>
<p>You just need to add the AcceptReturn property on your Text Box control as the following sample:</p>
<p>&lt;TextBox x:Name=&quot;textBox1&quot; <strong>AcceptsReturn=&quot;True&quot;</strong>&gt;&lt;/TextBox&gt;</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2010/02/01/how-to-create-a-text-box-control-in-multiline-mode/">How to create a Text Box control in Multiline mode</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2010/02/01/how-to-create-a-text-box-control-in-multiline-mode/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PDC09: Silverlight videos</title>
		<link>https://blogit.create.pt/antoniovargas/2009/12/06/pdc09-silverlight-videos/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/12/06/pdc09-silverlight-videos/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Sun, 06 Dec 2009 11:25:12 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Expression Blend 3]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=241</guid>

					<description><![CDATA[<p>Yesterday, i finally had time to watch some PDC09 session videos and i found some interesting Silverlight videos on my point of view. Here are the links to the videos that I recommend you to see: How to get data to Silverlight control (What should i use?) Networking and Web Services in Silverlight Silverlight on [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/12/06/pdc09-silverlight-videos/">PDC09: Silverlight videos</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Yesterday, i finally had time to watch some PDC09 session videos and i found some interesting Silverlight videos on my point of view.</p>
<p>Here are the links to the videos that I recommend you to see:</p>
<ul>
<li>How to get data to Silverlight control (What should i use?)</li>
</ul>
<blockquote>
<p><a href="http://microsoftpdc.com/Sessions/CL06">Networking and Web Services in Silverlight</a></p>
</blockquote>
<ul>
<li>Silverlight on SharePoint:</li>
</ul>
<blockquote>
<p><a href="http://microsoftpdc.com/Sessions/P09-05">Developer Patterns to Integrate Microsoft Silverlight 3.0 with Microsoft SharePoint 2010</a></p>
</blockquote>
<ul>
<li>RIA Services:</li>
</ul>
<blockquote>
<p><a href="http://microsoftpdc.com/Sessions/CL07">Mastering Microsoft .NET RIA Services</a></p>
</blockquote>
<blockquote>
<p><a href="http://microsoftpdc.com/Sessions/CL21">Building Amazing Business Applications with Microsoft Silverlight and Microsoft .NET RIA Services</a></p>
</blockquote>
<ul>
<li>Expression Blend:</li>
</ul>
<blockquote>
<p><a href="http://microsoftpdc.com/Sessions/CL30">Microsoft Expression Blend 3 for Developers: Tips, Tricks and Best Practices</a></p>
</blockquote>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/12/06/pdc09-silverlight-videos/">PDC09: Silverlight videos</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/12/06/pdc09-silverlight-videos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Silverlight 4 announced</title>
		<link>https://blogit.create.pt/antoniovargas/2009/12/01/silverlight-4-announced/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/12/01/silverlight-4-announced/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Tue, 01 Dec 2009 08:32:24 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=281</guid>

					<description><![CDATA[<p>It was announced the release of Silverlight 4 at PDC, two weeks ago. The beta version is now available here. This framework version will include the following new interesting features: Print support Webcam and microphone support Audio and video local recording capabilities capture RAW video without requiring server interaction. Google Chrome support Rich Text Editing [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/12/01/silverlight-4-announced/">Silverlight 4 announced</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>It was announced the release of Silverlight 4 at <a href="http://microsoftpdc.com/">PDC</a>, two weeks ago.</p>
<p>The beta version is now available <a href="http://silverlight.net/getstarted/silverlight-4-beta/#tools">here</a>.</p>
<p>This framework version will include the following new interesting features:</p>
<ul>
<li>Print support</li>
<li>Webcam and microphone support</li>
<li>Audio and video local recording capabilities capture RAW video without requiring server interaction.</li>
<li>Google Chrome support</li>
<li>Rich Text Editing</li>
<li>Performance optimizations mean Silverlight 4 applications start quicker and <strong>run 200% faster than the equivalent Silverlight 3 application.</strong></li>
<li>Read and write files to the user’s MyDocuments, MyMusic, MyPictures and MyVideos folder.</li>
<li>Enhancements to networking <strong>allow cross-domain access without a security policy file</strong>.</li>
<li>Right Click events</li>
</ul>
<p>&#160;</p>
<p>Some interesting links to learn more about Silverlight 4:</p>
<p><a href="http://silverlight.net/getstarted/silverlight-4-beta/#whatsnew">What’s New in Silverlight 4 Beta?</a></p>
<p><a href="http://silverlight.net/getstarted/silverlight-4-beta/#getting-started">Getting Started with Silverlight 4 Beta</a></p>
<p><a href="http://microsoftpdc.com/Sessions/P09-11">Microsoft Silverlight 4 Overview</a></p>
<p><a title="http://www.silverlightshow.net/items/Five-Silverlight-4.0-features-you-cannot-do-without.aspx" href="http://www.silverlightshow.net/items/Five-Silverlight-4.0-features-you-cannot-do-without.aspx">Five Silverlight 4.0 features you cannot do without</a></p>
<p><a href="http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx">Silverlight 4 Beta – A guide to the new features</a></p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/12/01/silverlight-4-announced/">Silverlight 4 announced</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/12/01/silverlight-4-announced/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Some interesting Silverlight controls on CodePlex</title>
		<link>https://blogit.create.pt/antoniovargas/2009/11/30/some-interesting-silverlight-controls-on-codeplex/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/11/30/some-interesting-silverlight-controls-on-codeplex/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:44:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=301</guid>

					<description><![CDATA[<p>I found some Silverlight controls on CodePlex that i think that are important to share: Silverlight Timeline control: http://timeline.codeplex.com/ Silverlight DataFilter control: http://riadatafilter.codeplex.com Silverlight Cover Flow: http://silverlightcoverflow.codeplex.com/</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/30/some-interesting-silverlight-controls-on-codeplex/">Some interesting Silverlight controls on CodePlex</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I found some Silverlight controls on <a href="http://www.codeplex.com/" title="CodePlex" target="_blank">CodePlex</a> that i think that are important to share:</p>
<p><strong>Silverlight Timeline control:</strong></p>
<p><a href="http://timeline.codeplex.com/" title="http://timeline.codeplex.com/">http://timeline.codeplex.com/</a></p>
<p><strong>Silverlight DataFilter control:</strong></p>
<p><a href="http://riadatafilter.codeplex.com" title="http://riadatafilter.codeplex.com">http://riadatafilter.codeplex.com</a></p>
<p><strong>Silverlight Cover Flow:</strong></p>
<p><a href="http://silverlightcoverflow.codeplex.com/" title="http://silverlightcoverflow.codeplex.com/">http://silverlightcoverflow.codeplex.com/</a></p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/30/some-interesting-silverlight-controls-on-codeplex/">Some interesting Silverlight controls on CodePlex</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/11/30/some-interesting-silverlight-controls-on-codeplex/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Add Silverlight control to SharePoint</title>
		<link>https://blogit.create.pt/antoniovargas/2009/11/30/add-silverlight-control-to-sharepoint/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/11/30/add-silverlight-control-to-sharepoint/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:28:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=321</guid>

					<description><![CDATA[<p>One of the problems using Silverlight on SharePoint 2007 is how can we add a Silverlight control in the SharePoint site? A quickly and simple solution that i found to do it is the SPSilverlight web part, a web part that allows you to add a Silverlight control to SharePoint. The only configuration that you [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/30/add-silverlight-control-to-sharepoint/">Add Silverlight control to SharePoint</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>One of the problems using Silverlight on SharePoint 2007 is how can we add a Silverlight control in the SharePoint site?</p>
<p>A quickly and simple solution that i found to do it is the <a href="http://spilverlight.codeplex.com/">SPSilverlight</a> web part, a web part that allows you to add a Silverlight control to SharePoint.</p>
<p>The only configuration that you need to known is the path where the XAP file is stored in SharePoint (on the layout&rsquo;s folder, on the library&hellip;).</p>
<p>To use this web part you need to install the following package:</p>
<p><a href="http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120" title="http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120">http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120</a></p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/30/add-silverlight-control-to-sharepoint/">Add Silverlight control to SharePoint</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/11/30/add-silverlight-control-to-sharepoint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Expression Blend 3: How to set a shadow effect on some control</title>
		<link>https://blogit.create.pt/antoniovargas/2009/11/12/expression-blend-3-how-to-set-a-shadow-effect-on-some-control/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/11/12/expression-blend-3-how-to-set-a-shadow-effect-on-some-control/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Thu, 12 Nov 2009 11:46:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Expression Blend 3]]></category>
		<category><![CDATA[Tools]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=341</guid>

					<description><![CDATA[<p>I&#8217;m training to use Expression Blend because i&#8217;m not a designer guy but i need to have some base knowledge about the control&#8217;s design that i developed. The first restriction that i found is how can i set a shadow effect on some control? I&#039; know it that i can do that, so I searched [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/12/expression-blend-3-how-to-set-a-shadow-effect-on-some-control/">Expression Blend 3: How to set a shadow effect on some control</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I&rsquo;m training to use Expression Blend because i&rsquo;m not a designer guy but i need to have some base knowledge about the control&rsquo;s design that i developed.</p>
<p>The first restriction that i found is how can i set a shadow effect on some control? I&#039; know it that i can do that, so I searched a little bit and i found a <a href="http://www.silverlightbuzz.com/2009/10/09/using-blurs-and-shadows-in-blend/">Gavin Wignall&rsquo;s post</a> which explains very well all the steps to set a shadow effect.</p>
<p>I think that are important to known the following configuration details that i found in the <a href="http://www.silverlightbuzz.com/">Gavin Wignall&rsquo;s blog</a>:</p>
<ul>
<li><strong>BlurRadius </strong>&#8211; How blurred the shadow is. </li>
<li><strong>Color &ndash; </strong>Shadow color. </li>
<li><strong>Direction </strong>&#8211; The angle of the light source creating the Shadow Effect. </li>
<li><strong>Opacity </strong>&#8211; The strength of the shadow in terms of darkness. </li>
<li><strong>ShadowDepth </strong>&#8211; How far away from your object the Shadow will appear.</li>
</ul>
<p>To add a shadow effect on control, you need to go to <strong>Effect</strong> configuration on <strong>Appearance</strong> configuration area and then click <strong>New</strong>. After that, you need to select <strong>DropShadowEffect</strong> into <strong>System.Windows.Media.Effects</strong> namespace.</p>
<p>I will continue to learn more about Expresion Blend, and if i find some interesting tips or tricks, i ensure that i will post.</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/11/12/expression-blend-3-how-to-set-a-shadow-effect-on-some-control/">Expression Blend 3: How to set a shadow effect on some control</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/11/12/expression-blend-3-how-to-set-a-shadow-effect-on-some-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Silverlight in Sharepoint 2007 &#8211; Configuration</title>
		<link>https://blogit.create.pt/antoniovargas/2009/09/06/using-silverlight-in-sharepoint-2007-configuration/</link>
					<comments>https://blogit.create.pt/antoniovargas/2009/09/06/using-silverlight-in-sharepoint-2007-configuration/#respond</comments>
		
		<dc:creator><![CDATA[António Vargas]]></dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:02:00 +0000</pubDate>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SharePoint 2007]]></category>
		<category><![CDATA[SharePoint]]></category>
		<guid isPermaLink="false">http://blogcreate.azurewebsites.net/antoniovargas/?p=441</guid>

					<description><![CDATA[<p>My name is Ant&#243;nio Vargas, I&#039;m Create IT&#8217;s consultant and i work here since a one year ago. Well this is my first post on the blog, and i will focus to talk about .Net, Sharepoint and Silverlight technologies on the posts. To see more about me please view my linkedin profile. Today i will [&#8230;]</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/09/06/using-silverlight-in-sharepoint-2007-configuration/">Using Silverlight in Sharepoint 2007 &#8211; Configuration</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>My name is Ant&oacute;nio Vargas, I&#039;m <a href="http://www.create.pt">Create IT&rsquo;s</a> consultant and i work here since a one year ago. Well this is my first post on the blog, and i will focus to talk about .Net, Sharepoint and Silverlight technologies on the posts. To see more about me please view <a href="http://www.linkedin.com/in/tovargas">my linkedin profile</a>.</p>
<p>Today i will talk about Silverlight and Sharepoint 2007 integration. The problem with this integration is if i have a webpart that contains a Silverlight control, my webpart doesn&rsquo;t appear. And then, How do you use Silverlight controls in the SharePoint site?</p>
<p>You have to ensure that your server environment is configured for SharePoint and Silverlight intregation. To do this, you should do the following:</p>
<ol>
<li>Put the XAP files into the Sharepoint Site Bin Folder. </li>
<li>Change the MIME type in the IIS (Internet Information Services). </li>
<li>Change the web.config file in your root SharePoint Site. </li>
<li>Ensure that the System.Web.Silverlight dll is in your GAC (Global assembly cache). </li>
</ol>
<p>&nbsp;</p>
<p><strong>Put the XAP files into the Sharepoint Site Bin Folder</strong></p>
<p>You must have to put your XAP files into the Bin Folder, but exist other ways to deploy the that i will talk in the next post.</p>
<p>Steps:</p>
<ul>
<li>Add ClientBin Folder that contains XAP files in the Bin Folder. </li>
</ul>
<p>&nbsp;</p>
<p><strong>Changing the MIME Type</strong></p>
<p>You should add MIME support for Silverlight applications that you build and deploy to your SharePoint server.</p>
<p>Steps:</p>
<ul>
<li>Click Start, Administrative Tools, and then select Internet Information Services (IIS) Manager. </li>
<li>Under Web Sites in the IIS, click on the web application that represents your SharePoint site. </li>
<li>Click &ldquo;MIME Types&rdquo;, and then click &ldquo;Open Feature&rdquo;. </li>
<li>In the Mime Type View, click Add, add the file-type extension
<ul>
<li>type .xap as the &ldquo;File name extension&rdquo; </li>
<li>application/x-silverlight-2 (for Silverlight 2.0) or application/x-silverlight-app (for Silverlight 3.0) as the &ldquo;MIME Type&rdquo;. </li>
</ul>
</li>
<li>Click OK to add the new MIME type to IIS. </li>
</ul>
<p>&nbsp;</p>
<p><strong>Editing the web.config File</strong></p>
<p>By default, the web.config file of your SharePoint Site does not support Silverlight applications.</p>
<p>This is the most hardest Configuration&rsquo;s step, because it is required to copy some configurations to the web.config file. To simplify that, i found a tool named <a href="http://stsadmwebconfig.codeplex.com/">stsadm.config</a> in the CodePlex, that it will add all of the Silverlight configurations needed to the web.config of the Sharepoint Site.</p>
<p>Steps:</p>
<ul>
<li>Deploy stsadm.config&rsquo;s solution writing deploy.stsadmwebconfig.cmd in the command prompt. </li>
<li>You must use the following Xml configuration file
<pre style="background-color: #fbfbfb;width: 480px;height: 411px;overflow: auto;border: #cecece 1px solid;padding: 5px"><pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  1: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ConfigEntries</span> <span style="color: #ff0000">owner</span>=<span style="color: #0000ff">&quot;Administrator&quot;</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  2: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  3: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span>add[@verb=&#039;GET,HEAD&#039;][@path=&#039;ScriptResource.axd&#039;][@validate=&#039;false&#039;][@type=&#039;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;]<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  4: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span>configuration/system.web/httpHandlers<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  5: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;</span>![CDATA[<span style="color: #0000ff">&lt;</span><span style="color: #800000">add</span> <span style="color: #ff0000">verb</span>=<span style="color: #0000ff">&#039;GET,HEAD&#039;</span> <span style="color: #ff0000">path</span>=<span style="color: #0000ff">&#039;ScriptResource.axd&#039;</span> <span style="color: #ff0000">validate</span>=<span style="color: #0000ff">&#039;false&#039;</span> <span style="color: #ff0000">type</span>=<span style="color: #0000ff">&#039;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;</span><span style="color: #0000ff">/&gt;</span>]]&gt;<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  6: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span>EnsureChildNode<span style="color: #0000ff">&lt;/</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  7: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  8: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px">  9: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span>add[@name=&#039;ScriptModule&#039;][@type=&#039;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;]<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 10: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span>configuration/system.web/httpModules<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 11: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;</span>![CDATA[<span style="color: #0000ff">&lt;</span><span style="color: #800000">add</span> <span style="color: #ff0000">name</span>=<span style="color: #0000ff">&#039;ScriptModule&#039;</span> <span style="color: #ff0000">type</span>=<span style="color: #0000ff">&#039;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;</span><span style="color: #0000ff">/&gt;</span>]]&gt;<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 12: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span>EnsureChildNode<span style="color: #0000ff">&lt;/</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 13: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 14: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 15: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span>SafeControl[@Assembly=&#039;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;][@Namespace=&#039;System.Web.UI&#039;][@TypeName=&#039;*&#039;][@Safe=&#039;True&#039;]<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 16: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span>configuration/SharePoint/SafeControls<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 17: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;</span>![CDATA[<span style="color: #0000ff">&lt;</span><span style="color: #800000">SafeControl</span> <span style="color: #ff0000">Assembly</span>=<span style="color: #0000ff">&#039;System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&#039;</span> <span style="color: #ff0000">Namespace</span>=<span style="color: #0000ff">&#039;System.Web.UI&#039;</span> <span style="color: #ff0000">TypeName</span>=<span style="color: #0000ff">&#039;*&#039;</span> <span style="color: #ff0000">Safe</span>=<span style="color: #0000ff">&#039;True&#039;</span> <span style="color: #0000ff">/&gt;</span>]]&gt;<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 18: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span>EnsureChildNode<span style="color: #0000ff">&lt;/</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 19: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 20: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 21: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span>SafeControl[@Assembly=&#039;System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#039;][@Namespace=&#039;System.Web.UI.SilverlightControls&#039;][@TypeName=&#039;*&#039;][@Safe=&#039;True&#039;][@AllowRemoteDesigner=&#039;True&#039;]<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Name</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 22: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span>configuration/SharePoint/SafeControls<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Path</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 23: <span style="color: #0000ff">&lt;</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><span style="color: #0000ff">&lt;</span>![CDATA[<span style="color: #0000ff">&lt;</span><span style="color: #800000">SafeControl</span> <span style="color: #ff0000">Assembly</span>=<span style="color: #0000ff">&quot;System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35&quot;</span> <span style="color: #ff0000">Namespace</span>=<span style="color: #0000ff">&quot;System.Web.UI.SilverlightControls&quot;</span> <span style="color: #ff0000">TypeName</span>=<span style="color: #0000ff">&quot;*&quot;</span> <span style="color: #ff0000">Safe</span>=<span style="color: #0000ff">&quot;True&quot;</span> <span style="color: #ff0000">AllowRemoteDesigner</span>=<span style="color: #0000ff">&quot;True&quot;</span> <span style="color: #0000ff">/&gt;</span>]]&gt;<span style="color: #0000ff">&lt;/</span><span style="color: #800000">Value</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 24: <span style="color: #0000ff">&lt;</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span>EnsureChildNode<span style="color: #0000ff">&lt;/</span><span style="color: #800000">ModType</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #fbfbfb;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 25: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ConfigEntry</span><span style="color: #0000ff">&gt;</span><br><br></pre>
<p></p>
<pre style="background-color: #ffffff;margin: 0em;width: 100%;font-family: consolas,'Courier New',courier,monospace;font-size: 12px"> 26: <span style="color: #0000ff">&lt;/</span><span style="color: #800000">ConfigEntries</span><span style="color: #0000ff">&gt;</span></pre>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>Copy the previous xml file to C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\CONFIG. </li>
<li>Run the following command in the command prompt (replace the SharePoint Site Url):<em><span style="color: #a40000"></span></em></li>
</ul>
<blockquote><p><em><span style="color: #a40000">stsadm -o webconfig_apply -url http://createsrv:5003 -configfile SilverlightInSharepoint.xml</span></em></p></blockquote>
<pre><em><span style="color: #a40000"></span></em></pre>
<pre><em><span style="color: #a40000"></span></em></pre>
<p><strong>Add System.Web.Silverlight dll to GAC</strong></p>
<p>This step does make sense for Silverlight 2.0 because the controls in the System.Web.Silverlight assembly were officially deprecated for Silverlight 3.0. If you are using Silverlight 3.0, you don&rsquo;t need to add System.Web.Silverlight.dll to GAC. </p>
<p>Otherwise, if you are using Silverlight 2.0, you must need to add the assembly to the GAC. This assembly resides in the following path: C:\Program Files\Microsoft SDKs\Silverlight\v2.0\Libraries\Server.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Finally, your Silverlight control just appears in the Sharepoint.</p>
<p>The post <a href="https://blogit.create.pt/antoniovargas/2009/09/06/using-silverlight-in-sharepoint-2007-configuration/">Using Silverlight in Sharepoint 2007 &#8211; Configuration</a> appeared first on <a href="https://blogit.create.pt">Blog IT</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogit.create.pt/antoniovargas/2009/09/06/using-silverlight-in-sharepoint-2007-configuration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
