Lance Ahlberg's WebLog

Reflection on reason

Browse by Tags

All Tags » Software development Methodology (RSS)
Argument Exception - Absolute path information required with NUnit
I have been getting an argument exception with details “Absolute path information required”, this exception was happening when I was running Tests with Nunit. After almost pulling my hair out the problem was found, Environment variables.....
More on getting NUnitAsp LinkButtonTester to work with VS2005
More on getting Nunitasp working with VS2005. I have been having a problem with the LinkButtonTester, and it turns out that ASP.NET 2.0 doesn't like having “NunitAsp” as the Http Request UserAgent setting. When I set the UserAgent to be Mozilla...
Getting NunitAsp LinkButtonTester working with ASP.NET 2.0 (Whidbey Alpha Community Edition)
I have recently been investigating a exception raised when I call the click method of the LinkButtonTester within NunitASP. This wasn working fine with ASP.NET 1.1 but is now broken with ASP.NET 2.0. I debugged the operation of Nunit to see what was causing...
More Posts