The assembly was not built with known testing Frame work in Nunit
We are using Nunit with asp.net 2008 when i run my test then it gives error:
The assembly was not built with known testing Frame work in Nunit
Good Answers (3)
Your question is too brief. What is the error given?
Clarification added 9 days ago:
you have to include a reference to nunit, send it back to dev and tell them to include it or if you are responsible for the build add a reference, and re-build it.
Geoff F
"Hands-on" Software Architect and Senior Developer
Best Answers in: Computers and Software (21), Software Development (18), Web Development (15), Enterprise Software (11), Wireless (6), Blogging (5), E-Commerce (5), Information Storage (5), Telecommunications (5), Offshoring and Outsourcing (3), Biotech (3), Starting Up (2), Computer Networking (2), Information Security (2), Occupational Training (1), Internet Marketing (1), Graphic Design (1), Search Marketing (1), Planning (1), Non-profit Management (1), Professional Organizations (1), Databases (1), Using LinkedIn (1)
What framework was used.
I've not used NUnit as Visual Studio includes a better version that works similarly. I'm not even sure if it is supported with .Net 3.5. Did you check on this?
What tests have you written for this assembly? Have you included the testing framework in that project?
There is in this question that shows any thought or attempt to solve the problem ... then seeking a more specific answer.
Chris P
Application Developer I at CCH - SFS
Best Answers in: Web Development (4), E-Commerce (2), Internet Marketing (1), Software Development (1)
Does your project have a reference to nunit.framework?