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 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...
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...