Contents tagged with Please Help
-
.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 for a little over $100. Considering that you can't usually buy quality consultancy by the hour, this is obscenely good value!
-
Process Performance Disabled
I've started getting the following exception when a I call pretty much any method on the 'System.Diagnostics.Process' class.
-
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 (I'm running behing a NAT router) but still no joy.
-
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 far the issue has defeated me. It looks like a NullReferenceException is being thrown deep in the bowels of .NET Remoting. The exception is being thrown by the NUnitAddin.TestRunner.Server program. If anyone can find the problem I would be hugely grateful. You can set a breakpoint in the source and use the new 'Run With... Debugger' feature to step into the offending code. Good luck... ;)
-
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 on them. When I manually attach the CLR debugger (as follows) it works great.