Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
4.5.1
State
Fixed
Assignee
Kirill Falk
Subsystem
Psi
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Brien Oberstein
    5 years ago (05 Aug 2006 01:38)
  • Updated by   Olga Lobacheva
    22 months ago (14 Jul 2010 17:54)
  • Jira: RSRP-5108
    (history, comments)
 
RSRP-5108 incorrect flagging of ambiguous invocation
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using the Excel PIA, the following code is incorrectly flagged as an error. it compiled fine in VS.NET.

Excel.Worksheet ws = ...;
ws.Calculate();

The error is
Ambiguous invocation:
void Calculate()
Microsoft.Office.Interop.Excel.DocEvents_CalculateEventHandler Calculate

match

Issue was closed
Comments (2)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Gary Pronych
  Gary Pronych
23 Dec 2006 00:26
5 years ago
Has this issue been addressed?

I am using build 201.
Gary Pronych
  Gary Pronych
23 Dec 2006 00:28
5 years ago
R# claims an error; with R# uninstalled there is no error.
VS error list is on the bottom showing no errors.

Please advise (I cannot use 2.5 because of another issue I have)