Richard Fennell

Mirror of 'But it works on my PC!'

Browse by Tags

All Tags » VSTS » Technical Tips (RSS)
TF53010 error and no TFS Warehouse updates after a SQL migrate
We recently moved our central SQL server to new SAN hardware and at the same time upgraded from SQL2005 to SQL2008. Once this was done we noticed that our TFS Reports were running against old Warehouse data. Checking the TFS Application Tier event log...
TF250020 error creating new Team Projects
Whilst working on our TFS2010 Beta 1 test server today I got the following error when I tried to create a new team project TF250020: The following SharePoint Web application is not valid: http://vs2010.mydomain.com . Verify that you have the correct URL...
Visual Studio 2008 connecting to TFS 2010
You can connect a Visual Studio 2008 IDE instance to a TFS 2010 server, as detailed in Martin Hinshelwood’s blog , but I cannot stress enough you have to have VS2008 SP1 installed . If you don’t, you get an error dialog when you enter the URL for the...
Remember the new URL format for the TFS2010 web services have changed
To have a good look at TFS2010 I have migrated some existing VS2008 projects to VS2010. This has meant they are now being built using a new TFS 2010 build server. Now I wanted to make sure everyone still knew what was building and what was not, so I updated...
Visual Studio 2010 project upgrade bug; test assemblies being copied to release folders in error
After I upgraded an ASP.NET Web Application VS2008 solution to VS2010 I found a strange problem. When I build either the whole solution or the test project in the solution the test assembly gets copies to Web Applications bin directory. However if I build...
TF255048 Error when installing TFS 2010 beta 1
When you setup a dual or multi server TFS installation you need to specify the location of the OLAP Analysis service instance that will be used for the reporting warehouse. As with much of the TFS installation and configuration process there is a test...
Microsoft.AnalysisServices Assemblies missing when configuring Reporting Services on dual tier TFS 2010 Beta1
TFS 2010 provides far more options for the configuration of your server than the previous versions. You now can easily make use of any existing server resources you have such as SharePoint farms or Enterprise SQL installations. Today I was looking at...
Testing access attributes on the Microsoft MVC framework
The MVC framework provides an excellent way to create a testable web site. In fact when you create a new MVC project you are given the option to create an associated test project that contains MSTEST unit tests for all the sample methods in the MVC Controller...
Visual Studio 2008 Database Edition GDR release - Createdeployment
Whilst preparing for my session at SQLBits next weekend I was re-watched Gert Drapers' PDC session (TL45) where he used a command tool to deploy a database via a USB pen drive (about 30 minutes into the session) . Now it seems that the createdeployment...
Writing a webpart to work inside and outside Sharepoint when talking to WCF
I have posted in the past on porting our ASP.NET bug tracking systems into Sharepoint and also linking it to TFS . The idea being that the initial customer support contact is tracked in the call tracking system e.g. is it switched on, is there paper in...
MSB3155 errors in Team build when publishing to click once
If your team build project uses the Publish Target option (to create a ClickOnce deploy) you may see the error BuildWallboard.csproj" (Publish target) (3:5) -> (_DeploymentGenerateBootstrapper target) -> MSB3155: Item 'Microsoft.Net.Framework...
TFS TeamBuild and Sharepoint WSP deployment (and any post build events for that matter)
We use the SharePoint Visual Studio Project Template on CodePlex to create WSP deployment packages for our SharePoint features. I tend to think of this WSP creation project in the same way as a MSI installer; so we don’t put SharePoint components into...
TF53010 & TF213000 unable to load
I got this error when installing TFS 2008. In the error log I could see the problem was when the TfsGssInit.exe   was run, it said Detailed Message: TF213000: A required user account could not be added during installation or repair of Team Foundation...
TF220050 error in TFS install
Whilst doing a new TFS 2008 dual tier install I was getting a failure with a TF220050 error when I entered the data tier DB instance name. The setup wizard just said ‘failed to connect to data tier’, but you can find the actual error number in the install...
TFS Iterations not appearing in IterationPath
I have been working on site that has had to do a disaster recovery of their TFS application tier (AT) due to hardware failure. For a short period they have had to use a spare PC as their AT. Due to the hast required to get the developers working this...
TFS 2008 SP1 resets service accounts
I installed the TFS 2008 SP1 on a site that was using custom accounts for the identities that run the application pools for the WSS instance and Report Services. These user accounts got reset back to Network Service when the service pack was installed;...
Upgrading Team Foundation Server 2008 with SP1
Today I got round to upgrading our TFS 2008 (dual server setup) with Team Server 2008 SP1 . I tried it first on my demo VPC I use for presentations (reminder I am at VBug Coventry at the end of the talking about TFS , a free event open to all). Anyway...
Publishing a ASP.NET WCF service encryption error
I was trying to publish a .NET 3.5 WCF service to a network share e.g.\\myserver\share\folder_to_holdservice and got the error "The specified file could not be encrypted" for all the files. I changed to a publish to the local disk it published...