Dim icdDocument As New DOMDocument40  ' Set the basic document properties
   icdDocument.async = False
  这里是Access2003里写的代码,发生错误,提示Run-time error '429': ActiveX component can't create object. 怎么解决这样的问题?采用下面方法注册DLL,还是不行。
 regsvr32 "C:/Program Files/Common Files/Microsoft Shared/DAO/dao360.dll"
 regsvr32 "C:/windows/system32/scrrun.dll"是xmldom 40这个没有安装吗?怎么知道是否安装了?C:\Windows\System32没有这个DLL。