您现在的位置: 万盛学电脑网 >> 程序编程 >> 数据库 >> mssql数据库 >> 正文

SQLDeveloperMSVCR71.DLL/Msvcr100.DLLNotFoundError找不到Msvcr100.DLL的解决方案

作者:佚名    责任编辑:admin    更新时间:2022-06-22

   Solution:

  Run regedit as the AdministratorExpandHKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionApp PathsAdd a newKey to App Paths called sqldeveloper.exeSet the (Default) value to the full path to the executable (including the executable name).Create a new String value for sqldeveloper.exe called Path and set its value to thejre / bin folder in the SQLDeveloper files.

  And here’s what it looks like:

SQLDeveloperMSVCR71.DLL/Msvcr100.DLLNotFoundError找不到Msvcr100.DLL的解决方案   三联

  This problem isn’t limited to Oracle SQLDeveloper. It will be common to any application distributed without an installation process that is dependent on a runtime file that was formerly located in the Windows folder.