SQL2000, XML
-
Hello everyone, I have used sql2000 but sql2005 is also installed. I have created a select query that select the data opening a xml. while executing this query it generates an error: Procedure sp_xml_preparedocument, Failed to load Msxml2.dll. please help me. thank you in advance.
-
Hello everyone, I have used sql2000 but sql2005 is also installed. I have created a select query that select the data opening a xml. while executing this query it generates an error: Procedure sp_xml_preparedocument, Failed to load Msxml2.dll. please help me. thank you in advance.
-
I have installed the msxml2.dll, but the problem is still there. I have downloaded the file msxml2.dll. Where should i store that file on computer, and how do we register that dll.
-
kaasir_2 wrote:
Where should i store that file on computer
C:\Windows\System32
kaasir_2 wrote:
and how do we register that dll.
regsvr32 C:\Windows\System32\msxml2.dll
I are Troll :suss:
I am using windows 7, while i try to register the msxml2.dll. It can not register the msxml2.dll rather is throws an error: (The module "c:\windows\System32\msxml2.dll" failed to load Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .dll files A dynamic link library (dll) initialization routine failed.)
-
I am using windows 7, while i try to register the msxml2.dll. It can not register the msxml2.dll rather is throws an error: (The module "c:\windows\System32\msxml2.dll" failed to load Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .dll files A dynamic link library (dll) initialization routine failed.)
kaasir_2 wrote:
I am using windows 7
You were logged in as an administrator while registering the library? This[^] kb-article suggests that it might be caused by the wrong MDAC version, an update is available here[^]. That update should also replace the MSXML2.DLL library, without the need to register it by hand. Hope this helps :)
I are Troll :suss:
-
kaasir_2 wrote:
I am using windows 7
You were logged in as an administrator while registering the library? This[^] kb-article suggests that it might be caused by the wrong MDAC version, an update is available here[^]. That update should also replace the MSXML2.DLL library, without the need to register it by hand. Hope this helps :)
I are Troll :suss: