We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

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

Gary_S
Ansys Employee


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.