Recently, the use of VB6.0, encountered a lot of trouble problems, is about. DLL problems. After the source program is introduced into the machine, you need to register the.DLL files used. But sometimes there will be some changes so that the files registered in the system cannot adapt to the changed environment, then Runtime Error 430
Class dose not support automation or does not support expected interface will occur. Error message.
Solution: Manually unregister the original.DLL file from the system with Regsvr32/U /s XXx. DLL and re-register it with RegSVr32 /s XXX. DLL.
This version inconsistency often occurs when a program is introduced to a native. The best way is to re-register all the files in the original reference.
Class dose not support automation or does not support expected interface will occur. Error message.
Solution: Manually unregister the original.DLL file from the system with Regsvr32/U /s XXx. DLL and re-register it with RegSVr32 /s XXX. DLL.
This version inconsistency often occurs when a program is introduced to a native. The best way is to re-register all the files in the original reference.
Read More:
- Error 2738. Could not access VBScript run time for custom action.
- Solution to prompt run time error “438” when a VB program is opened
- Run time error: “unfolded2d”_ copy“ not implemented for ‘Half‘
- Go compiles the EXE executable to remove the CMD window at run time
- Run Python file for the first time with eclipse / pydev: “UTF-8 ‘codec can’t decode byte 0xc4 in position
- VB error run time error ’91’
- After switching the tidb database, an error could not commit JDBC transaction appears from time to time
- How to get the current time in java time string
- The time of the time database displayed by the front end is inconsistent
- When calling time module – time / datetime in wxPython, an error is reported. Valueerror: unknown locale: zh cn
- Go run error go run: cannot run non main package
- After installing CodeBlocks, run the prompt: tried to run compiler executable ‘C: / / MinGW / bin / mingw32- gcc.exe ‘, but failed!
- Hint: Run-time error ‘339’ : Cmponent ‘mscomCTL.ocx ‘or one of its dependent…
- Several calculation methods of Python execution time
- Springboot time zone problem
- Non real time fast synchronization scheme for mobile devices
- Markdown real time preview of sublime Text3
- Linux view current date and time
- Putty prompt connection time out
- The problem of strncpy and the solution of GCC compile time checking