Cinchoo

Results 163 comments of Cinchoo

the field you highlighted is `IndividualIDNumber`. If you leave the field empty, output will have expected file ``` using (var entry2 = bw1.CreateCreditEntryDetail(20, "123456789", "1313131313", 22.505M, "", "ID Name", "Desc...

`ReceivingDFIID` is `ulong`. NOT text.

This is bug in the base library (ChoETL). Workaround is passing separate instance of configuration object until the fix is applied. ``` var nachaWriter1 = new ChoNACHAWriter(filePath, nachaConfig1); [...] var...

new version (1.0.1.9) addressed this issue. Pls try and let me know. Thanks.

Hi, I'm not able to reproduce error. Can you please send me code snippet and along with more information (field name)? Version of the library used?

Exposed BatchNumber property via Configuration, to set the custom value. config.BatchNumber = "123456789";

can u pls post sample and error message to investigate this issue?

Can't, the dependency 'BouncyCastle.Crypto.dll' is not strongly signed.

Applied fix, pushed new version v1.0.0.4

need some sample code to look at it to advise