解决 C# 中的 Resharper 错误
我使用VSTwain组件用扫描仪扫描图像,如何解决流动错误?
编辑后: 我的应用程序编译并正确运行,但 Resharper 显示以下错误。当我写“VSTwaint1”时。在 Visual Studio 中,红色方法无法在 Vs 中显示。但我的软件工作正常。
I Use VSTwain Component To Scan Images With Scanner.How Can I Solve Flowing Error?
After Edit:
My Application Compile And Run Correctly,But Resharper show the following error. When I write "VSTwaint1." in Visual Studio, Red Methods Can Not Show In Vs. But My Software work Correctly.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要使用正确的
using
指令导入命名空间。从示例中,我想说的是:
由于问题仅与 ReSharper 相关,因此可以尝试以下几种方法:
You probably need to import the namespace with the right
using
directive.From the examples, I would say this is:
Seeing as the issue is with ReSharper only, there are several things to try: