20 August 2009

Or, how I learned to read the assembly name In which I include dll's I was trying out this tutorial on Geekpedia and the references were invalid. I removed the two (Microsoft.SqlServer.Smo and Microsoft.SqlServer.ConnectionInfo: yes, the dll names are missing the .Management part from the namespace they contain) and re-added them. Simple enough. Then...

Posted on Thursday, August 20, 2009 by Unknown

6 comments

26 May 2009

After my last post on building WSP in TFS, I was at a stage where I thought the WSP file was ready to go. It's recognised by WinRAR, opening it up in there shows the expected dll's. But there was something missing... feature.xml Attempting to deploy the WSP threw: Failed to find the XML file at location '12\Template\Features\IL.SharePoint.Workflows\feature.xml' This...

Posted on Tuesday, May 26, 2009 by Unknown

No comments

14 May 2009

We needed to build a Sharepoint WSP file in TFS as part of our continuous integration process. Already using WSPBuilder interactively we just needed to get it into the team build and copied to the staging location. WSPBuilder Brian Farnhill discusses the process of building a WSP in TFS by first including it in the project file (summary by Alex Degaston). This pointed me in the right direction, but I really just wanted to build the WSP in the team build after check-in. We just copied the basics from Brian's post, and hoped it would work, and...

Posted on Thursday, May 14, 2009 by Unknown

No comments

12 May 2009

Trawling through Microsoft.TeamFoundation.Build I found the flag for IncrementalGet. Not getting full sources every time has cut 40 seconds out of every build. This is particularly useful when debugging a build script. Buck Hodges discusses IncrementalGet and IncrementalBuild and links to Martin Woodward's 30 Useful Team Build Properties. Not sure I'm ready for IncrementalBuild yet, I like having shiny new dll's. This is what I added to my root level PropertyGroup just before DropLocation:     <!-- INCREMENTAL GET    ...

Posted on Tuesday, May 12, 2009 by Unknown

No comments

03 April 2009

Yay, today I finished the last stage of Bloons Tower Denfense III on hard. Hopefully this will cure the compulsion. Oh look, meeblings...

Posted on Friday, April 03, 2009 by Unknown

1 comment