var fDesc=new Array(); fDesc[0] = "After installing Rhino 4.0 SR9, Rhino is unable to open SolidWorks part and assembly files.

Users experiencing this problem should download Rhino 4.0 SR9 Hot Fix 1.

Two files (msvcp71.dll and msvcr71.dll) were not properly installed in the same folder as the SolidWorks import plug-in. This hot fix installer copies msvcp71.dll and msvcr71.dll from the "Rhinoceros 4.0\System" folder into the "Rhinoceros 4.0\Plug-ins\Import_SolidWorks" folder.

The SR9 patch installer has also been update to include this fix. Installation of SR9 using the newest SR9 patch installer or SR9 CDs should not exhibit the problem listed above."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }