I got a couple response regarding my problems w/ NUnitForms on the NUnitForms help mailing list. The response was to public override void Setup() instead of [NUnit.Framework.SetUp] public void SetUp(). I had already tried this and I tried it again (just in case) and...
test.Forms.BloomForm.Test :
TearDown : System.ComponentModel.Win32Exception : The requested resource is in use
--TearDown
at NUnit.Extensions.Forms.Desktop.Destroy()
at NUnit.Extensions.Forms.NUnitFormTest.Verify()
No success.
Hi,
We are getting similar error , have you got the solution for this?
Below is the error log...
UserMgmtTest.UserManagement.TestSearch :
TearDown : System.Reflection.TargetInvocationException : Exception has been thrown by the target of an invocation.
----> System.ComponentModel.Win32Exception : The requested resource is in use
Thanks,