In VB 6.0 (Windows 10) I am facing compile time error at DOMDocument
:
User-defined type not defined
The same code compiled in XP. I need to know the reason and fix for this issue.
Friend Sub Load(xDocvar As DOMDocument)
Actual result: it throws error message as "user-defined type not defined".
Expected result: it shouldn't throw error.