Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error task pane manager
Message
 
 
To
10/04/2008 02:11:46
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01309560
Message ID:
01309619
Views:
8
>>>any idea loaded vfp 9.0 this message displays in the task pane manager
>>>
>>>0: Class definition msxml2.domdocument.4.0 is not found
>>>
>>>Thanks
>>
>>The Task Pane requires MSXML 4.0 http://www.microsoft.com/downloads/details.aspx?FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en
>
>In file c:\Program Files\Microsoft Visual FoxPro 9\Tools\xsource\xsource.zip\VFPSource\taskpane\foxpane.h we can see this two strings:
>
>
* MSXML DOM parser
>#define MSXML_PARSER		"MSXML2.DOMDocument.4.0"
>
>Change second string with
>
#define MSXML_PARSER		"MSXML2.DOMDocument"
>and rebuild taskpane.app
>
>It's work fine for me.

You may want to define a function here to use any parser available. There is an implementation in zXML.js library where we can get an idea.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform