开发者

Solve Resharper Error in C#

开发者 https://www.devze.com 2023-02-08 19:24 出处:网络
I Use VSTwain Component To Scan Images With Scanner.How Can I Sol开发者_StackOverflowve Flowing Error?

I Use VSTwain Component To Scan Images With Scanner.How Can I Sol开发者_StackOverflowve 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.

Solve Resharper Error in C#


You probably need to import the namespace with the right using directive.

From the examples, I would say this is:

using VSTWAINLib;

Seeing as the issue is with ReSharper only, there are several things to try:

  • Restart Visual Studio. ReSharper may have simply gotten out of sync.
  • Clear the ReSharper cache - it might have stale data that didn't get regenerated. ReSharper --> Options --> General --> Clear Caches
0

精彩评论

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

关注公众号