I was trying to publish a .NET 3.5 WCF service to a network share e.g. \myserversharefolder_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 fine, so what caused that? As part of some security impact …
Read MoreThis months meeting of the XPClub is on Wednesday. It is a general group chat about refactoring, branching and merging. This is a free event, usually with a few free beers, at the usual time & location, 7pm at the Victoria Hotel in Leeds, so hope to see you there
Read MoreI have posted in the past about my efforts to write a user facing bug tracking interface for TFS to integrate with our SharePoint based customer portal. I have had some mixed success, but the end point is that I am just not happy with what I have written. Historically we have used our own home grown call tracking …
Read MoreIt really good to see so many submissions for the DDD7, and many new names, always a good sign of a the community working well. I just got round to putting one in myself on integrating testing into MSBuild. There is still time for more though. So have a think and put in a session proposal - trust me it is great fun.
Read MoreFound out last night that I have just been made an MVP for Team System, is that cool or what!
Read MoreMartin Woodward posted a few weeks ago about his build bunny. Now this is something I had tried a while ago for DDD4, but hit the same problem Martin had that the old Nabaztag API was too slow and messages could take hours to arrive, making it useless in the real world. Inspired by Martin and the new faster API I have …
Read MoreFor those who are interested, I am speaking on Visual Studio for Database Professionals at the Leeds SQL user group on the 16th July. This is a free event, for more details see the event web site.
Read MoreI have been setting up a new Team Build server today. All our projects are being set to do code analysis (FXCop) after the build. For one project this worked on the developer PC but failed on the build machine. The CA0055 error means 'file not found' or 'could not load' the assembly to be analysed. Firstly I suspected …
Read MoreGood session at the Yorkshire Extreme Programming Club last night. Chris Mills of Opera spoke on the mobile web. If this, or the general issue of standards in web development are of interest http://dev.opera.com is well worth a look.
Read MoreWhen you create a build type for a team project on TFS you can enable testing using MSTest by saying 'run any tests that are found in a given DLL'. I used this today to create a CI build for a project, I am looking at using Team Build as opposed to CruiseCrontrol as we have done historically. I hit a problem that the …
Read More