我正在和watiN
一起做一个新的测试项目,
我下载了WatiN (.Net
中的web应用程序测试)工具,并希望使用Visual Studio .Net
2010运行web测试
但是总是会得到这个错误,
"Could not load file or assembly 'WatiN.Core, Version=2.1.0.1196,
Culture=neutral, PublicKeyToken=db7cfd3acb5ad44e' or one of its dependencies.
The system cannot find the file specified."
我错过了什么吗?谢谢。
发布于 2012-03-28 21:25:54
尝试:右键单击引用、属性,将“复制本地”设置为"True“
https://stackoverflow.com/questions/9907895
复制相似问题