Hey All,
I looked through the documentation and I searched the forum, but I'm having an issue installing a new program and can't quite find the solution - I'm just curious if I'm overlooking that solution.
While installing, I'm getting the following error:
"The required Windows XmlLite update package is not installed on your computer. This package is avaliable via Microsoft Windows Update web site or can be downloaded directly from Microsoft web site.
Click Yes to be redirected to Microsoft Knowledge Base Web site (KB=915865) for more information and to download the update package. Click No to exit setup."
You can imagine that clicking "yes" doesn't send me anywhere. I've copied my xmllite.dll file to the system32 folder from my windows install, however it did not change the error.
Any ideas? If not, "Phatware Phatnotes 5.3" will be snagging a cool "garbage" rating when I add it to the appdb soon.
Thanks a ton!
--Databoy2k
XmlLite Install Error?
Re: XmlLite Install Error?
Try registering the dll:databoy2k wrote: You can imagine that clicking "yes" doesn't send me anywhere. I've copied my xmllite.dll file to the system32 folder from my windows install, however it did not change the error.
Code: Select all
regsvr32 xmllite.dll
Thanks for the advice. Running regsvr32 gives me the following:
--Databoy2k
I've got XP x64 as my other operating system, and i'm running 64-bit ubuntu. Do I need to track down a 32-bit version of xmllite.dll?Trying to load PE image for unsupported architecture (AMD-64)
Failed to load DLL xmllite.dll
--Databoy2k