Welcome to Community Server Sign in | Join | Faq

Joe Field


Cross Domain Silverlight XAP Access in Silverlight 2

I'm starting to get to grips with Silverlight and the first thing I wanted to do was fetch a xap file from a different host to that which was serving up the page.In other words, a page retrieved from somehost containing a Silverlight object tag with source...
December 16, 2008 by joefield

SQL Server Isolation Levels

Thanks to Andy Grout for working this stuff out with me... All isolation levels affect the way in which you read data. They also affect the way others can update data because the type and duration of the locks differ. Read Uncommitted Takes out...
April 16, 2007 by joefield

Excel uses old .NET runtime

Peachy one.  I wrote a .NET COM callable wrapper and attempted to invoke it from Excel.  I got:The format of the file 'xxx.dll' is invalidfuslogvw confirmed that this was to do with the version of the .NET runtime being used - v1.1.4322 instead...
February 21, 2007 by joefield

MSMQ - Unable to load MQQM.DLL

So here I am starting to work with MSMQ 2.0 on Windows 2000 and enjoying myself hugely when I run into this message when trying to install MSMQ after having uninstalled it. Error: Unable to Load MQQM.dllError Code: 0x7F Luckily there is this Knowledge...
February 23, 2006 by joefield

CruiseControl.NET from Scratch v1.0

Just updated my article: Cruise Control .NET from Scratch v1.0. Loads of nice changes in this version, particularly in the cctray application.  It's also even easier to set things up so the article's getting shorter! The previous article for version...
December 04, 2005 by joefield

If your SourceSafe working folders are broken...

This happens to me a lot and it's easy to fix.  The symptom is that SourceSafe suddenly decides, with the aid of Visual Studio, that the working folders for a project or a whole project tree are not the ones you want. Close SourceSafe on your client...
May 30, 2005 by joefield

Share and Pin in Visual SourceSafe

I've found it useful from time to time to share and pin in SourceSafe when creating branches so thought I'd write it up here. The idea is that you share a labelled version, creating a new project based on that label. Each file in the project is pinned...
May 30, 2005 by joefield

Array Comparison in NUnit v2.2

Ran into this today. Was looking at some code written by Antony Marcano and noticed something which, greatly simplified, would amount to this: [Test]public void Test() { object[] a1 = new object[] {"First", "Second", "Third"}; object[] a2...
May 09, 2005 by joefield

Character Set Shenanigans

For various reasons I've been working a lot at understanding character sets recently. There's a wealth of knowledge out there, not least Joel's excellent introductory article. I also found Jon's resources very useful. And excellent character set tables...
May 05, 2005 by joefield

Cruise Control .NET v0.9

At last! Cruise Control .NET from Scratch for version 0.9 is here. Now updated for NAnt 0.85 and NUnit 2.2. The previous one for version 0.7 is here. I'm looking forward to getting into this version with a large system - multiple projects - multiple...
May 04, 2005 by joefield

Cruise Control .NET v0.7

I have updated my Cruise Control .NET from Scratch article to bring it in line with version 0.7.  I have retained the previous one for version 0.6.1 here. Next task is to bring in the new NAnt 0.85RC1 and NUnit 2.2 support to bring everything up...
November 28, 2004 by joefield

Automated Builds and Assembly Versions

We had implemented a workable solution to the problem of stamping assemblies with the Cruise Control build number using NAnt when we found this which finishes the job.  Very elegant. http://bitarray.co.uk/marc/archive/2004/08/17/273.aspx  ...
October 29, 2004 by joefield

XSL understood (almost)

My comprehension of XSL has just taken a large leap forward thanks to this FAQ section on built-in rules by Dave Pawson. I had been staring at an example in Fowler's Enterprise Patterns book wondering what on earth was going on. Now I know....
September 06, 2004 by joefield

NUnit 2.2 and NAnt

Neil has pointed out, after a discussion with Charlie Poole, that rather than try and make the nunit2 task work in NAnt, you can just use an exec command in NAnt to run the a different version of NUnit. Nice simple solution. Thanks!...
July 16, 2004 by joefield

Dr Neil on CruiseControl.NET

Dr Neil has provided some excellent feedback on the CruiseControl.NET article. As a result I've added a new bit about what happens when you get a stranded ss.exe instance (lots of remoting errors when you next run cc.exe). Unfortunately I wasn't able...
July 07, 2004 by joefield

testingReflections.com

Antony Marcano has a cool site - testingReflections.com.  At present it has a nice list of links about testing patterns and looks like it will develop into an excellent resource....
July 02, 2004 by joefield

CruiseControl.NET from Scratch updated

I've updated the CruiseControl.NET article to reflect the changes in version 0.6.1. Relatively minor stuff. Next thing is to have a look at the new "autoGetSource" element and the "devenv" build task....
June 30, 2004 by joefield

CruiseControl.NET from Scratch

I've written an article about configuring CruiseControl.NET from scratch. I hope people find it useful....
June 16, 2004 by joefield

Search


  •  Go

Posts by group



Bloggers



Syndication



Opml



Powered by Community Server, by Telligent Systems