You receive a "The procedure entry point GetIUMS could not be located in dynamic link library msdart.dll" error message when you try to open a UDL file (889114)
The information in this article applies to:
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Academic Edition
SYMPTOMSWhen you try to open a Universal Data Link (UDL) file, you receive the following error messages:
"Entry point not found"
"The procedure entry point GetIUMS could not be located in dynamic link library msdart.dll" Error loading C:\Progra~1\Common~1\system\ole db\oledb32.dll The specified procedure could not be found Additionally, you also receive the following error message in Microsoft Visual Studio .NET 2003 when you expand SQL Server in the Server Explorer pane: "The specified procedure cannot be found" CAUSEThis problem occurs when you have an incorrect version of the Msdart.dll file in your %windir%\System32 folder and you have the correct version in your %windir%\System32\Dllcache folder.WORKAROUNDTo work around this problem, you must replace the Msdart.dll (v2.71.9030) file in your %windir%\System32 with the correct Msdart.dll (v2.71.9031.4) file that is located in your %windir%\System32\Dllcache folder. To do this, follow these steps: - Click Start, click Run, type cmd, and then click OK.
- Type the following command at the command prompt, and then press ENTER:
copy %windir%\system32\dllcache\msdart.dll %windir%\system32 Note Type y (yes) when you are prompted to overwrite the file. - Type exit, and then press ENTER to close the command prompt.
Note The incorrect version of the Msdart.dll file may be loaded from a location that is different from %windir%\System32. You must search the computer for all copies of the Msdart.dll file and make sure that all copies are correct. The Msdart.dll file should only be located in the following folders: - %windir%\System32
- %windir%\System32\Dllcache
- %windir%\ServicePackFiles
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.
Modification Type: | Major | Last Reviewed: | 11/16/2005 |
---|
Keywords: | kbtshoot kbprb KB889114 kbAudDeveloper |
---|
|