开发者

Test deployment failed for indirect reference assembly not found, Visual Studio 2008

开发者 https://www.devze.com 2023-01-18 17:39 出处:网络
I am new to unit testing. I was trying to run a simple unit test in Visual Studio 2008. The code I was testing uses a third party library. When I try to run the test, following error occurred.

I am new to unit testing. I was trying to run a simple unit test in Visual Studio 2008. The code I was testing uses a third party library. When I try to run the test, following error occurred.

"Warning: Test Run deployment issue: The assembly or module 'nuni开发者_StackOverflow社区t.framework' directly or indirectly referenced by the test container .... "

So I think, the library I am using has reference to nunit.framework. Should I install nunit or any better way to solve it?

Regards, Thanks.

0

精彩评论

暂无评论...
验证码 换一张
取 消