Boring introduction:
In my workplace, we have a very old WinForms product (in market since 1994, and still running on VB3). It has three very different versions, each of them goes to one client. The clients pass it on to their users, some of which are shared. The versions can live side-by-side.
Five years ago, we rewrote one of those versions in C#.Net. Two years later, another version (let's call it version M) was rewritten, and two years after that, it was time for the last remaining version (let's call it version C) to be converted. We've been working for one year, and are going to production this week.
During the conversions, it has been decided not to convert anything that was sold as an external module; these were built in VB6, and they used several controls from BeCubed and FarPoint. There are two such modules in version M, and three modules in version C. Each module has it's own MSI installer, which is run quietly by the main product's installer.
The bug
During production, we found a bug: when version C in installed on a fresh computer, then version M is installed, we get a message as soon as an external module is opened in version C:
After clicking Ok, the module works. Also, this doesn't happen when they are installed in any other order and both modules in version M work perfectly.
Other details
- All OCX and DLL files have been compared through all the module setups; the files are identical.
- All modules work when only one version M or C is installed, or when M is installed first.
- We have licenses for all the software we use, including BeCubed.
Does anyone know what could cause such an error, what could be a possible solution?
