0

I'm trying to use Source XML (I have CodeEffects 5.0.12 Nuget in a ASP.NET Core 2.2 Project) without a known type at design time. So I set persisted="false" and type="" in the SourceXml. Everything works great with fields, but if I define a function, I get an internal "Object reference not set to an instance of an object" when calling ruleEditor.GetClientSettings() -> this is mandatory for loading the web editor. Is there any extra setting that I'm missing or Source XML does not allow functions? Or maybe this is a known issue and some workaround is required?

1 Answers1

0

This issue has been fixed in the latest release.

Alex
  • 566
  • 1
  • 6
  • 14