IBlog<Johan>
This and that in a developer's life in general
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
.NET 2.0
.NET 3.0
.NET 3.5
.NET 4.0
Ajax
ASP.NET
ASP.NET MVC
Azure
Books
c#
ClickOnce
Codeplex
CQRS
CruiseControl.NET
Interop
iPhone
IronRuby
Java
jQuery
Json
LINQ
MediaCenter
MEF
MiniBuss
MSBuild
msmq
nHibernate
Office
Open Source
OpenID
OpenXML
Orcas
Other
PDC'05
Podcasts
Pomodoro
Refactoring
REST
Ruby
Service Bus
Service Factory
Silverlight
SoapExtension
SQL
Team System
TechDays
TFS
Tools
Tutorials
Unit Testing
Unity
Vista
VS2008
VS2010
Walkthroughs & Tutorials
Walkthroughs &
WCF
Weeko
Windows 7
Windows Home Server
WPF
Writespace
Xbox
XML
News
Navigation
Home
Blogs
Archives
February 2012 (2)
September 2011 (3)
August 2011 (4)
May 2011 (3)
March 2011 (1)
November 2010 (1)
October 2010 (1)
September 2010 (3)
July 2010 (1)
April 2010 (6)
December 2009 (1)
October 2009 (4)
September 2009 (3)
May 2009 (1)
April 2009 (6)
March 2009 (18)
February 2009 (4)
January 2009 (2)
December 2008 (3)
November 2008 (3)
October 2008 (9)
September 2008 (6)
August 2008 (12)
July 2008 (5)
June 2008 (3)
May 2008 (2)
April 2008 (7)
March 2008 (3)
February 2008 (9)
December 2007 (1)
November 2007 (8)
October 2007 (4)
August 2007 (3)
July 2007 (3)
June 2007 (1)
May 2007 (1)
March 2007 (2)
February 2007 (7)
January 2007 (1)
December 2006 (2)
November 2006 (15)
October 2006 (5)
September 2006 (9)
August 2006 (2)
June 2006 (6)
May 2006 (20)
April 2006 (4)
March 2006 (9)
January 2006 (4)
November 2005 (1)
October 2005 (4)
September 2005 (19)
August 2005 (7)
June 2005 (6)
May 2005 (2)
April 2005 (8)
March 2005 (4)
February 2005 (6)
January 2005 (5)
December 2004 (3)
November 2004 (7)
October 2004 (2)
September 2004 (4)
August 2004 (7)
July 2004 (5)
June 2004 (3)
May 2004 (5)
April 2004 (11)
March 2004 (8)
February 2004 (8)
January 2004 (12)
December 2003 (16)
November 2003 (28)
Random Links
My del.icio.us links
SagaGames (in Swedish)
Walkthroughs and Tutorials
Article List
April 2010 - Posts
0
Comments
TFS Automatic Build Reporting Access to XAP Denied
by
jdanforth
If you’re working with TFS and automatic builds of Silverlight apps, you may happen to stumble upon this error in the end of the build: Copying file C:\Builds\2\xxx\yyy\Binaries\zzz.xap failed. Access to the path 'C:\Builds\2\xxx\yyy\Sources\www\ClientBin...
Filed under:
VS2010
,
TFS
,
Silverlight
1
Comments
Insufficient Permissions Problems with MSDeploy and TFS Build 2010
by
jdanforth
I ran into these problems on a TFS 2010 RC setup where I wanted to deploy a web site as part of the nightly build: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\Web\Microsoft.Web.Publishing.targets (3481): Web deployment task failed.(An...
Filed under:
VS2010
,
TFS
,
ASP.NET
8
Comments
Package and Publish Web Sites with TFS 2010 Build Server
by
jdanforth
To package and publish web sites with TFS 2010 Build Server, you can use MSDeploy and some of the new MSBuild arguments. For example: /p:DeployOnBuild=True /p:DeployTarget=MsDeployPublish /p:MSDeployPublishMethod=InProc /p:CreatePackageOnPublish=True...
Filed under:
VS2010
,
TFS
,
ASP.NET
1
Comments
ASP.NET 4 Website Fails to Start on Your TFS 2010 Server?
by
jdanforth
Getting a “Could not find permission set named ‘ASP.Net’” error on your TFS 2010 server? It may have to do with the fact you’re trying to run ASP.NET as a child site of a SharePoint Web Site. The problem is described in the “ ASP.NET 4 braking changes...
Filed under:
.NET 4.0
,
TFS
,
ASP.NET
0
Comments
Compile ASP.NET MVC on TFS 2010 Build Server
by
jdanforth
Note to self: If you need to build ASP.NET MVC 2 applications on a fresh TFS 2010 Build Server without Visual Studio installed, copy the System.Web.Mvc.dll from your dev box to the build server and register it there.
Filed under:
ASP.NET MVC
,
VS2010
,
TFS
1
Comments
Upgrading TFS 2010 from RC to RTM
by
jdanforth
Just did a test upgrade on my virtual 2008 server from the RC version of TFS 2010 to RTM. I’ve a single-server installation and the instructions for upgrade is to first backup the server and the database, uninstall the RC version, make sure you really...
Filed under:
VS2010
,
TFS
More Posts