<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Posts from the province</title><link>http://blogs.msdn.com/chrniel/default.aspx</link><description /><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>WCF Training in Zürich</title><link>http://blogs.msdn.com/chrniel/archive/2009/05/13/wcf-training-in-z-rich.aspx</link><pubDate>Wed, 13 May 2009 18:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9609457</guid><dc:creator>chrniel</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9609457.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9609457</wfw:commentRss><description>If you want to get up to speed on WCF it has come to my attention through my friend Willy-Peter that Juval Löwy will hold one of his WCF Master Classes in Zürich the end of June. As I have understood from friends and colleagues that have attended previous&amp;nbsp;trainings with Juval they come highly recommended.&amp;nbsp;Read all about the details on &lt;A href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/05/04/wcf-master-class-in-z-rich-be-warned-in-switzerland-a-great-wcf-session-is-looming.aspx" target=_blank mce_href="http://blogs.msdn.com/willy-peter_schaub/archive/2009/05/04/wcf-master-class-in-z-rich-be-warned-in-switzerland-a-great-wcf-session-is-looming.aspx"&gt;Willy-Peters blog&lt;/A&gt;.&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9609457" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/Training/default.aspx">Training</category></item><item><title>Creating a sandbox environment in Visual Studio DB edition</title><link>http://blogs.msdn.com/chrniel/archive/2009/04/06/creating-a-sandbox-environment-in-visual-studio-db-edition.aspx</link><pubDate>Mon, 06 Apr 2009 15:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9533680</guid><dc:creator>chrniel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9533680.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9533680</wfw:commentRss><description>&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Preparing a demo of VSTS DB Edition for a customer the other day I ran in to some problems with creating a isolated sandbox environment.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;The scenario I wanted to solve was to have a separate deployment configuration for my sandbox where I re-created the database every time I deployed. In my project settings I just wanted to do incremental deployments.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I started with opening the properties for my database project and changed the value of “Configure deployment settings for:” to “My Isolated development environment”.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;IMG style="WIDTH: 642px; HEIGHT: 385px" title="Project Properties" alt="Project Properties" align=baseline src="http://blogs.msdn.com/photos/chrniel/images/9533673/original.aspx" width=642 height=385 mce_src="http://blogs.msdn.com/photos/chrniel/images/9533673/original.aspx"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I then add a new “Deployment configuration file” accepting the default name of “Username.user.sqldeployment”.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;In that file I check the checkbox for “Always re-create database” and save the deployment config as well as the project config files.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;&lt;o:p&gt;&lt;IMG style="WIDTH: 437px; HEIGHT: 155px" title="Deployment properties" alt="Deployment properties" align=baseline src="http://blogs.msdn.com/photos/chrniel/images/9533670/original.aspx" width=437 height=155 mce_src="http://blogs.msdn.com/photos/chrniel/images/9533670/original.aspx"&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I then test to deploy my database and nothing happens, I still just get an incremental deployment.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;&lt;SPAN style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;As I’m somewhat of a newbie on DB Edition I assume I did something wrong and start to look for the problem. After doing that for a while I gave up and posted a message to one of our internal mail aliases. This is one of the great things with working at Microsoft, whenever you need assistance you have a ton of fantastic colleagues that help out. I got a reply from &lt;A title=http://blogs.msdn.com/gertd/ href="http://blogs.msdn.com/gertd/" target=_blank mce_href="http://blogs.msdn.com/gertd/"&gt;Gert “Data Dude” Drapers&lt;/A&gt; where he pointed out that I had hit one of the issues in the DB Edition GDR that is fixed in the upcoming &lt;A title="RC1 of Database Edition GDR v2" href="http://blogs.msdn.com/vstsdb/archive/2009/03/25/visual-studio-2008-database-edition-gdr-v2-rc1-previously-called-qfe.aspx" mce_href="http://blogs.msdn.com/vstsdb/archive/2009/03/25/visual-studio-2008-database-edition-gdr-v2-rc1-previously-called-qfe.aspx"&gt;QFE&lt;/A&gt; of the Visual Studio 2008 Team System Database Edition GDR.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; FONT-SIZE: 11pt; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-bidi-language: AR-SA" lang=EN-US&gt;After installing the RC of the QFE the behavior is as expected.&lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9533680" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/VSTS+Database+Edition/default.aspx">VSTS Database Edition</category></item><item><title>How does the TFS Source Control Proxy interacts with the TFS AT</title><link>http://blogs.msdn.com/chrniel/archive/2008/12/20/how-does-the-tfs-source-control-proxy-interacts-with-the-tfs-at.aspx</link><pubDate>Sat, 20 Dec 2008 23:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9244422</guid><dc:creator>chrniel</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9244422.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9244422</wfw:commentRss><description>&lt;P&gt;I was on a conf call the other day where I got a question regarding how the interaction works between the TFS AT and the source control proxy. The biggest issue was how the proxy keep track of that the request for a file from source control is from an authorized user. I didn't know the answer so I posted a question on our internal mail alias.&lt;/P&gt;
&lt;P&gt;I got an excellent answer from &lt;A class="" href="http://blogs.msdn.com/roberthorvick/" mce_href="http://blogs.msdn.com/roberthorvick/"&gt;Robert Horvick&lt;/A&gt;, one of the many skilled people in the TFS product group who described the interaction for me.&lt;/P&gt;
&lt;P&gt;Since I was interested in the answer I thought someone else might be as well so I created a Visio drawing describing it and I thought I post it here.&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH: 805px; HEIGHT: 629px" height=629 src="http://blogs.msdn.com/photos/chrniel/images/9244397/original.aspx" width=805 align=top mce_src="http://blogs.msdn.com/photos/chrniel/images/9244397/original.aspx"&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9244422" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS+Source+control/default.aspx">TFS Source control</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS+Proxy/default.aspx">TFS Proxy</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/Deployment/default.aspx">Deployment</category></item><item><title>TFS Branching Guide 2.0</title><link>http://blogs.msdn.com/chrniel/archive/2008/12/20/tfs-branching-guide-2-0.aspx</link><pubDate>Sat, 20 Dec 2008 12:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9243732</guid><dc:creator>chrniel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9243732.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9243732</wfw:commentRss><description>&lt;P&gt;The VSTS Rangers&amp;nbsp;in cooperation with VSTS MVPs, Microsoft Services, and VSTS Product Team has released v2 of the TFS Branching Guide.&lt;/P&gt;
&lt;P&gt;You can get it from Codeplex &lt;A href="http://www.codeplex.com/TFSBranchingGuideII"&gt;http://www.codeplex.com/TFSBranchingGuideII&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;This is a great piece of guidance in an area where there are lots of ways of doing things complex and thus hurt project velocity. &lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9243732" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS+Source+control/default.aspx">TFS Source control</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/Branching/default.aspx">Branching</category></item><item><title>Error message when trying to access WSS Site Admin</title><link>http://blogs.msdn.com/chrniel/archive/2008/12/11/error-message-when-trying-to-access-wss-site-admin.aspx</link><pubDate>Thu, 11 Dec 2008 22:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9198055</guid><dc:creator>chrniel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9198055.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9198055</wfw:commentRss><description>&lt;P&gt;This is a post describing an issue a Swedish customer asked me about in the spring of 2008 that is described &lt;A class="" href="http://social.msdn.microsoft.com/forums/en-US/tfsadmin/thread/c224068a-0868-4e99-ad07-cb03f08dec4d/" mce_href="http://social.msdn.microsoft.com/forums/en-US/tfsadmin/thread/c224068a-0868-4e99-ad07-cb03f08dec4d/"&gt;here&lt;/A&gt;. Since I still see questions on this I decided to post it here as well.&lt;/P&gt;
&lt;P&gt;The problem is that when trying to access SharePoint from the link in the Group Membership dialog in Team Explorer they get the following error.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;"The Team Foundation Server could not locate the online Site Administration application for this team project portal in Windows SharePoint Services. The most likely cause of this error is that the language settings on the team project portal do not match the current language of your Visual Studio client. The location of Site Administration is specific to the language of the project portal. Contact the Team Foundation Server administrator for availability information of Site Administration for this project portal. For more information, see the Windows SharePoint Services Administrator's Guide."&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The reason for this is that Team Explorer picks up the locale of the operating system when constructing the link URL. In Swedish that would be &lt;STRONG&gt;/Sites/TeamProjectName/_layouts/1053&lt;/STRONG&gt; and since the 1053 folder doesn't exists IIS returns a HTTP 404 Error that causes the error message above to be displayed.&lt;/P&gt;
&lt;P&gt;Because of how SharePoint works this can be fixed by adding an empty folder under C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS on the server hosting SharePoint and name it the same as the locale you want to support. In my case 1053.&lt;/P&gt;
&lt;P&gt;When the folder is found IIS is ok and since there are no files in the folder SharePoint will look in the default location for the files.&lt;/P&gt;
&lt;P&gt;For a list of locales and their corresponding numbers I found &lt;A class="" href="http://office.microsoft.com/en-us/help/HP100305701033.aspx" mce_href="http://office.microsoft.com/en-us/help/HP100305701033.aspx"&gt;this resource&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;To make sure that you dont have any issues when servicing TFS I would recommend that you remove any folders added before trying any servicing&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9198055" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>TFS2008 on Windows Server 2008 and SQL Server 2008</title><link>http://blogs.msdn.com/chrniel/archive/2008/12/07/tfs2008-on-windows-server-2008-and-sql-server-2008.aspx</link><pubDate>Sun, 07 Dec 2008 20:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9182091</guid><dc:creator>chrniel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9182091.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9182091</wfw:commentRss><description>&lt;P&gt;Today I decided to create a TFS 2008 VPC environment using Windows Server 2008 and SQL 2008.&lt;/P&gt;
&lt;P&gt;In general I have to say that the installation went pretty smooth. I created a slipstream installer according to the instructions in the installation guide. Started with installing TFC and VS SP1 to make sure that everything was done according to instructions.&lt;/P&gt;
&lt;P&gt;When the installation was done I configured TFS to use a FQDN according to the instructions in &lt;A class="" href="http://blogs.msdn.com/buckh/archive/2007/03/31/configuring-team-foundation-server-to-use-fully-qualified-domain-names.aspx" target=_blank mce_href="http://blogs.msdn.com/buckh/archive/2007/03/31/configuring-team-foundation-server-to-use-fully-qualified-domain-names.aspx"&gt;Buck's blog post&lt;/A&gt;. Then I was ready to test the installation.&lt;/P&gt;
&lt;P&gt;I was logged on to the TFS server as TFSSetup, started Visual Studio, connected to TFS using my FQDN and selected to create a new team project. It took a little while and then the PCW ended with an error.&lt;/P&gt;
&lt;P&gt;TF30224: Failed to retrieve projects from the report server. Please check that the SQL Server Reporting Services Web and Windows services are running and you have sufficient privileges for creating a project.&lt;/P&gt;
&lt;P&gt;Looking at the project creation log I found the error&lt;/P&gt;
&lt;P&gt;Exception Message: System.Web.Services.Protocols.SoapException: The permissions granted to user 'GALLIEN\TFSSetup' are insufficient for performing this operation. ---&amp;gt; &lt;/P&gt;
&lt;P&gt;I couldn't really figure out what I had done wrong, everything seemed to look correct. Since I was running in a VPC I had enabled the undo disk&amp;nbsp;before configuring the FQDN so I decided to back the environment to that point and try if it was my configuration that caused the problem but with no luck, I still got the same error.&lt;/P&gt;
&lt;P&gt;So after looking around a bit I realized that I didn't run VS with elevated permission when testing. That was it I was able to run PCW successfully, now I only have to redo the FQDN configuration :-)&lt;/P&gt;
&lt;P mce_keep="true"&gt;Update:&lt;/P&gt;
&lt;P mce_keep="true"&gt;After finalizing the installation I realized that even though reporting services was working, the reports didn't. As I found out, by reading this excellent &lt;A class="" href="http://blogs.msdn.com/dstfs/archive/2008/10/23/my-experience-setting-up-tfs-windows-sever-sql-server-2008.aspx" target=_blank mce_href="http://blogs.msdn.com/dstfs/archive/2008/10/23/my-experience-setting-up-tfs-windows-sever-sql-server-2008.aspx"&gt;blog post&lt;/A&gt;, this was because of the installation of SQL I used Network Service as service account and this was used by&amp;nbsp;Analysis Services to access the SQL Server. After creating a user for Network Service and adding it to the TfsWarehouseDataReader role everything works.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9182091" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS/default.aspx">TFS</category><category domain="http://blogs.msdn.com/chrniel/archive/tags/Installation/default.aspx">Installation</category></item><item><title>Upgrading TFS 2005 to 2008 SP1</title><link>http://blogs.msdn.com/chrniel/archive/2008/11/29/upgrading-tfs-2005-to-2008-sp1.aspx</link><pubDate>Sun, 30 Nov 2008 01:56:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9156528</guid><dc:creator>chrniel</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9156528.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9156528</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I have been helping a customer with moving their TFS 2005 server to new hardware and then upgrade it to 2008. I wanted to share some of the things I learned during this.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;This are things that all are documented in blogs, forums etc. but I wanted to try to compile it in one post.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Calibri size=3&gt;To avoid the error 29250 during the upgrade of TFS I created a slipstreamed installer according to the instructions in the &lt;/FONT&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?FamilyID=FF12844F-398C-4FE9-8B0D-9E84181D9923&amp;amp;displaylang=en"&gt;&lt;FONT face=Calibri size=3&gt;installation guide&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt;. As you know this means that .NET Framework 3.5 SP1 will be installed. What I didn’t know is that the .NET FW 3.5 installer can fail if the print spooler isn’t started. I found the exact same error I was experiencing described in &lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/astebner/archive/2007/12/19/6811853.aspx"&gt;&lt;FONT face=Calibri size=3&gt;Aaron Stebner’s&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt; blog.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT face=Calibri size=3&gt;Next issue with .NET Framework 3.5 SP1 is that it is incompatible with Windows SharePoint Services v2.0. This is described on the &lt;/FONT&gt;&lt;A href="http://blogs.msdn.com/sharepoint/archive/2008/08/27/net-framework-3-5-sp1-issue-on-windows-sharepoint-services-v2-0.aspx"&gt;&lt;FONT face=Calibri size=3&gt;SharePoint Team&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Calibri size=3&gt; blog, the workaround described there is not a viable option in the case of the TFS upgrade since it would probably render TFS unusable. The only thing I could figure out to do was to continue with upgrading WSS to WSS3.0 as described &lt;/FONT&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc507614.aspx"&gt;&lt;FONT face=Calibri size=3&gt;here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ansi-language: EN-US; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;When the WSS upgrade completed I found that I couldn’t open the Team Project Portal for any project that I hadn’t created. I only got the red X in team explorer, when trying to browse directly to the site I got an “Access Denied”. I didn’t understand this since I was using an account that was in the Local Administrators group on the server and it used to work before. I was playing around for a while but finally I had to give up and call my colleague Peter, who knows everything about SharePoint. He naturally told me that the security in SharePoint changed from v2.0 to 3.0, where WSS2 automatically gave you access to all the sites if your account either was a local admin or in the SharePoint Administrator Group set in Central Administration. In WSS 3.0 the same thing can be achieved by using “Policy for Web Application” that is found under the “Application Management” tab in Central Administration. &lt;/SPAN&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9156528" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/TFS/default.aspx">TFS</category></item><item><title>VSTS|TFS value adds for the future</title><link>http://blogs.msdn.com/chrniel/archive/2008/11/28/vsts-tfs-value-adds-for-the-future.aspx</link><pubDate>Fri, 28 Nov 2008 17:25:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9151809</guid><dc:creator>chrniel</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9151809.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9151809</wfw:commentRss><description>&lt;P&gt;My friend &lt;A class="" title=Willy-Peter href="http://dotnet.org.za/willy/archive/2008/11/28/vsts-tfs-vaue-add-for-the-future-what-are-your-thoughts.aspx" target=_blank mce_href="http://dotnet.org.za/willy/archive/2008/11/28/vsts-tfs-vaue-add-for-the-future-what-are-your-thoughts.aspx"&gt;Willy-Peter&lt;/A&gt; is conducting a survey on what Value adds the community around VSTS|TFS wants to see in the future. Take the opportunity to influence the decision.&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9151809" width="1" height="1"&gt;</description></item><item><title>About me</title><link>http://blogs.msdn.com/chrniel/archive/2008/11/27/about-me.aspx</link><pubDate>Thu, 27 Nov 2008 10:18:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9145997</guid><dc:creator>chrniel</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/chrniel/comments/9145997.aspx</comments><wfw:commentRss>http://blogs.msdn.com/chrniel/commentrss.aspx?PostID=9145997</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;So, Then it has finally become my turn to start blogging. I have thought about it for a long time now but haven't come around to actually do something about it.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;This, my first blog post ever is just to describe who I am and what I do.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;My name is Christian Nielsen and I'm 41 years old. I live with my wife and two teenage daughters in an old house in the countryside approximately 30 km north of Gothenburg, Sweden.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I’m currently an employee of Microsoft Consulting Services in Sweden where I have specialized on our tools around Application Lifecycle Management (ALM), Visual Studio Team System and Team Foundation Server.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;My intention with this blog is to document findings I do when working, both as a reference for myself but also I hope that it can be of help for others. You might also find some more personal posts about life on the Swedish countryside.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;I hope you enjoy it and please give me feedback on the content.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;FONT size=3&gt;&lt;FONT face=Calibri&gt;Best regards, Christian&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9145997" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/chrniel/archive/tags/Personal/default.aspx">Personal</category></item></channel></rss>