NUnit Error "Attempted to access an unloaded AppDomain"

I was plagued by the above error but found a workaround, at least one that worked for me.  It’s a one line change to the NUnit config file.  Note, this the actual NUnit config file that is installed in C:Program FilesNUnit and used by the NUnit GUI/Console executables.  Not the config file used by your NUnit project.  Find the following line and either remove it or change the value to zero:

[Read More]
Categories: code-examples  Tags: debugging nunit