Ansys Learning Forum › Forums › Installation and Licensing › Ansys Products › Problems with getting ANSYS to import SolidWorks file › Reply To: Problems with getting ANSYS to import SolidWorks file
Ask your IT admin to assist with this:Â
Ansys Workbench products require Windows scripting DLLs to be registered. Â
Some sites we find that one or more of the DLL have been unregistered to disable such..
You can confirm registration by pasting the following into a Command Prompt As Administrator
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\ole32.dll
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\atl.dll
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\oleaut32.dll
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\scrrun.dll
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\jscript.dll
%SYSTEMROOT%\system32\regsvr32.exe  %SYSTEMROOT%\system32\vbscript.dll
You should get six "Register server succeeded".
Let me know if this resolves the issue.