<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogit.create.pt/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>António Vargas</title><link>http://blogit.create.pt/blogs/antoniovargas/default.aspx</link><description>&lt;br /&gt;
.Net
&lt;br /&gt;
SharePoint
&lt;br /&gt;
Silverlight


</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Using Application library caching</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/06/23/Using-Application-library-caching.aspx</link><pubDate>Wed, 23 Jun 2010 21:24:47 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:3879</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/3879.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=3879</wfw:commentRss><description>&lt;p&gt;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.&lt;/p&gt;  &lt;p&gt;You can follow this &lt;a href="http://msdn.microsoft.com/en-us/library/dd833069%28VS.95%29.aspx" target="_blank"&gt;MSDN article&lt;/a&gt; that explains all that you need to implement Silverlight application library caching.&lt;/p&gt;  &lt;p&gt;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.&lt;/p&gt;  &lt;p&gt;To do this, you just need to create a xml file named &lt;strong&gt;&amp;lt;assembly name without extension&amp;gt;.extmap.xml&lt;/strong&gt;. It must have content similar like this:&lt;/p&gt;  &lt;div id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;&lt;span style="color:#0000ff;"&gt;&amp;lt;?&lt;/span&gt;&lt;span style="color:#800000;"&gt;xml&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;version&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;quot;1.0&amp;quot;&lt;/span&gt;?&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;&lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;manifest&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;xmlns:xsi&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;quot;http://www.w3.org/2001/XMLSchema-instance&amp;quot;&lt;/span&gt; &lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;          &lt;span style="color:#ff0000;"&gt;xmlns:xsd&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;quot;http://www.w3.org/2001/XMLSchema&amp;quot;&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;  &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;assembly&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;    &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;name&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;System.Json&lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;name&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;    &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;version&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;2.0.5.0&lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;version&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;    &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;publickeytoken&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;31bf3856ad364e35&lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;publickeytoken&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;    &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;relpath&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;System.Json.dll&lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;relpath&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;    &lt;span style="color:#0000ff;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#800000;"&gt;extension&lt;/span&gt; &lt;span style="color:#ff0000;"&gt;downloadUri&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;=&amp;quot;System.Json.zip&amp;quot;&lt;/span&gt; &lt;span style="color:#0000ff;"&gt;/&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:#f4f4f4;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;  &lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;assembly&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;


    &lt;pre style="border-bottom-style:none;text-align:left;padding-bottom:0px;line-height:12pt;border-right-style:none;background-color:white;margin:0em;padding-left:0px;width:100%;padding-right:0px;font-family:'Courier New', courier, monospace;direction:ltr;border-top-style:none;color:black;font-size:8pt;border-left-style:none;overflow:visible;padding-top:0px;"&gt;&lt;span style="color:#0000ff;"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#800000;"&gt;manifest&lt;/span&gt;&lt;span style="color:#0000ff;"&gt;&amp;gt;&lt;/span&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;File Elements Description:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;strong&gt;name&lt;/strong&gt; – Assembly name&lt;/li&gt;

  &lt;li&gt;&lt;strong&gt;version&lt;/strong&gt; – Assembly version&lt;/li&gt;

  &lt;li&gt;&lt;strong&gt;publickeytoken&lt;/strong&gt; – Key token which you used to sign the assembly.&lt;/li&gt;

  &lt;li&gt;&lt;strong&gt;relpath&lt;/strong&gt; – Assembly file name.&lt;/li&gt;

  &lt;li&gt;&lt;strong&gt;extension&lt;/strong&gt; – Uri where it’s possible to download the assembly package.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; You cannot use the application library caching on out-of-browser applications.&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=3879" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Silverlight tips for designers</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/06/21/Silverlight-tips-for-designers.aspx</link><pubDate>Mon, 21 Jun 2010 19:46:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:3872</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/3872.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=3872</wfw:commentRss><description>&lt;p&gt;If you&amp;#39;re doing a Silverlight-based project that are involving a web design team, don&amp;rsquo;t forget to tell to designer to ensure the following tips:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Only &lt;strong&gt;use images with 92 dpi&lt;/strong&gt; (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).&lt;/li&gt;    &lt;li&gt;To import the design mockup to Expression Blend, the designer should use the &lt;a href="http://en.wikipedia.org/wiki/RGB_color_model" target="_blank"&gt;&lt;strong&gt;RGB&lt;/strong&gt;&lt;/a&gt;&lt;strong&gt; as the color model&lt;/strong&gt;.&lt;/li&gt; &lt;/ul&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=3872" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Customizing a page on SharePoint 2010</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/06/11/Customizing-a-page-on-SharePoint-2010.aspx</link><pubDate>Fri, 11 Jun 2010 18:53:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:3826</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/3826.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=3826</wfw:commentRss><description>&lt;p&gt;In the last week, I needed to customize a native page on SharePoint 2010 for a specified project. After I&amp;rsquo;ve done some searches on my feeds, I found &lt;a href="http://blogs.msdn.com/b/sharepoint/archive/2010/04/06/customizing-ribbon-positioning-in-sharepoint-2010-master-pages.aspx" target="_blank"&gt;a great article&lt;/a&gt; which it explains how to customize some parts of the SharePoint page.&lt;/p&gt;  &lt;p&gt;This &lt;a href="http://blogs.msdn.com/b/sharepoint/archive/2010/04/06/customizing-ribbon-positioning-in-sharepoint-2010-master-pages.aspx" target="_blank"&gt;article&lt;/a&gt; focuses to customize the ribbon positioning in SharePoint 2010 master pages, but it explains all that i needed to known.&lt;/p&gt;  &lt;p&gt;Followed (and tested on my dev environment) by the article, you must to ensure that you have the following containers on your SharePoint master page:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Ribbon container&lt;/strong&gt; &amp;ndash; Div which the control id is &lt;strong&gt;s4-ribbonrow&lt;/strong&gt;. You need it to put the SharePoint ribbon.&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Body container&lt;/strong&gt; &amp;ndash; Div which the control id is &lt;strong&gt;s4-workspace&lt;/strong&gt; and an inner div which the control id is &lt;strong&gt;s4-bodyContainer&lt;/strong&gt;. You need it to put your page content.&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;I&amp;#39;d a webpart zone on my page content (inside the page layout), and the only problem was when I tried to change the webpart settings, because I didn&amp;rsquo;t saw the settings control (the SharePoint rendered the control outside the body container).&lt;/p&gt;  &lt;p&gt;To fix that (I spent a lot of time debugging), you need to ensure that you&amp;rsquo;ve a div (which control id is &lt;strong&gt;MSO_ContentDiv&lt;/strong&gt;) on you page content. It&amp;rsquo;s necessary, because when you want to change the webpart settings the SharePoint will render the settings control inside this div.&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=3826" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>The Taxonomy feature has not been activated</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/03/08/The-Taxonomy-feature-has-not-been-activated.aspx</link><pubDate>Mon, 08 Mar 2010 16:57:50 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:3027</guid><dc:creator>antoniovargas</dc:creator><slash:comments>2</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/3027.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=3027</wfw:commentRss><description>&lt;p&gt;If you’re trying to create a managed metadata site column type on SharePoint Server 2010 Beta and it’s returning the following error:&lt;/p&gt;  &lt;p&gt;The Taxonomy feature (Feature ID &amp;quot;73EF14B1-13A9-416b-A9B5-ECECA2B0604C&amp;quot;) has not been activated.&lt;/p&gt;  &lt;p&gt;Check this &lt;a href="http://www.whatsthepointofsharing.com/?p=624" target="_blank"&gt;post&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Basically, you need to run the following command in the Command Prompt:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;STSADM -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http://&amp;lt;server&amp;gt; –force&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Don’t forget to change &lt;strong&gt;&amp;lt;server&amp;gt;&lt;/strong&gt; to the name of your SharePoint server.&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=3027" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Using Deployment setting on Production Environment</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/03/02/Using-Deployment-attribute-on-Production-Environment.aspx</link><pubDate>Tue, 02 Mar 2010 10:02:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2943</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2943.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2943</wfw:commentRss><description>&lt;p&gt;When i studied for the &lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-562&amp;amp;locale=en-us"&gt;Microsoft exam (70-562, Microsoft .NET Framework 3.5, ASP.NET Application Development)&lt;/a&gt; i found an interesting setting that i didn&amp;rsquo;t known, the Deployment.&lt;/p&gt;&lt;p&gt;This configuration setting ensures that your application will override important application level settings used when you developed your web application. It will ensure that the following configurations are done:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;debug is set to false&lt;/li&gt;&lt;li&gt;page output tracing is disabled&lt;/li&gt;&lt;li&gt;force customErrors to be shown to remote users (it will ensure that the end user only see friendly error messages)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If you want to activate this setting, you need to put the following configuration on the machine.config:&lt;/p&gt;&lt;p&gt;&amp;lt;configuration&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;system.web&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;strong&gt;&amp;lt;deployment retail=&amp;quot;true&amp;quot;/&amp;gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/system.web&amp;gt;&lt;/p&gt;&lt;p&gt;&amp;lt;/configuration&amp;gt;&lt;/p&gt;&lt;p&gt;Some references:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/ms228298.aspx" title="http://msdn.microsoft.com/en-us/library/ms228298.aspx"&gt;deployment Element (ASP.NET Settings Schema)&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://daptivate.com/archive/2008/02/12/top-10-best-practices-for-production-asp-net-applications.aspx"&gt;Top 10 Best Practices for Production ASP.NET Applications&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2943" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/ASP.NET/default.aspx">ASP.NET</category></item><item><title>Visual Studio Build Error (HRESULT 0x80131515)</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/02/04/Visual-Studio-Build-Error-_2800_HRESULT-0x80131515_2900_.aspx</link><pubDate>Thu, 04 Feb 2010 11:58:03 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2642</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2642.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2642</wfw:commentRss><description>&lt;p&gt;Today I've tested the &lt;a href="http://silverlightvalidate.codeplex.com/"&gt;Silverlight Validation Framework&lt;/a&gt;&amp;#160; in the Visual Studio 2010 beta 2. &lt;/p&gt;  &lt;p&gt;I downloaded the assemblies, then i added the assembly references on the project, and then i tried to compile the project. But the compiler found the following error message: &lt;/p&gt; &lt;img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://img195.imageshack.us/img195/9129/69118460.png" width="518" height="186" /&gt;&lt;/img&gt;   &lt;p&gt;I found solution to fix this on the &lt;a href="http://cantgrokwontgrok.blogspot.com/2009/10/visual-studio-unknown-build-error.html"&gt;Rob’s blog&lt;/a&gt;. &lt;/p&gt;  &lt;p&gt;To fix this you need to open the Properties for each assembly (via file system) and then click Unlock as you can see in the following screenshot:&lt;/p&gt; &lt;img style="display:block;float:none;margin-left:auto;margin-right:auto;" src="http://img688.imageshack.us/img688/593/73014862.png" width="512" height="344" /&gt;&lt;/img&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2642" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Visual+Studio/default.aspx">Visual Studio</category></item><item><title>How to create a Text Box control in Multiline mode</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/02/01/How-to-create-a-Text-Box-control-in-Multiline-mode.aspx</link><pubDate>Mon, 01 Feb 2010 18:57:19 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2631</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2631.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2631</wfw:commentRss><description>&lt;p&gt;If you need to create a Tex Box control in Multiline mode as you can do in the ASP.NET, check &lt;a href="http://www.silverlightshow.net/tips/How-to-make-a-text-box-multi-line.aspx"&gt;this tip&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;You just need to add the AcceptReturn property on your Text Box control as the following sample:&lt;/p&gt;  &lt;p&gt;&amp;lt;TextBox x:Name=&amp;quot;textBox1&amp;quot; &lt;strong&gt;AcceptsReturn=&amp;quot;True&amp;quot;&lt;/strong&gt;&amp;gt;&amp;lt;/TextBox&amp;gt;&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2631" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Reset Identity value</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2010/01/12/Reset-Identity-value.aspx</link><pubDate>Tue, 12 Jan 2010 15:55:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2472</guid><dc:creator>antoniovargas</dc:creator><slash:comments>1</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2472.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2472</wfw:commentRss><description>&lt;p&gt;Today, i needed to reset the Identity value for one column in the SQL Server database.&lt;/p&gt;  &lt;p&gt;I used the following commando to view the current identity value:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DBCC CHECKIDENT (&amp;#39;TableName1&amp;#39;, NORESEED)&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;and then, it returned the following message:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Checking identity information: current identity value &amp;#39;53&amp;#39;, current column value &amp;#39;53&amp;#39;.   &lt;br /&gt;DBCC execution completed. If DBCC printed error messages, contact your system administrator.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Finally, after I&amp;#39;ve checked the current identity value, i needed to reset this value and I&amp;#39;ve used the following command:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;DBCC CHECKIDENT (TableName1, RESEED, 0)&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;and then, it returned the following message:&amp;nbsp; &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Checking identity information: current identity value &amp;#39;53&amp;#39;, current column value &amp;#39;0&amp;#39;.   &lt;br /&gt;DBCC execution completed. If DBCC printed error messages, contact your system administrator.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2472" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Excel Services: Using REST to get data</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/12/06/Excel-Services_3A00_-Using-REST-to-getting-data.aspx</link><pubDate>Sun, 06 Dec 2009 17:33:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2090</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2090.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2090</wfw:commentRss><description>&lt;p&gt;Now with SharePoint 2010 we are be able to use REST to getting excel file data using Excel Services.&lt;/p&gt;  &lt;p&gt;The syntax is very simple and quickly to understand. I will leave here some samples of how you can use REST to get data.&lt;/p&gt;  &lt;p&gt;To access to your Excel file, you can use the following link:&lt;/p&gt;  &lt;p&gt;http://&lt;em&gt;&lt;strong&gt;&amp;lt;site&amp;gt;&lt;/strong&gt;&lt;/em&gt;/_vti_bin/ExcelRest.aspx/&lt;em&gt;&lt;strong&gt;&amp;lt;library&amp;gt;&lt;/strong&gt;&lt;/em&gt;/&lt;strong&gt;&lt;em&gt;&amp;lt;file&amp;gt;&lt;/em&gt;&lt;/strong&gt;/Model&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&amp;lt;site&amp;gt; &amp;ndash; SharePoint site (such as createit:8080) &lt;/li&gt;    &lt;li&gt;&amp;lt;library&amp;gt; &amp;ndash; SharePoint document library that contains the excel file (such as Profits) &lt;/li&gt;    &lt;li&gt;&amp;lt;file&amp;gt; &amp;ndash; The Excel file that you want to getting data (such as ProfitsV2.xlsx) &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;And then you will be able to get some different type of data as the following samples:&lt;/p&gt;  &lt;p&gt;Used Excel file screenshot (to compare with data results using REST):&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://img412.imageshack.us/img412/9775/97750206.png" /&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Get workbook (ATOM format)&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;http://createbox/devplatform/_vti_bin/ExcelRest.aspx/Simulators/WorldMarkets.xlsx&lt;strong&gt;/Model&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://img13.imageshack.us/img13/150/30733637.png" /&gt;&lt;/p&gt; &lt;/blockquote&gt;   &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Get a range (HTML format)&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;http://createbox/devplatform/_vti_bin/ExcelRest.aspx/Simulators/WorldMarkets.xlsx/Model&lt;strong&gt;/Ranges(&amp;#39;WorldMarkets&amp;#39;)&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://img527.imageshack.us/img527/9138/68384976.png" /&gt;&lt;/p&gt; &lt;/blockquote&gt;   &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Get a range (ATOM format)&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;http://createbox/devplatform/_vti_bin/ExcelRest.aspx/Simulators/WorldMarkets.xlsx/Model/Ranges(&amp;#39;WorldMarkets&amp;#39;)&lt;strong&gt;?$format=atom&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://img704.imageshack.us/img704/2078/69003795.png" /&gt;&lt;/p&gt; &lt;/blockquote&gt;   &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Get a graphic (Image format)&lt;/strong&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;http://createbox/devplatform/_vti_bin/ExcelRest.aspx/Simulators/WorldMarkets.xlsx/Model&lt;strong&gt;/Charts(&amp;#39;Chart%201&amp;#39;)?$format=image&lt;/strong&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;img src="http://img205.imageshack.us/img205/5079/51025844.png" /&gt;&lt;/p&gt; &lt;/blockquote&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2090" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>PDC09: Silverlight videos</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/12/06/PDC09_3A00_-Silverlight-videos.aspx</link><pubDate>Sun, 06 Dec 2009 16:25:12 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2089</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2089.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2089</wfw:commentRss><description>&lt;p&gt;Yesterday, i finally had time to watch some PDC09 session videos and i found some interesting Silverlight videos on my point of view.&lt;/p&gt;  &lt;p&gt;Here are the links to the videos that I recommend you to see:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;How to get data to Silverlight control (What should i use?)&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL06"&gt;Networking and Web Services in Silverlight&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Silverlight on SharePoint:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/P09-05"&gt;Developer Patterns to Integrate Microsoft Silverlight 3.0 with Microsoft SharePoint 2010&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;RIA Services:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL07"&gt;Mastering Microsoft .NET RIA Services&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL21"&gt;Building Amazing Business Applications with Microsoft Silverlight and Microsoft .NET RIA Services&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;ul&gt;   &lt;li&gt;Expression Blend:&lt;/li&gt; &lt;/ul&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/CL30"&gt;Microsoft Expression Blend 3 for Developers: Tips, Tricks and Best Practices&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2089" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Expression+Blend+3/default.aspx">Expression Blend 3</category></item><item><title>SharePoint 2010: Failed to register SharePoint Services on configuration wizard</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/12/01/SharePoint-2010_3A00_-Failed-to-register-SharePoint-Services-on-configuration-wizard.aspx</link><pubDate>Tue, 01 Dec 2009 14:16:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2037</guid><dc:creator>antoniovargas</dc:creator><slash:comments>5</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2037.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2037</wfw:commentRss><description>&lt;p&gt;When i try to run SharePoint configuration wizard after install SharePoint 2010 beta, the wizard application throw a timeout exception and the SharePoint configuration steps aren&amp;rsquo;t done.&lt;/p&gt;  &lt;p&gt;To resolve this problem you need to go to the Registry Editor and delete SPSearchService entry.&lt;/p&gt;  &lt;p&gt;Steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Go to the &lt;em&gt;Start Menu&lt;/em&gt; and then click &lt;em&gt;Run&lt;/em&gt;.&lt;/li&gt;    &lt;li&gt;Write &lt;em&gt;regedit&lt;/em&gt; on &lt;em&gt;Run&lt;/em&gt; box.&lt;/li&gt;    &lt;li&gt;Navigate to the SharePoint registry entries on &lt;em&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web ServerExtensions\14.0\WSS\Services&lt;/em&gt;.&lt;/li&gt;    &lt;li&gt;Delete &lt;em&gt;SPSearchService&lt;/em&gt; entry.&lt;/li&gt;    &lt;li&gt;Run the SharePoint Configuration wizard again.&lt;/li&gt; &lt;/ol&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2037" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Silverlight 4 announced</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/12/01/Silverlight-4-announced.aspx</link><pubDate>Tue, 01 Dec 2009 13:32:24 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2036</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2036.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2036</wfw:commentRss><description>&lt;p&gt;It was announced the release of Silverlight 4 at &lt;a href="http://microsoftpdc.com/"&gt;PDC&lt;/a&gt;, two weeks ago.&lt;/p&gt;  &lt;p&gt;The beta version is now available &lt;a href="http://silverlight.net/getstarted/silverlight-4-beta/#tools"&gt;here&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;This framework version will include the following new interesting features:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Print support&lt;/li&gt;    &lt;li&gt;Webcam and microphone support&lt;/li&gt;    &lt;li&gt;Audio and video local recording capabilities capture RAW video without requiring server interaction.&lt;/li&gt;    &lt;li&gt;Google Chrome support&lt;/li&gt;    &lt;li&gt;Rich Text Editing&lt;/li&gt;    &lt;li&gt;Performance optimizations mean Silverlight 4 applications start quicker and &lt;strong&gt;run 200% faster than the equivalent Silverlight 3 application.&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Read and write files to the user’s MyDocuments, MyMusic, MyPictures and MyVideos folder.&lt;/li&gt;    &lt;li&gt;Enhancements to networking &lt;strong&gt;allow cross-domain access without a security policy file&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Right Click events&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Some interesting links to learn more about Silverlight 4:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://silverlight.net/getstarted/silverlight-4-beta/#whatsnew"&gt;What’s New in Silverlight 4 Beta?&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://silverlight.net/getstarted/silverlight-4-beta/#getting-started"&gt;Getting Started with Silverlight 4 Beta&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://microsoftpdc.com/Sessions/P09-11"&gt;Microsoft Silverlight 4 Overview&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;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"&gt;Five Silverlight 4.0 features you cannot do without&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx"&gt;Silverlight 4 Beta – A guide to the new features&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2036" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Some interesting Silverlight controls on CodePlex</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/11/30/Some-Interesting-Silverlight-controls-on-CodePlex.aspx</link><pubDate>Tue, 01 Dec 2009 01:44:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2029</guid><dc:creator>antoniovargas</dc:creator><slash:comments>2</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2029.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2029</wfw:commentRss><description>&lt;p&gt;I found some Silverlight controls on &lt;a href="http://www.codeplex.com/" title="CodePlex" target="_blank"&gt;CodePlex&lt;/a&gt; that i think that are important to share:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Silverlight Timeline control:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://timeline.codeplex.com/" title="http://timeline.codeplex.com/"&gt;http://timeline.codeplex.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Silverlight DataFilter control:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://riadatafilter.codeplex.com" title="http://riadatafilter.codeplex.com"&gt;http://riadatafilter.codeplex.com&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Silverlight Cover Flow:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://silverlightcoverflow.codeplex.com/" title="http://silverlightcoverflow.codeplex.com/"&gt;http://silverlightcoverflow.codeplex.com/&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2029" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Add Silverlight control to SharePoint</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/11/30/Add-Silverlight-control-to-SharePoint.aspx</link><pubDate>Tue, 01 Dec 2009 01:28:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:2028</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/2028.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=2028</wfw:commentRss><description>&lt;p&gt;One of the problems using Silverlight on SharePoint 2007 is how can we add a Silverlight control in the SharePoint site?&lt;/p&gt;&lt;p&gt;A quickly and simple solution that i found to do it is the &lt;a href="http://spilverlight.codeplex.com/"&gt;SPSilverlight&lt;/a&gt; web part, a web part that allows you to add a Silverlight control to SharePoint.&lt;/p&gt;&lt;p&gt;The only configuration that you need to known is the path where the XAP file is stored in SharePoint (on the layout&amp;rsquo;s folder, on the library&amp;hellip;).&lt;/p&gt;&lt;p&gt;To use this web part you need to install the following package:&lt;/p&gt;&lt;p&gt;&lt;a href="http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120" title="http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120"&gt;http://spilverlight.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=35120&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=2028" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Sharepoint/default.aspx">Sharepoint</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/MOSS+2007/default.aspx">MOSS 2007</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/SharePoint+2007/default.aspx">SharePoint 2007</category></item><item><title>Expression Blend 3: How to set a shadow effect on some control</title><link>http://blogit.create.pt/blogs/antoniovargas/archive/2009/11/12/Expression-Blend-3_3A00_-How-to-set-a-shadow-effect-on-some-control.aspx</link><pubDate>Thu, 12 Nov 2009 16:46:00 GMT</pubDate><guid isPermaLink="false">82e6d864-cc1c-4326-bdf8-b027608494f4:1954</guid><dc:creator>antoniovargas</dc:creator><slash:comments>0</slash:comments><comments>http://blogit.create.pt/blogs/antoniovargas/comments/1954.aspx</comments><wfw:commentRss>http://blogit.create.pt/blogs/antoniovargas/commentrss.aspx?PostID=1954</wfw:commentRss><description>&lt;p&gt;I&amp;rsquo;m training to use Expression Blend because i&amp;rsquo;m not a designer guy but i need to have some base knowledge about the control&amp;rsquo;s design that i developed.&lt;/p&gt;&lt;p&gt;The first restriction that i found is how can i set a shadow effect on some control? I&amp;#39; know it that i can do that, so I searched a little bit and i found a &lt;a href="http://www.silverlightbuzz.com/2009/10/09/using-blurs-and-shadows-in-blend/"&gt;Gavin Wignall&amp;rsquo;s post&lt;/a&gt; which explains very well all the steps to set a shadow effect.&lt;/p&gt;&lt;p&gt;I think that are important to known the following configuration details that i found in the &lt;a href="http://www.silverlightbuzz.com/"&gt;Gavin Wignall&amp;rsquo;s blog&lt;/a&gt;:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;strong&gt;BlurRadius &lt;/strong&gt;- How blurred the shadow is. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Color &amp;ndash; &lt;/strong&gt;Shadow color. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Direction &lt;/strong&gt;- The angle of the light source creating the Shadow Effect. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;Opacity &lt;/strong&gt;- The strength of the shadow in terms of darkness. &lt;/li&gt;&lt;li&gt;&lt;strong&gt;ShadowDepth &lt;/strong&gt;- How far away from your object the Shadow will appear.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To add a shadow effect on control, you need to go to &lt;strong&gt;Effect&lt;/strong&gt; configuration on &lt;strong&gt;Appearance&lt;/strong&gt; configuration area and then click &lt;strong&gt;New&lt;/strong&gt;. After that, you need to select &lt;strong&gt;DropShadowEffect&lt;/strong&gt; into &lt;strong&gt;System.Windows.Media.Effects&lt;/strong&gt; namespace.&lt;/p&gt;&lt;p&gt;I will continue to learn more about Expresion Blend, and if i find some interesting tips or tricks, i ensure that i will post.&lt;/p&gt;&lt;img src="http://blogit.create.pt/aggbug.aspx?PostID=1954" width="1" height="1"&gt;</description><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogit.create.pt/blogs/antoniovargas/archive/tags/Expression+Blend+3/default.aspx">Expression Blend 3</category></item></channel></rss>