作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试启动测试,但出现此错误
The type 'System.Web.Security.MembershipUser' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
System.Web.ApplicationServices
,我可以,但是仍然无法正常工作。
<assemblies>
<add assembly="System.Web.ApplicationServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
</assemblies>
最佳答案
您什么时候遇到这个问题?在构建项目或实际运行测试时?
如果在构建项目时得到它,请按照以下步骤查看它是否可以解决您的问题:
1-在计算机上搜索以下文件:“System.Web.Security.MembershipUser.dll”
2-找到它后,打开您的项目并选择“添加引用”菜单命令
3-选择在步骤1中找到的文件
关于asp.net - 运行测试: “You must add a reference to assembly…” 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6780623/
我是一名优秀的程序员,十分优秀!