NUnit Test Case Code Generator Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information

Posted by user1732969 on Stack Overflow See other posts from Stack Overflow or by user1732969
Published on 2012-11-27T23:02:49Z Indexed on 2012/11/27 23:03 UTC
Read the original article Hit count: 166

Filed under:
|
|

im trying to load an assembly nunit created in Monodevelop Im using the software NUnit Test Case Code Generator for create unit testing http://www.codeproject.com/Articles/28461/NUnit-Test-Case-Code-Generator

After compiling the project in MonoDevelop, loading file .dll of the proyect in Nunit Test case generator the following error appears:

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

Can you help me?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about testing