XULRunner mozcrt19.dll error

"[email protected]" <[email protected]> Mon, 5 Jan 2009 17:49:21 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.java
Organization http://groups.google.com
Message-ID <527dc7bd-c7f3-49ce-b3b2-4bce3c65a153@l33g2000pri.googlegroups.com>
I have been using XULRunner 1.8 and 1.9 betas via javaxpcom in my
Eclipse application. It had been running ok until I tried to upgrade
to the latest release recently. I tried version 1.9.0.5 and got
following error when it tried to initialize XPCOM:

"This program could not start because MOZCRT19.dll could not be found.
This problam may be solved by reinstalling the program."

I back tracked various releases and found that this problem started at
RC3. RC2 was ok. The difference between RC2 and RC3 that I believe is
related to the problem: "Microsoft.VC80.CRT.manifest" vs.
mozcrt19.dll. I have no idea why it caused the problem though. Did
anyone run into similar problem? What's the workaround? Any help
appreciated.