by DPSoftware » Mon Mar 01, 2021 4:09 pm
Do you have the xstitch.exe program registered with Windows to open files of type .xsp ? The installation program used to do this but it is not allowed on Windows 10 so was removed. The official way to register a file type with a program is now through Windows settings. Any attempt by other software to change file associations results in them being set to defaults.
You must also have Windows file explorer set to view large, medium or extra large icons or tiles, it will not work in file list or small icon mode.
It should display icons from almost any version with the exception of early version files containing non-ascii characters in the originally saved filename and then transported to a system in a different language.
If you still have problems, search the system for the file xsbrowse64.dll to ensure it was installed
You can manually register the dll but it needs a bit of work
From Windows start button, you can find the System folder that contains the Command Line icon. Right mouse click on this and choose "Run as Administrator"
now type the following line substituting the location of the dll file you found:
regsvr32 c:\windows\system32\xsbrowse64.dll
Note regsvr32 is the correct name even on 64-bit systems
To manually unregister you can use:
regsvr32 /u c:\windows\system32\xsbrowse64.dll
The advantage of trying it manually is you will see a message telling you if it was a success or not.
You may need to restart Windows after registering or unregistering the dll fo wit to take effect.
Dave Peters
DP Software
www.dpsoftware.com