Browse by Tags

All Tags » Please Help (RSS)

.NET Celebrity Auction

Julia Lerman is auctioning off a bunch of her friends on eBay (with their consent as I understand it). These people happen to be well known personalities on the .NET conference and blogging scene. At the moment you can pick up an hour of consultancy time...
Posted by Jamie Cansdale | 1 comment(s)
Filed under:

Process Performance Disabled

I've started getting the following exception when a I call pretty much any method on the 'System.Diagnostics.Process' class. System.InvalidOperationException: Process performance counter is disabled, so the requested operation cannot be performed. I need...

FTP Uploads and WinXP SP2

For some strange reason FTP uploads are only working from one machine on my network. The working machine is running WinXP SP1. All of the other machines are WinXP SP2 or Windows 2003 Server. I've disabled the windows firewall on all of these machines...
Posted by Jamie Cansdale | 4 comment(s)
Filed under:

Good News / Bad News

The good news is the the first major release of NUnitAddin for quite some time is out (version 0.5 build 105 ). The bad news is that it only works if the .NET Framework 1.1 is installed. It works with VS.NET 2002 and 2003, but only if 1.1 is there. So...

Attaching to a Process using VS.NET Automation Model

I've recently changed NUnitAddin so that it runs unit tests in an external process. It controls and communicates with this process using .NET remoting. Because tests are run in an external process it's possible to attach the VS.NET debugger set breakpoints...
More Posts