drools.NET exception
- by Lily
Hi,
I am using Drools.NET and got an exception when it is being called.
The type initializer for 'org.drools.compiler.PackageBuilderConfiguration' threw an exception.
InitializeComponent();
_Form = this;
PackageBuilder builder = new PackageBuilder();
the exception comes a the line PackageBuilder builder = new PackageBuilder();