Node Ambiguity

I had a weird issue with functions, that exist in two different assemblies, but with the same signature.

To reproduce take these steps:

  1. in a new vl document, add these two Assemblies from GAC

image

  1. In the nodebrowser, type AllKeys, and select one from NameValueCollection

image

  1. At this point, it does not matter what you click (or not click) - all produced nodes will be red and non-functional, with the following error message:

image

The bug seems to me, that the node browser does not allow to select (or even preview, for that matter), which node comes from which assembly or namespace.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.