This error appears in the Task Pane Manager
Class definition MSXML2.DOMDOCUMENT.4.0 is not found
Task manager will no longer work. Any suggestions
Bryant Minard
Looks like you need XML Parser reinstallation.
http://support.microsoft.com/kb/269238
http://support.microsoft.com/kb/324460
What code do you need
Someone on a foxpro thread said I need VFP9 SP2 but I can't find that anywhere.
Are you using something like this:
var xxx = new ActiveXObject("MSXML2.DOMDOCUMENT.4.0");
if yes I think Alex Feldstein has right.
The following is what solved my problem. This came from Matthew Braun.
I am not too familiar with VFP however it looks like you might not have the MSXML4.0 Parser installed. Could you try downloading the parser from http://www.microsoft.com/downloads/details.aspx FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en#filelist and then trying the same operation.
Thanks for everyones help.