views:

296

answers:

2

Hi, we are randomly seeing this error during long executions of our system. The error is caught by our alarm system, and we successfully retry, and continue running the system. The only hits we found on Google seem to mention corrupt installations. We do not think this is the case here, since our systems is running, gets the error, and can continue running. Thanks

A: 

Register the .dll file again from a command window by using the below command:

regsvr32 C:\WINDOWS\system32\msvbvm60.dll.

A: 

we are having trouble like this, and this solution solves the problem..

regsvr32 C:\WINDOWS\system32\msvbvm60.dll.

A-Oduncu