Juice
Juice
The Better Browser
Subscribe
RSS
(What is this?)
Latest Comments
Email me Send me Feedback
Technorati Profile
Copyright 2003-4 Randy Charles Morin
Thu, 09 Dec 2004 15:14:04 GMT
Adventures w/ NUnitForms

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.

Permalink
Comments
+del.icio.us
Tell-a-Friend
Categories: 
Comments RSS
Sun, 11 Sep 2005 22:08:18 GMT
Adventures w/ NUnitForms
Then try this post on the same site :-)

http://www.kbcafe.com/juice/?guid=200412150
Mon, 14 Aug 2006 13:55:12 GMT
Adventures w/ NUnitForms

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,

Comments Closed!