This problem was occurring because there was a constructor "New" specified within the interface definition which is not allowed. The compiler was not generating an appropriate error for this and let it through which resulted in the ILASM that you were experiencing. The compiler has been updated to correctly issue an appropriate error. You can workaround the issue by removing the "New" method from your interface in IPolicy.cbl. Thanks.
↧