I had a weird issue with functions, that exist in two different assemblies, but with the same signature.
To reproduce take these steps:
- in a new vl document, add these two Assemblies from GAC
- In the nodebrowser, type
AllKeys
, and select one fromNameValueCollection
- 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:
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.