drools.NET exception
Posted
by Lily
on Stack Overflow
See other posts from Stack Overflow
or by Lily
Published on 2010-04-27T23:19:28Z
Indexed on
2010/04/27
23:23 UTC
Read the original article
Hit count: 309
drools-net
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();
© Stack Overflow or respective owner