ReflectionTypeLoadException

rthompson

New member
Hi everyone,

I'm getting a ReflectionTypeLoadException in Behavior Designer when pulling up Global Variables. However, this is likely NOT due to BD, but instead is caused by the DnsClient package I am using which is a MongoDB Driver dependency. I worked around this in my current code by just wrapping the GetTypes() in a try/catch. Unfortunately BD's editor code is still a dll and I am unable to work around this - could you wrap the GetTypes() in a try/catch? Thanks!
 
Top