Bug 9366 font problem - I have a production program that has many installed locations. Can I just update a dll in the current runtime installation or do I have to go through a complete rebuild and replace the entire runtime? If I can update a single dll how do I go about getting it.
Thanks
If the DLL was not built for the PB version, release and build that you are using, I would not attempt to use it in my applications. Mixing runtime DLL's from different builds is definitely NOT a good idea, particular in a production situation, unless you are seeking an exit strategy. Others in the Community are welcome to chime in.