I am really pleased that I will be speaking at SQL Bits The 7 Wonders of SQL on SQL Modelling Services. SQL bits 7 is running from 30th September - 2nd October 2010 at the Heslington Campus of York University You will have the first chance to see features from the next release of SQL Server – Denali. The first two days …
Read MoreAnother follow up post, this time to the one on MSDeploy. As I said in that post a better way to trigger the MSDeploy PowerShell script would be as part of the build workflow, as opposed to a post build action in the MSBuild phase. Doing it this way means if the build failed testing, after MSBuild complete, you can …
Read MoreI posted a while ago on using my Typemock TMockRunner Custom Activity for Team Build 2010. I left that post with the problem that if you wished to customise a template after you a had added the custom activity you had to use the somewhat complex branching model edit the XAML. If you just followed the process in my post …
Read MoreThe last of the recent batch of announcements is that of the first official release of the TFS Integration Platform. This provides tools to allow synchronisation between TFS 2010 and ….. TFS 2008 TFS 2010 ClearCase ClearQuest File System Again more details on Brian Harry’s blog.
Read MoreAnother recent announcement from Brian Harry’s blog was about the release of the Microsoft Team Foundation Server 2010 MOSS Configuration Tool. I had a look at this tool during it’s beta testing and it certainly can help to get all the setting right to allow Excel Services to provide your charting for TFS projects, it …
Read MoreIn the VSLive! keynote Microsoft made announcements about Lab Management, it will be RTM’d later this month and best of all it will be included as part of the benefits of the Visual Studio 2010 Ultimate with MSDN and Visual Studio Test Professional 2010 with MSDN SKUs. You can read more detail on Brian Keller’s blog I …
Read More[Also see Running MSDeploy to a remote box from inside a TFS 2010 Build (Part 2)] A fellow MVP Ewald Hofman wrote a great post on getting an Web Application to deploy as part of a TFS 2010 build. I have been using this technique but found a few points that were not right in the original post, I assume these are down to …
Read MoreNow I know this should be simple and obvious but I had a few problems today publishing a web service to a new IIS7 host. These are the steps I had to follow to get around all my errors: Take a patched Windows Server 2008 R2, this had the File Server and IIS roles installed. I install MSDeploy …
Read MoreEarlier today I was trying to use the Outlook Social Connector for Linked-in Facebook and live but it would not display the View/People Pane the answer was odd after ensuring the add in was selected in File/Options/Addins, I changed the registry HKEY_CURRENT_USERSoftwareMicrosoftOfficeOutlookSocialConnector key=RunOSC, …
Read MoreIf you have VS2010 Premium or Ultimate [Professional corrected error in orginal post] you have code coverage built into the test system. When you look at your test results there is a button to see the code coverage You would think that there is easy way to use the code coverage in your automated build process using …
Read More