<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>My thoughts, shares ... with .Net and Microsoft</title>
  <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/" />
  <link rel="self" href="http://blog.svencipido.be/Blog/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2011-04-08T02:26:58.9063269-04:00</updated>
  <author>
    <name>Sven Cipido</name>
  </author>
  <subtitle>My life in the Microsoft World</subtitle>
  <id>http://blog.svencipido.be/Blog/</id>
  <generator uri="http://www.dasblog.net" version="1.8.5223.0">DasBlog</generator>
  <entry>
    <title>Strange Outlook Express Message to free updisk space</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Strange+Outlook+Express+Message+To+Free+Updisk+Space.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,0d507234-5db5-4832-985f-1f6fd424ae3d.aspx</id>
    <published>2011-04-07T03:11:17.602-04:00</published>
    <updated>2011-04-08T02:26:58.9063269-04:00</updated>
    <category term="Office" label="Office" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Since yesterday I got a strange Outlook
   Express message.<br /><br /><b>"To free up disk space outlook express can compact messages"</b><br /><br />
   I call it strange as I don't have OE installed, because I'm using Outlook.<br /><br />
   So looking around in my system to see if there was some OE instance somewhere I didn't
   find anything.  Googling for this problem gave me the solution.<br />
   The problem is with Windows Desktop Search.  it seems that by default OE is defined
   as an indexed location.  So there are three steps needed to solve this problem.<br /><br />
   1) Close the message box with cancel<br />
   2) Click on the magnifying glass of Windows Desktop Search and choose Windows Desktop
   Search Options from the menu. You will see that OE is listed under "Included Locations".
   Click the modify button to bring up the "Indexed Locations popup".  Uncheck the
   Microsoft Outlook Express: Main Identity entry.<br />
   3) Open regedit and navigate to this key: HKEY_CURRENT_USER\Identities\{GUID}\Software\Microsoft\Outlo
   ok Express\5.0.  Replace GUID with the long number used for your identy. 
   I had only one GUID so it was easy. In the right pane double click on "Compact Check
   Count" and set the value to zero. Close regedit en restart your computer.<br /><br />
   It solved the problem for me.  But I saw the counter was going up again. 
   So maybe in e few months I got the message again.  We will see.<br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=0d507234-5db5-4832-985f-1f6fd424ae3d" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Disabling dropping after a build in TFS2008</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Disabling+Dropping+After+A+Build+In+TFS2008.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,5dd35d0e-1054-4362-99fa-c247a1f8a1dd.aspx</id>
    <published>2011-02-09T08:09:58.4480167-05:00</published>
    <updated>2011-02-09T08:09:58.4480167-05:00</updated>
    <category term="TFS" label="TFS" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">We got the question of one of our teams
   if it is possible to hold the dropping of the files after a build is done.  They
   want to have this for the CI builds on the DEV Branche. So they could win time on
   their builds.<br /><br />
   The solution for this is easy, just use this statement in your build file:<br /><br /><p><span lang="nl-be"><font size="2" color="#0000ff" face="Arial">&lt;</font><font size="2" color="#a31515" face="Arial">Target</font><font size="2" color="#ff0000" face="Arial">Name</font><font size="2" color="#0000ff" face="Arial">=</font><font size="2" face="Arial">"</font><font size="2" color="#0000ff" face="Arial">DropBuild</font><font size="2" face="Arial">"</font><font size="2" color="#0000ff" face="Arial">&gt;</font></span></p><p><span lang="nl-be"><font size="2" color="#0000ff" face="Arial">&lt;/</font><font size="2" color="#a31515" face="Arial">Target</font><font size="2" color="#0000ff" face="Arial">&gt;</font></span></p>
   I don't want to recommend to use this approach, and if you want to use it, use it
   only for very big projects.<br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=5dd35d0e-1054-4362-99fa-c247a1f8a1dd" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Getting latest source from TFS2008 hangs</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Getting+Latest+Source+From+TFS2008+Hangs.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,ef33b060-20bc-4cce-9769-fd68e5938701.aspx</id>
    <published>2011-02-09T08:01:52.4386855-05:00</published>
    <updated>2011-02-09T08:01:52.4386855-05:00</updated>
    <category term="TFS" label="TFS" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">One of our developers just had a problem. 
   He did a get latest source.  Normally this takes around 1 minute.  Now after
   10 minutes or so it was still busy and looks like it was hanging.<br /><br />
   Probably this is because of a corrupt local cache.<br /><br />
   The problem was solved by clearing the local cache:<br /><br /><div><span class="351184510-09022011"><font size="2" face="Arial">C:\Documents and
      Settings\&lt;USER&gt;\Local Settings\Application Data\Microsoft\Team Foundation\2.0\Cache</font></span></div><br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=ef33b060-20bc-4cce-9769-fd68e5938701" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Mini XP Day</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Mini+XP+Day.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,a41e9af9-e7c0-4fbd-83ef-af42a1ae0681.aspx</id>
    <published>2011-01-28T09:14:55.2731575-05:00</published>
    <updated>2011-01-28T09:14:55.2731575-05:00</updated>
    <category term="Agile" label="Agile" scheme="dasBlog" />
    <category term="Kanban" label="Kanban" scheme="dasBlog" />
    <category term="Scrum" label="Scrum" scheme="dasBlog" />
    <category term="XPDays" label="XPDays" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">This week I received some great news. 
   The session I gave my colleague Peter Doomen @ XPDays Benelux 2010 (<a href="http://blog.svencipido.be/Blog/XP+Days+Benelux+2010.aspx">All
   info here</a>) is selected as one of the 12 best session.  We now going to redeliver
   our session @ the Mini XP Day on April 1st 2011, In Mechelen (Belgium).<br /><br />
   More info will follow.<br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=a41e9af9-e7c0-4fbd-83ef-af42a1ae0681" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Connect VS2008 to TFS2010</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Connect+VS2008+To+TFS2010.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,e4059bb5-0be3-4c51-81dd-e7264fd9c929.aspx</id>
    <published>2011-01-26T08:52:28.1504774-05:00</published>
    <updated>2011-01-26T08:52:28.1504774-05:00</updated>
    <category term="TFS" label="TFS" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">In our company we are setting up TFS2010. 
   We have decided not to roll-out VS2010 by default.  Most of the developers still
   going to use VS2008.  Standard VS2008 can't connect to TFS2010.<br />
   But by installing the Visual Studio Team System 2008 Service Pack 1 Forward Compatibility
   Update for Team System 2010, they can connect.<br /><br />
   Be sure that Vs2008 SP1 is installed.  Next download the Update here: <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=cf13ea45-d17b-4edc-8e6c-6c5b208ec54d">http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=cf13ea45-d17b-4edc-8e6c-6c5b208ec54d</a> and
   install it.<br /><br />
   After the installation, you can add your TFS2010 server in the Team Explorer 2008.<br /><br />
   One remark:<br />
   Normally, when adding a server, you just type &lt;Servername&gt; and Team Explorer
   will add the port. To connect to TFS2010 to type:<br /><br />
   http://&lt;servername&gt;:&lt;port&gt;/&lt;web application path&gt;/&lt;Team Collection&gt;. 
   See image for an example.<br /><br /><img src="http://blog.svencipido.be/Blog/content/binary/VS2008TFS2010Connectie.PNG" border="0" /><br /><br />
   This will give you the list of all Team Projects under this collection in the way
   a developer is used to see it for TFS2008.  You can't leave the teamcollection
   out of it as VS2008 can't work with team collections.<br /><br />
   Second remark:<br />
   Don't close the URL with a trailing backslash.  Team Explorer will fail making
   the connection and give you the message "Team Explorer is busy....".  This bug
   is introduced in the Team Explorer Forward Compatible Update.<br /><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=e4059bb5-0be3-4c51-81dd-e7264fd9c929" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>VS2008:2010 issue with excel 2003</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/VS20082010+Issue+With+Excel+2003.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,64228e75-ae04-4891-860d-d5d46f6afd49.aspx</id>
    <published>2011-01-03T07:51:09.3502716-05:00</published>
    <updated>2011-01-03T07:51:09.3502716-05:00</updated>
    <category term="TFS" label="TFS" scheme="dasBlog" />
    <category term="Visual Studio 2010" label="Visual Studio 2010" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">In our company we are currently working
   with VS2008 and office 2003.  Everything will be upgrade to VS2010 and Office
   2010 the comming months.<br />
   But some developers already have VS2010.<br /><br />
   Since the moment that they have it installed they had problems with VS2008 connecting
   to excel.<br />
   They always got the error "TF86001: Team Foundation was unable to load the office
   addin" and "TF80042: The document cannot be opened because you don't have Microsoft
   Excel 2003 or later, or one of its components installed".<br /><br />
   The problem is caused bacause of the installation of VS2010.  Here you need at
   least office 2007 or higher.<br /><br />
   The solution for this is easy.  Just follow the next steps:<br /><br />
   1) Open a command prompt in admin mode<br />
   2) Change the directory to "<b>Program Files\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies</b>"<br />
   3) Unregister the 2010 add-in version: "<b>regsvr32 /u TFSOfficeAdd-in.dll</b>"<br />
   4) Chnage the directory to "<b>Program Files\Microsoft Visual Studio 9\Common7\IDE\PrivateAssemblies</b>"
   (could also 9.0 instead of 9)<br />
   4) Register the 2008 add-in version: "<b>regsvr32 TFSOfficeAdd-in.dll</b>"<br /><br />
   This will  disable the office integration in VS2010 and enable it again in VS2008. 
   You cannot use the tree queries, it has only the ability for flat queries.<br />
   Also you can only use VS2008 and not VS2010 for the export to excel.<br /><br />
   If you repair your Team Explorer,there is a big change you have to do these steps
   again.<br /><br />
   What if we upgrade to Office 2007 or higher after this change?  Easy just the
   the opposite.  Unregister the VS2008 add-in and register the VS2010 add-in.<br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=64228e75-ae04-4891-860d-d5d46f6afd49" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Certified Sitecore Advanced User </title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Certified+Sitecore+Advanced+User+.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,b82f179a-3dae-4c35-b66c-e97ffd00564e.aspx</id>
    <published>2010-09-10T01:49:39.023486-04:00</published>
    <updated>2010-09-10T01:49:39.023486-04:00</updated>
    <category term="Personal" label="Personal" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
      Yesterday I took the exam @ Sitecore for Advanced User and I passed with 18/20. 
      So from now on, I'm a certified Advanced User :-).
   </p>
        <p>
      What is Sitecore? Sitecore is a WCMS (Web Content Management System).  In our
      company we use it for our websites.
   </p>
        <p>
      The advanced training gives you following insides:
   </p>
        <ol>
          <li>
         What is it?</li>
          <li>
         How does everything work (like content editor, page editor)</li>
          <li>
         How to publish</li>
          <li>
         Workflows</li>
          <li>
         Security</li>
          <li>
         Maintenance</li>
        </ol>
        <img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=b82f179a-3dae-4c35-b66c-e97ffd00564e" />
        <br />
        <hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>XP Days Benelux 2010</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/XP+Days+Benelux+2010.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,5af6d957-948e-4f73-ad3d-559b4b975da7.aspx</id>
    <published>2010-09-07T02:33:28.554201-04:00</published>
    <updated>2010-09-07T02:33:28.554201-04:00</updated>
    <category term="Agile" label="Agile" scheme="dasBlog" />
    <category term="Kanban" label="Kanban" scheme="dasBlog" />
    <category term="Scrum" label="Scrum" scheme="dasBlog" />
    <category term="XPDays" label="XPDays" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
      This year, the 8th edition of the XP Days Benelux takes place on November 25-26th
      2010.  The location is Kapellerput in Heeze (The Netherlands).
   </p>
        <p>
      Together with my colleague <a href="http://www.aboriginemundi.com">Peter Doomen</a>,
      I'm selected as a speaker.  The session we are going to deliver is the Frog Factory.
      Read more about this session <a href="http://blog.svencipido.be/Blog/A+Kanban+Experience.aspx">here</a> and <a href="http://www.aboriginemundi.com/index.php/2010/04/the-frog-factory-a-kanban-experience-game/">here</a>.
   </p>
        <p>
      All the info about the XpDays can be found <a href="http://www.xpdays.net/">here</a>.
   </p>
        <img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=5af6d957-948e-4f73-ad3d-559b4b975da7" />
        <br />
        <hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>May we have your vote please?</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/May+We+Have+Your+Vote+Please.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,b5f6bc60-2efa-4ccf-bf5a-4121834a1286.aspx</id>
    <published>2010-06-01T13:52:03.6904284-04:00</published>
    <updated>2010-06-01T13:52:03.6904284-04:00</updated>
    <category term="Agile" label="Agile" scheme="dasBlog" />
    <category term="Kanban" label="Kanban" scheme="dasBlog" />
    <category term="Scrum" label="Scrum" scheme="dasBlog" />
    <content type="html">&lt;p&gt;
   May we have your vote please? Together with 3 colleagues, I participate on the PMI
   Agile contest on YouTube. Have a look at our presentation Agile @ SD Worx YannicHelsen
   and give us your vote! How to? Sign in on YouTube, become a member of the PMIAgile
   group on &lt;a href="http://lnkd.in/BpXYNP"&gt;http://lnkd.in/BpXYNP&lt;/a&gt;&amp;nbsp; , click on
   our video (“Agile @ SDWorx” YannicHelsen) and vote for use by clicking I love it!
   Tnx in advance!
&lt;/p&gt;
&lt;p&gt;
   This is the video:
&lt;/p&gt;
&lt;p&gt;
   &lt;object width=480 height=385&gt;
      &lt;param name="movie" value="http://www.youtube.com/v/xZMhs6GJV7E&amp;amp;hl=en_GB&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x3a3a3a&amp;amp;color2=0x999999"&gt;
      &lt;param name="allowFullScreen" value="true"&gt;
      &lt;param name="allowscriptaccess" value="always"&gt;
      &lt;embed src="http://www.youtube.com/v/xZMhs6GJV7E&amp;hl=en_GB&amp;fs=1&amp;rel=0&amp;color1=0x3a3a3a&amp;color2=0x999999" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"&gt;&lt;/embed&gt;
   &lt;/object&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=b5f6bc60-2efa-4ccf-bf5a-4121834a1286" /&gt;
&lt;br /&gt;
&lt;hr /&gt;My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido</content>
  </entry>
  <entry>
    <title>Windows 7 64-bit, Office 2010 64-bit and Windows Mobile Device Center</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Windows+7+64bit+Office+2010+64bit+And+Windows+Mobile+Device+Center.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,a3c9bb61-d3b1-4d77-a80f-5d21daebbff9.aspx</id>
    <published>2010-05-29T06:31:22.3630166-04:00</published>
    <updated>2010-05-29T06:31:22.3630166-04:00</updated>
    <category term="Office" label="Office" scheme="dasBlog" />
    <category term="Windows 7" label="Windows 7" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">Yep, the first problem I got with windows
   7 64-bit, Office 2010 64-bit and Windows Mobile Device Center.<br /><br />
   Using windows 7 64bit, you need to install the Windows Mobile Device Center 64-bit. 
   No problem when using Office 2007.<br />
   But after I installed Office 2010 64-bit, no synchronization is made with my HTC mobile
   phone.<br /><br />
   So I reinstalled the Mobile center and then I got the message that he can't find outlook. 
   So what's the problem?<br /><br />
   It seems that Windows Mobile center isn't up to date to use with the 64-bit version
   of Office 2010.<br /><br /><b>How to resolve?</b><br />
   Well you could de-install office 2010 64-bit and reinstall the 32-bit version. 
   But as I have a 64-bit processor this is stupid.<br />
   Another solution is to use google mail to sync with Outlook and then to sync with
   your mobile phone.  
   <br /><br />
   None of them has my interest.  So I hope that MS will soon release a new version
   of their mobile center.  As this is so stupid for the moment.<br /><p></p><img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=a3c9bb61-d3b1-4d77-a80f-5d21daebbff9" /><br /><hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
  <entry>
    <title>Moving your Scrum team to Kanban</title>
    <link rel="alternate" type="text/html" href="http://blog.svencipido.be/Blog/Moving+Your+Scrum+Team+To+Kanban.aspx" />
    <id>http://blog.svencipido.be/Blog/PermaLink,guid,d71b00b3-87d9-4554-afb2-5ca49c8c7b38.aspx</id>
    <published>2010-04-28T02:46:55.8213403-04:00</published>
    <updated>2010-04-28T02:46:55.8213403-04:00</updated>
    <category term="Agile" label="Agile" scheme="dasBlog" />
    <category term="Kanban" label="Kanban" scheme="dasBlog" />
    <category term="Scrum" label="Scrum" scheme="dasBlog" />
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://blog.crisp.se/mattiasskarin/">Mattias Skarin aka Crisp</a> posted
      a nice small article with a case study about a team that is transformed from Scrum
      to Kanban.  He also put a few things he learned from this process, but also mentioned
      that they still have a way to go.
   </p>
        <p>
      So if you are interested in this, read it here: <a href="http://blog.crisp.se/mattiasskarin/2010/04/27/1272362964756.html">http://blog.crisp.se/mattiasskarin/2010/04/27/1272362964756.html</a></p>
        <p>
        </p>
        <img width="0" height="0" src="http://blog.svencipido.be/Blog/aggbug.ashx?id=d71b00b3-87d9-4554-afb2-5ca49c8c7b38" />
        <br />
        <hr />
   My thoughts, shares,... with .Net and Microsoft - The blog of Sven Cipido
</div>
    </content>
  </entry>
</feed>
