SendTextDataToWks-fail
Last Update: 7/31/2018
If you run some of our build-in COM examples that are built by VB, such as SendTextDataToWks.exe under <Origin folder>\Samples\COM Server and Client\VB\SendTextDataToWks, you may get an error message saying:
Class not registered. You need the following file to be installed on your machine. MSSTDFMT.DLL.
To work around this problem,
C:\Windows\system32>_
Regsvr32 C:\Windows\SysWOW64\MSSTDFMT.DLL
C:\Windows\system32>Regsvr32 C:\Windows\SysWOW64\MSSTDFMT.DLL
C:\Windows\system32>
Regsvr32 C:\Windows\system32\MSSTDFMT.DLL
C:\Windows\system32>Regsvr32 C:\Windows\system32\MSSTDFMT.DLL
Keywords:SendTextDataToWks, windows 8, MSSTDFMT.DLL, VB, COM