ERRORE RUN TIME 713
-----------------------------------------
SU ALCUNE VERSIONI DI WINDOWS ESISTE QUESTO ERRORE RUN TIME 713.
L'errore di run-time 713 succede perchè non è stata registrata una dll
Questa dll è MSBIND.DLL una dll di Microsoft che generava il seguente errore
class not registered
looking for object with CLSID: {59245250-7A2F-11D0-9482-00A0C91110ED}
-------------------------------------------
SOLUZIONI
1 ) copiare MSBIND.dll che trovi nel file runtime.zip in C:\WINDOWS\system32 ( C:\winnt\system32 su 2000 )
2 ) Aprire il prompt dei comandi di dos e scrivere :
regsvr32.exe msbind.dll
3 ) Si aprirà una finesta windows con scritto DllRegisterServer in msbind.dll riuscito
se la scritta DllRegisterServer è riuscita la dll è stata registrata con successo
ENGLISH ------------------------------------------------------------------
ERROR RUN TIME 713
ON SOME VERSIONS OF WINDOWS THIS ERROR RUN TIME 713 EXISTS.
The run-Time error 713 happens why This DLL has not been recorded
This DLL is MSBIND.DLL a DLL of Microsoft that generated following error
class not registered looking for object with CLSID: { 59245250-7a2f-11d0-9482-00a0c91110ed }
--------------------------------------------------------------------------
SOLUTIONS
1 ) Copy MSBIND.dll that it finds in the runtime.zip in C:\WINDOWS\system32 (C:\winnt\system32 on 2000)
2 ) Open the prompt of the commandos of dos and writing:
regsvr32.exe msbind.dll
3) if the written DllRegisterServer has succeeded the DLL has been recorded with happening |