Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error task pane manager
Message
 
 
À
10/04/2008 02:11:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Divers
Thread ID:
01309560
Message ID:
01309619
Vues:
9
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform