I have updated the custom Data Generator component I wrote sometime back. I have added a new generator to generate US Bank Routing Number aka ABA numbers.
This component can generate both the MICR format and the Fraction formats of the number. If you don’t know the difference then you can use the default which is the MICR format.
This can also generate the checksum digit correctly (so your checksum validation code can be tested) if required based on the GenerateChecksum property.
Note: Since the Fraction format does not support Checksum, it is automatically set to false when you change formats. But the IDE does not seem to correctly update this, so you may need to change the Checksum property twice after changing to the MICR format.
Just replace the DLL and related files with the new set of files and that is it. I have not built the setup kit this time.
Download DataGenerator v1.1.zip (1000.3K)Note: Works with VS 2008 SP1 and Data Edition GDR R2

