M
Mike Fechner
Guest
[quote user="OctavioOlguin"] Trying to debug a nasty problem with fingrprint scanner, I would like to use FILE:WriteAllBytes... but haven't found syntax to acomplish. [/quote] A word of warning: When referencing .NET class names, always use the exact casing. "File" in this case, not "FILE". .NET class names are case sensitive. Progress can't change this. Progress did relax the case sensitiveness in the way, that the first usage in a compile unit is case-sensitive and from there on it's assumed that it's unlikely to use two class names that only differ in case in one program. But I'd never rely on that.
Continue reading...
Continue reading...