Later they had a WR document open and wanted to load the boilerplates. We click Load boilerplates and get an error that is something like:
"Error #5 Invalid call or procedure"
...And no boilerplates load.
Here is more information on the computer with the problem: Windows running XP Pro version 5.1.2600, Service Pack 3.0
It turns out that these two errors are connected. Something was missing on their PC that most computers already have. The 0xc0000135 error ("The application failed to initialize properly") indicates that his .NET framework is bad or not installed at all. One should install Microsoft .NET Framework from http://www.microsoft.com/downloads/en/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en> . One should install at least version 2.0.
This code should have been installed with Service Patch 2 years ago, but maybe it was missed on his machine. Every Windows machine needs to have .NET installed; there are just too many programs these days that depend on it and assume its presence.
Keep this in your bag of tricks should this happen to someone else.
No comments:
Post a Comment