Ambiguous invocation / reference
With code like
LockPeriod lockPeriod = new LockPeriod();
I'm getting ReSharper errors on the type "Ambiguous reference" telling me
that either of two identical types are possible. On the constructor, I get a
similar error, "Ambiguous invocation".
The enclosing namespace is MergeLogic.BusinessLayer.RatesAndPoints.Test, and
LockPeriod is defined in the namespace
MergeLogic.BusinessLayer.RatesAndPoints.
Please sign in to leave a comment.
"Mark Wilden" <mark@mwilden.com> wrote in message
news:e1cger$714$1@is.intellij.net...
>
>
>
Whoops - my apologies. I didn't realize this was already an open issue.
In fact, my problems went away when I restarted VS.