I need to reference an old pre-.NET assembly in a new application, because it contains the conversion logic to convert some old customer data held in our DB to a newer format. (For whatever reason, ...
(Yes, I know. The C# .NET replacement is in development. I'm looking for a stopgap solution in the meantime). So I have an ancient-ish VB project that I'd like to make a couple small tweaks to. The ...