Cannot create DateTime.TryParseExact node

Hey there,

I need to use DateTime.TryParseExact in 5.0-535 (MSDN doc here).

As suggested by the documentation, I add a reference to System.Runtime via CTRL + SHIFT + E, then I can find the node in the nodebrowser but I cannot create it, see repro gif :

tryparseexact

Questions :

  • Why do I have to add a dependency to System.Runtime ? Shouldn’t DateTime.TryParseExact be there already in the DateTime category?
  • Why is its icon grey and not green in the node browser, since it comes from a dependency?

Thanks in advance!

Noticed a similar problem using System Rectangles. The Node browser isn’t showing any of my GE nodes.

It works when using a different “navigation path”.
TPE

Eh, that’ll do for now, thanks @bjoern :-)

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