I tried to create a new TFS team project today and got an error that the TFS server could not access the SQL Reporting Services server. I then checked I could access http://myserver/reports and this also failed. On looking in the event log I saw a number of EventID 107 'cannot connect to the report server database' Now …
Read MoreIf you are reading Robert's blog you will know he is in Korea as the mentor of The Seedings, the UK entry for the Microsoft Imagine Cup. I have just seen that the is some video coverage on Microsoft's Channel8 (which seems to be a Channel9/10 spin off for the Imaging Cup students). Enjoy..... Technorati Tags: Imagine …
Read MoreI was watching the Channel 9 video on the Silverlight game Zero Gravity, the developers said that their aim was to produce an addictive game - they certainly succeeded. This is a great video to watch to get a developers/design view on Silverlight Technorati Tags: Silverlight
Read MoreScientific American has a interesting article on a Data Center in a box. Basically it is a standard shipping container full of Sun Servers. I am our our IT manager would like one! it should fit on any house's driveway, a stylish addition to any home. It is an interesting spin on the old IBM data recovery model where …
Read MoreI have been having a phase of reading novel's I read years go, this time it is Neuromancer by William Gibson (published 1984). This choice was triggered by it being reviewed on BBC Radio4's A Good Read, the suggestion of Bill Thompson the BBC technology columnist. I have been surprised by how little it seems to have …
Read MoreIntroduction I said I would post again when I had something to show in my TFS WorkItem webparts project, well here it is. I have created a pair of web parts, one to list all the work items and the other to display the details of a given item. For testing I have create a single ASP.NET 2.0 web page that implements a …
Read MoreAfter I installed the eScrum template everything seemed fine bar the reports, only the work item report showed anything, in fact on the other reports their parameter combo boxes were empty. The key difference is the workitem report is drawn form the SQL DBs, while all the other reports are drawn from the OLAP warehouse …
Read MoreProblem Today I tried to move VS2005 solution in TFS source control from one Source Control location to another (on the same server) as I had put it in a stupid location to start with. So I unbound the source control (File -> Source Control -> Change Source Control) and then went into Source Control Explorer and …
Read MoreWhen developing SharePoint add-in try to remember if you put a previous version of the DLL in the GAC or not. I have just wasted a couple of hours trying to work out why a new version of a DLL is not being read from a site collection's bin directory, when there was an old version in the GAC. Of course this would not …
Read MoreI have been looking at writing some SharePoint 2007 (MOSS) web parts to show information about TFS workitems. This turned out to be a bit more complex than expected. I wrote a ASP.NET 2.0 webpart using the TFS WorkItem Tracking Web Project on Codeporject as a starting point. My first WebPart just listed workitems in a …
Read More