When the search path is the Solid Edge training folder, a Where Used search returns results as expected. When the search path is set to search in another location (such as the desktop folder), Solid Edge does not return the expected result.
SolutionDevelopment investigated and determined the Where Used search was failing due to an unregistered DLL. to correct the Where Used search failure, the SEPropertyHandler.dll needs to be registered.
Steps:
- Open command prompt in admin mode and register it by using below command
- regsvr32 C:\Program Files\Siemens\Solid Edge 2021\Program\SEPropertyHandler.dll
- This command has installation path = C:\Program Files\Siemens\Solid Edge 2021\Program
- Register this dll
- Once the DLL is registered, the 'Where used' search will show the expected search results.
Notes
IR-10103989
Notes