Just some things to check: – Make sure you create an instance of your .net component – Make sure your rule is getting called – Make sure you are not using static methods (unless you create an instance of them first)
I’m guessing your missing an instance creation. That’s usually my problem.
❓ Hi, I am using the Business Rule Engine. In Facts Explorer I am using the .Net Class Assemblies. But when I Run Test Policy the function of the .net class is not getting called.
I have created a .net class My assembly is present in GAC. Am I missing on something.