Hello,
I am facing below exception while creating a word document using LINQ.
java.lang.VerifyError: (class: asposewobfuscated/_f82e88f67dca41fdaf2a34a18d4a9c56, method: setValue signature: (Lasposewobfuscated/zzO6;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V) Expecting to find object/array on stack
at java.lang.Class.getDeclaredConstructors0(Native Method)
Template contains a very simple for loop:
<>
|
|||
|
|
|
|
|
|
|
<> |
Where test Object contains property section alongwith public getters and setter.
Please help me resolving this issue, thanks.